commit: ac98914d7ed7e6160bfce0df920d93cd885ee657 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Mon Aug 29 10:45:00 2022 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Mon Aug 29 10:45:00 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=ac98914d
Linux 5.19.5 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 0000_README | 4 ++++ 1004_linux-5.19.5.patch | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/0000_README b/0000_README index 920f6ada..54d13e58 100644 --- a/0000_README +++ b/0000_README @@ -59,6 +59,10 @@ Patch: 1003_linux-5.19.4.patch From: http://www.kernel.org Desc: Linux 5.19.4 +Patch: 1004_linux-5.19.5.patch +From: http://www.kernel.org +Desc: Linux 5.19.5 + 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/1004_linux-5.19.5.patch b/1004_linux-5.19.5.patch new file mode 100644 index 00000000..5dfcf134 --- /dev/null +++ b/1004_linux-5.19.5.patch @@ -0,0 +1,16 @@ +diff --git a/Makefile b/Makefile +index 65dc4f93ffdbf..1c4f1ecb93488 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 5 + PATCHLEVEL = 19 +-SUBLEVEL = 4 ++SUBLEVEL = 5 + EXTRAVERSION = + NAME = Superb Owl + +diff --git a/scripts/dummy-tools/dummy-plugin-dir/include/plugin-version.h b/scripts/dummy-tools/dummy-plugin-dir/include/plugin-version.h +new file mode 100644 +index 0000000000000..e69de29bb2d1d
