summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlice Ferrazzi <alicef@gentoo.org>2023-03-30 22:40:49 +0900
committerAlice Ferrazzi <alicef@gentoo.org>2023-03-30 22:40:49 +0900
commit2acba9d2391365e32d67a37b52a57cba5474e387 (patch)
treea7c105e5d157c69fd1128d6db8ced77cf1e11039
parentLinux patch 5.4.238 (diff)
downloadlinux-patches-2acba9d2391365e32d67a37b52a57cba5474e387.tar.gz
linux-patches-2acba9d2391365e32d67a37b52a57cba5474e387.tar.bz2
linux-patches-2acba9d2391365e32d67a37b52a57cba5474e387.zip
Linux patch 5.4.2395.4-245
Signed-off-by: Alice Ferrazzi <alicef@gentoo.org>
-rw-r--r--0000_README4
-rw-r--r--1238_linux-5.4.239.patch16
2 files changed, 20 insertions, 0 deletions
diff --git a/0000_README b/0000_README
index e2285791..feede7bc 100644
--- a/0000_README
+++ b/0000_README
@@ -995,6 +995,10 @@ Patch: 1237_linux-5.4.238.patch
From: https://www.kernel.org
Desc: Linux 5.4.238
+Patch: 1238_linux-5.4.239.patch
+From: https://www.kernel.org
+Desc: Linux 5.4.239
+
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/1238_linux-5.4.239.patch b/1238_linux-5.4.239.patch
new file mode 100644
index 00000000..6e0075b1
--- /dev/null
+++ b/1238_linux-5.4.239.patch
@@ -0,0 +1,16 @@
+diff --git a/Makefile b/Makefile
+index 436450833e1c2..f966eeb6b9bca 100644
+--- a/Makefile
++++ b/Makefile
+@@ -1,7 +1,7 @@
+ # SPDX-License-Identifier: GPL-2.0
+ VERSION = 5
+ PATCHLEVEL = 4
+-SUBLEVEL = 238
++SUBLEVEL = 239
+ EXTRAVERSION =
+ NAME = Kleptomaniac Octopus
+
+diff --git a/tools/testing/selftests/net/fib_tests.sh b/tools/testing/selftests/net/fib_tests.sh
+old mode 100644
+new mode 100755