commit: cbd5ac9343d107f2b67991f876d9a8fbe3160cfe Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Mon Jun 27 19:29:46 2022 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Mon Jun 27 19:29:46 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=cbd5ac93
Gentoo Linux support config settings and defaults Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 0000_README | 4 ++++ 4567_distro-Gentoo-Kconfig.patch | 10 ---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/0000_README b/0000_README index a7905742..639f7346 100644 --- a/0000_README +++ b/0000_README @@ -71,6 +71,10 @@ Patch: 3000_Support-printing-firmware-info.patch From: https://bugs.gentoo.org/732852 Desc: Print firmware info (Reqs CONFIG_GENTOO_PRINT_FIRMWARE_INFO). Thanks to Georgy Yakovlev +Patch: 4567_distro-Gentoo-Kconfig.patch +From: Tom Wijsman <[email protected]> +Desc: Add Gentoo Linux support config settings and defaults. + Patch: 5010_enable-cpu-optimizations-universal.patch From: https://github.com/graysky2/kernel_compiler_patch Desc: Kernel >= 5.15 patch enables gcc = v11.1+ optimizations for additional CPUs. diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 1efc0fba..0a380985 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -299,16 +299,6 @@ + See the settings that become available for more details and fine-tuning. + +endmenu ---- a/security/Kconfig 2022-04-25 11:20:45.487213970 -0400 -+++ b/security/Kconfig 2022-04-25 11:22:02.514143999 -0400 -@@ -167,6 +167,7 @@ config HARDENED_USERCOPY_PAGESPAN - bool "Refuse to copy allocations that span multiple pages" - depends on HARDENED_USERCOPY - depends on BROKEN -+ depends on !GENTOO_KERNEL_SELF_PROTECTION - help - When a multi-page allocation is done without __GFP_COMP, - hardened usercopy will reject attempts to copy it. There are, diff --git a/security/selinux/Kconfig b/security/selinux/Kconfig index 9e921fc72..f29bc13fa 100644 --- a/security/selinux/Kconfig
