commit: b0ffe6062548ec595268b2a997ab13d43a7252d3 Author: Arisu Tachibana <alicef <AT> gentoo <DOT> org> AuthorDate: Fri Mar 6 15:21:03 2026 +0000 Commit: Arisu Tachibana <alicef <AT> gentoo <DOT> org> CommitDate: Fri Mar 6 15:21:03 2026 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=b0ffe606
Linux patch 6.6.129 Signed-off-by: Arisu Tachibana <alicef <AT> gentoo.org> 0000_README | 4 ++++ 1128_linux-6.6.129.patch | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+) diff --git a/0000_README b/0000_README index f4b8e7d0..4c7c660d 100644 --- a/0000_README +++ b/0000_README @@ -555,6 +555,10 @@ Patch: 1127_linux-6.6.128.patch From: https://www.kernel.org Desc: Linux 6.6.128 +Patch: 1128_linux-6.6.129.patch +From: https://www.kernel.org +Desc: Linux 6.6.129 + Patch: 1510_fs-enable-link-security-restrictions-by-default.patch From: http://sources.debian.net/src/linux/3.16.7-ckt4-3/debian/patches/debian/fs-enable-link-security-restrictions-by-default.patch Desc: Enable link security restrictions by default. diff --git a/1128_linux-6.6.129.patch b/1128_linux-6.6.129.patch new file mode 100644 index 00000000..6414f2dd --- /dev/null +++ b/1128_linux-6.6.129.patch @@ -0,0 +1,33 @@ +diff --git a/Makefile b/Makefile +index f7157576539da7..022aed9031737f 100644 +--- a/Makefile ++++ b/Makefile +@@ -1,7 +1,7 @@ + # SPDX-License-Identifier: GPL-2.0 + VERSION = 6 + PATCHLEVEL = 6 +-SUBLEVEL = 128 ++SUBLEVEL = 129 + EXTRAVERSION = + NAME = Pinguïn Aangedreven + +diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c +index df74f865c9f121..eb129277dcdd64 100644 +--- a/arch/x86/kernel/setup.c ++++ b/arch/x86/kernel/setup.c +@@ -372,15 +372,9 @@ int __init ima_free_kexec_buffer(void) + + int __init ima_get_kexec_buffer(void **addr, size_t *size) + { +- int ret; +- + if (!ima_kexec_buffer_size) + return -ENOENT; + +- ret = ima_validate_range(ima_kexec_buffer_phys, ima_kexec_buffer_size); +- if (ret) +- return ret; +- + *addr = __va(ima_kexec_buffer_phys); + *size = ima_kexec_buffer_size; +
