diff options
author | Mike Pagano <mpagano@gentoo.org> | 2022-04-25 12:14:27 -0400 |
---|---|---|
committer | Mike Pagano <mpagano@gentoo.org> | 2022-04-25 12:14:27 -0400 |
commit | 8cf9324d1f7faeb789b12f84bfa848fc201bb8b3 (patch) | |
tree | 33d36a67ababae277b692538f16138d8d859ebbf | |
parent | Remove deprecated select AUTOFS4_FS (diff) | |
download | linux-patches-8cf9324d1f7faeb789b12f84bfa848fc201bb8b3.tar.gz linux-patches-8cf9324d1f7faeb789b12f84bfa848fc201bb8b3.tar.bz2 linux-patches-8cf9324d1f7faeb789b12f84bfa848fc201bb8b3.zip |
Update distro patch in security Kconfig for 5.18
Signed-off-by: Mike Pagano <mpagano@gentoo.org>
-rw-r--r-- | 4567_distro-Gentoo-Kconfig.patch | 6 |
1 files 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, |