From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 53D7F1382C5 for ; Fri, 5 Feb 2021 14:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DEF1E091A; Fri, 5 Feb 2021 14:57:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32B45E091A for ; Fri, 5 Feb 2021 14:57:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B8B3342DE7 for ; Fri, 5 Feb 2021 14:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9639449 for ; Fri, 5 Feb 2021 14:57:51 +0000 (UTC) From: "Alice Ferrazzi" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alice Ferrazzi" Message-ID: <1612537048.f9c6396cc169a712641f6ad0d4ac6e0173fc818e.alicef@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.4 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 1255_linux-4.4.256.patch X-VCS-Directories: / X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: f9c6396cc169a712641f6ad0d4ac6e0173fc818e X-VCS-Branch: 4.4 Date: Fri, 5 Feb 2021 14:57:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b88e5203-6f53-4cb4-826d-8ac71da3440f X-Archives-Hash: 527bb402f3ea0caca35056ba6ddb4d4f commit: f9c6396cc169a712641f6ad0d4ac6e0173fc818e Author: Alice Ferrazzi gentoo org> AuthorDate: Fri Feb 5 14:56:52 2021 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Fri Feb 5 14:57:28 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=f9c6396c Linux patch 4.4.256 Signed-off-by: Alice Ferrazzi gentoo.org> 0000_README | 4 ++++ 1255_linux-4.4.256.patch | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/0000_README b/0000_README index 849b173..e5f13f4 100644 --- a/0000_README +++ b/0000_README @@ -1063,6 +1063,10 @@ Patch: 1254_linux-4.4.255.patch From: http://www.kernel.org Desc: Linux 4.4.255 +Patch: 1255_linux-4.4.256.patch +From: http://www.kernel.org +Desc: Linux 4.4.256 + Patch: 1500_XATTR_USER_PREFIX.patch From: https://bugs.gentoo.org/show_bug.cgi?id=470644 Desc: Support for namespace user.pax.* on tmpfs. diff --git a/1255_linux-4.4.256.patch b/1255_linux-4.4.256.patch new file mode 100644 index 0000000..4e37603 --- /dev/null +++ b/1255_linux-4.4.256.patch @@ -0,0 +1,12 @@ +diff --git a/Makefile b/Makefile +index b18b61e540e92..0057587d2cbe2 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 4 +-SUBLEVEL = 255 ++SUBLEVEL = 256 + EXTRAVERSION = + NAME = Blurry Fish Butt +