From 8cf9324d1f7faeb789b12f84bfa848fc201bb8b3 Mon Sep 17 00:00:00 2001 From: Mike Pagano Date: Mon, 25 Apr 2022 12:14:27 -0400 Subject: Update distro patch in security Kconfig for 5.18 Signed-off-by: Mike Pagano --- 4567_distro-Gentoo-Kconfig.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 9843c3e2..ab78353b 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -294,12 +294,12 @@ + See the settings that become available for more details and fine-tuning. + +endmenu ---- a/security/Kconfig 2021-12-05 18:20:55.655677710 -0500 -+++ b/security/Kconfig 2021-12-05 18:23:42.404251618 -0500 +--- 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 EXPERT + depends on BROKEN + depends on !GENTOO_KERNEL_SELF_PROTECTION help When a multi-page allocation is done without __GFP_COMP, -- cgit v1.2.3-65-gdbad