summaryrefslogtreecommitdiff
path: root/sys-kernel/hardened-sources/files/9999_revert-conflicts-v2.patch
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2022-03-25 19:11:47 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2022-03-25 20:06:52 +0100
commite60feda2fa2454e00dd01f51d5ec3473bcb2ce61 (patch)
tree758ad6614fd80b67efe9750de678752231e62d26 /sys-kernel/hardened-sources/files/9999_revert-conflicts-v2.patch
parentefebf8305cffed000124a2f1d5026f1bea2afd0a (diff)
downloadportage-e60feda2fa2454e00dd01f51d5ec3473bcb2ce61.tar.gz
portage-e60feda2fa2454e00dd01f51d5ec3473bcb2ce61.tar.bz2
portage-e60feda2fa2454e00dd01f51d5ec3473bcb2ce61.zip
sys-kernel/hardened-sources added 5.16 branch
Diffstat (limited to 'sys-kernel/hardened-sources/files/9999_revert-conflicts-v2.patch')
-rw-r--r--sys-kernel/hardened-sources/files/9999_revert-conflicts-v2.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-kernel/hardened-sources/files/9999_revert-conflicts-v2.patch b/sys-kernel/hardened-sources/files/9999_revert-conflicts-v2.patch
new file mode 100644
index 0000000..fabe571
--- /dev/null
+++ b/sys-kernel/hardened-sources/files/9999_revert-conflicts-v2.patch
@@ -0,0 +1,23 @@
+Reverse conflicting patches
+
+--- a/mm/Kconfig
++++ b/mm/Kconfig
+@@ -321,8 +321,6 @@ config KSM
+ config DEFAULT_MMAP_MIN_ADDR
+ int "Low address space to protect from user allocation"
+ depends on MMU
+- default 65536 if ( X86_64 || X86_32 || PPC64 || IA64 ) && GENTOO_KERNEL_SELF_PROTECTION
+- default 32768 if ( ARM64 || ARM ) && GENTOO_KERNEL_SELF_PROTECTION
+ default 4096
+ help
+ This is the portion of low virtual memory which should be protected
+--- a/security/Kconfig
++++ b/security/Kconfig
+@@ -167,7 +167,6 @@ config HARDENED_USERCOPY_PAGESPAN
+ bool "Refuse to copy allocations that span multiple pages"
+ depends on HARDENED_USERCOPY
+ depends on EXPERT
+- 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,