From 89f8a8be7fae4802e06de745d85179d8b3b697d6 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Tue, 18 Dec 2018 18:43:06 +0100 Subject: kernel: Deactivate CONFIG_COMPAT_BRK CONFIG_COMPAT_BRK disables the heap randomization which is only needed for very old and ancient user space applications, I am not aware that we run any of these, just deactivate this option for these targets to allow heap randomization. Signed-off-by: Hauke Mehrtens --- target/linux/layerscape/armv7/config-4.14 | 1 - 1 file changed, 1 deletion(-) (limited to 'target/linux/layerscape/armv7') diff --git a/target/linux/layerscape/armv7/config-4.14 b/target/linux/layerscape/armv7/config-4.14 index b70d4705de..99df681b54 100755 --- a/target/linux/layerscape/armv7/config-4.14 +++ b/target/linux/layerscape/armv7/config-4.14 @@ -119,7 +119,6 @@ CONFIG_CMA_SIZE_SEL_MBYTES=y # CONFIG_CMA_SIZE_SEL_PERCENTAGE is not set CONFIG_CMDLINE_PARTITION=y CONFIG_COMMON_CLK=y -CONFIG_COMPAT_BRK=y CONFIG_CONFIGFS_FS=y CONFIG_CONSOLE_TRANSLATIONS=y CONFIG_CONTEXT_SWITCH_TRACER=y -- cgit v1.2.3