aboutsummarylogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authoryar2014-07-21 15:05:09 -0700
committeryar2015-07-03 16:59:09 -0700
commit1313cf472ab07dcc71e6d6790c4868d24cb2808e (patch)
treead9422035cb8c62abee19a66dc634c72b753cce8 /config
parentd6090a62802a943a4532e3872c5d67d0a491b117 (diff)
downloadaur-1313cf472ab07dcc71e6d6790c4868d24cb2808e.tar.gz
prevent mmap below 64K
https://bugs.archlinux.org/task/41260 http://cateee.net/lkddb/web-lkddb/DEFAULT_MMAP_MIN_ADDR.html
Diffstat (limited to 'config')
-rw-r--r--config4
1 files changed, 2 insertions, 2 deletions
diff --git a/config b/config
index 29f9ad368376..dc1011af38b2 100644
--- a/config
+++ b/config
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 3.15.1-1 Kernel Configuration
+# Linux/x86 3.15.6-1 Kernel Configuration
#
# CONFIG_64BIT is not set
CONFIG_X86_32=y
@@ -420,7 +420,7 @@ CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_KSM=y
-CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
+CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
# CONFIG_TRANSPARENT_HUGEPAGE is not set
CONFIG_CROSS_MEMORY_ATTACH=y
CONFIG_CLEANCACHE=y