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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E0CFE158086 for ; Thu, 16 Dec 2021 16:03:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB15A2BC00A; Thu, 16 Dec 2021 16:03:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 18F832BC00A for ; Thu, 16 Dec 2021 16:03:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8AD9E343259 for ; Thu, 16 Dec 2021 16:03:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24E1814D for ; Thu, 16 Dec 2021 16:03:17 +0000 (UTC) From: "Mike Pagano" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Pagano" Message-ID: <1639670587.4c5573a7d66b30d1f41bbe0cbbff33d4f4b86b87.mpagano@gentoo> Subject: [gentoo-commits] proj/linux-patches:5.15 commit in: / X-VCS-Repository: proj/linux-patches X-VCS-Files: 0000_README 1008_linux-5.15.9.patch X-VCS-Directories: / X-VCS-Committer: mpagano X-VCS-Committer-Name: Mike Pagano X-VCS-Revision: 4c5573a7d66b30d1f41bbe0cbbff33d4f4b86b87 X-VCS-Branch: 5.15 Date: Thu, 16 Dec 2021 16:03:17 +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: 5a765904-798b-4532-a086-c27913c4e458 X-Archives-Hash: ffbd4da8fbc27470810eb911c485fd54 commit: 4c5573a7d66b30d1f41bbe0cbbff33d4f4b86b87 Author: Mike Pagano gentoo org> AuthorDate: Thu Dec 16 16:03:07 2021 +0000 Commit: Mike Pagano gentoo org> CommitDate: Thu Dec 16 16:03:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=4c5573a7 Linux patch 5.15.9 Signed-off-by: Mike Pagano gentoo.org> 0000_README | 4 ++++ 1008_linux-5.15.9.patch | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/0000_README b/0000_README index a50822d5..d936a301 100644 --- a/0000_README +++ b/0000_README @@ -75,6 +75,10 @@ Patch: 1007_linux-5.15.8.patch From: http://www.kernel.org Desc: Linux 5.15.8 +Patch: 1008_linux-5.15.9.patch +From: http://www.kernel.org +Desc: Linux 5.15.9 + 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/1008_linux-5.15.9.patch b/1008_linux-5.15.9.patch new file mode 100644 index 00000000..452cffed --- /dev/null +++ b/1008_linux-5.15.9.patch @@ -0,0 +1,16 @@ +diff --git a/Makefile b/Makefile +index 72344b214bba5..e6d2ea920a1d1 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 5 + PATCHLEVEL = 15 +-SUBLEVEL = 8 ++SUBLEVEL = 9 + EXTRAVERSION = + NAME = Trick or Treat + +diff --git a/tools/testing/selftests/netfilter/conntrack_vrf.sh b/tools/testing/selftests/netfilter/conntrack_vrf.sh +old mode 100644 +new mode 100755