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 9671B1382C5 for ; Fri, 5 Feb 2021 14:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B264FE091A; Fri, 5 Feb 2021 14:54:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 9C98DE091A for ; Fri, 5 Feb 2021 14:54:00 +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 B46B1342E6D for ; Fri, 5 Feb 2021 14:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCE4C49 for ; Fri, 5 Feb 2021 14:53:57 +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: <1612536820.baca62ab87c52a4d9aef043b0c39eb9f8fbb7038.alicef@gentoo> Subject: [gentoo-commits] proj/linux-patches:4.9 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 1255_linux-4.9.256.patch X-VCS-Directories: / X-VCS-Committer: alicef X-VCS-Committer-Name: Alice Ferrazzi X-VCS-Revision: baca62ab87c52a4d9aef043b0c39eb9f8fbb7038 X-VCS-Branch: 4.9 Date: Fri, 5 Feb 2021 14:53:57 +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: 8247838c-34ec-42a2-83b0-f1698786f2b9 X-Archives-Hash: bb1d10deccbbb0ca32989270d429f096 commit: baca62ab87c52a4d9aef043b0c39eb9f8fbb7038 Author: Alice Ferrazzi gentoo org> AuthorDate: Fri Feb 5 14:53:22 2021 +0000 Commit: Alice Ferrazzi gentoo org> CommitDate: Fri Feb 5 14:53:40 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=baca62ab Linux patch 4.9.256 Signed-off-by: Alice Ferrazzi gentoo.org> 0000_README | 4 ++++ 1255_linux-4.9.256.patch | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/0000_README b/0000_README index 73bc4cd..d822171 100644 --- a/0000_README +++ b/0000_README @@ -1063,6 +1063,10 @@ Patch: 1254_linux-4.9.255.patch From: http://www.kernel.org Desc: Linux 4.9.255 +Patch: 1255_linux-4.9.256.patch +From: http://www.kernel.org +Desc: Linux 4.9.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.9.256.patch b/1255_linux-4.9.256.patch new file mode 100644 index 0000000..d07b172 --- /dev/null +++ b/1255_linux-4.9.256.patch @@ -0,0 +1,12 @@ +diff --git a/Makefile b/Makefile +index 4780b5f80b2a8..69af44d3dcd14 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,6 +1,6 @@ + VERSION = 4 + PATCHLEVEL = 9 +-SUBLEVEL = 255 ++SUBLEVEL = 256 + EXTRAVERSION = + NAME = Roaring Lionus +