diff options
author | 2022-09-08 07:04:19 -0400 | |
---|---|---|
committer | 2022-09-08 07:04:19 -0400 | |
commit | 4326da66a74be1881ae9c24254c4065383e309f0 (patch) | |
tree | d8992016d46b3eb8f117670aa4665ccecbefc43d | |
parent | Linux patch 5.15.66 (diff) | |
download | linux-patches-4326da66a74be1881ae9c24254c4065383e309f0.tar.gz linux-patches-4326da66a74be1881ae9c24254c4065383e309f0.tar.bz2 linux-patches-4326da66a74be1881ae9c24254c4065383e309f0.zip |
Linux patch 5.15.675.15-71
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 0000_README | 4 | ||||
-rw-r--r-- | 1066_linux-5.15.67.patch | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/0000_README b/0000_README index 25df4d69..647f7781 100644 --- a/0000_README +++ b/0000_README @@ -307,6 +307,10 @@ Patch: 1065_linux-5.15.66.patch From: http://www.kernel.org Desc: Linux 5.15.66 +Patch: 1066_linux-5.15.67.patch +From: http://www.kernel.org +Desc: Linux 5.15.67 + 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/1066_linux-5.15.67.patch b/1066_linux-5.15.67.patch new file mode 100644 index 00000000..0b520124 --- /dev/null +++ b/1066_linux-5.15.67.patch @@ -0,0 +1,16 @@ +diff --git a/Makefile b/Makefile +index 4e747c99e7e07..eca45b7be9c1e 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 5 + PATCHLEVEL = 15 +-SUBLEVEL = 66 ++SUBLEVEL = 67 + EXTRAVERSION = + NAME = Trick or Treat + +diff --git a/scripts/pahole-flags.sh b/scripts/pahole-flags.sh +old mode 100644 +new mode 100755 |