proj/linux-patches:master commit in: /
"Mike Pagano" <[email protected]>
| Newsgroups | gmane.linux.gentoo.cvs |
|---|---|
| Message-ID | <1786026879.39f4333ed74d5c608f878d47ab72ca76b45ed38d.mpagano@gentoo> |
commit: 39f4333ed74d5c608f878d47ab72ca76b45ed38d Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Thu Aug 6 14:34:39 2026 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Thu Aug 6 14:34:39 2026 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=39f4333e Update KSPP patch to fix recursive dependency Bug: https://bugs.gentoo.org/980301 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 0dd65041..23f598ed 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -184,7 +184,7 @@ index 307e58114..91aa4be3d 100644 +config GENTOO_KERNEL_SELF_PROTECTION_COMMON + bool "Enable Kernel Self Protection Project Recommendations" + -+ depends on GENTOO_LINUX && !SLAB_MERGE_DEFAULT && !SLUB_TINY && !COMPAT_BRK && !PROC_KCORE && !COMPAT_VDSO && !KEXEC && !HIBERNATION && !LEGACY_PTYS && !X86_X32_ABI && !MODIFY_LDT_SYSCALL && GCC_PLUGINS && !IOMMU_DEFAULT_DMA_LAZY && !IOMMU_DEFAULT_PASSTHROUGH && IOMMU_DEFAULT_DMA_STRICT && SECURITY ++ depends on GENTOO_LINUX && !SLAB_MERGE_DEFAULT && !SLUB_TINY && !COMPAT_BRK && !PROC_KCORE && !COMPAT_VDSO && !KEXEC && !HIBERNATION && !LEGACY_PTYS && !X86_X32_ABI && !MODIFY_LDT_SYSCALL && GCC_PLUGINS && IOMMU_DEFAULT_DMA_STRICT && SECURITY + + select BUG + select STRICT_KERNEL_RWX