commit: 6732004d4061d4e84ac779b81796ab9ed3d9da34 Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Mon Aug 29 10:45:43 2022 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Mon Aug 29 10:45:43 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=6732004d
Linux patch 5.10.139 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 0000_README | 4 ++++ 1138_linux-5.10.139.patch | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/0000_README b/0000_README index 8ea943aa..2f48b8ae 100644 --- a/0000_README +++ b/0000_README @@ -595,6 +595,10 @@ Patch: 1137_linux-5.10.138.patch From: http://www.kernel.org Desc: Linux 5.10.138 +Patch: 1138_linux-5.10.139.patch +From: http://www.kernel.org +Desc: Linux 5.10.139 + 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/1138_linux-5.10.139.patch b/1138_linux-5.10.139.patch new file mode 100644 index 00000000..8d1e360f --- /dev/null +++ b/1138_linux-5.10.139.patch @@ -0,0 +1,16 @@ +diff --git a/Makefile b/Makefile +index 234c8032c2b4a..48140575f960b 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 5 + PATCHLEVEL = 10 +-SUBLEVEL = 138 ++SUBLEVEL = 139 + EXTRAVERSION = + NAME = Dare mighty things + +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
