summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2017-07-21 18:52:57 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2017-07-21 18:52:57 +0200
commit60bc4f16f08b697a7f7b47157df7908b22d673e1 (patch)
tree19998fa144af9c442c4238c9828e88189959fe6b /configs
parent3a9ff2db95fdc396927a210297fe2be30d1c8a98 (diff)
downloadDistroKit-60bc4f16f08b697a7f7b47157df7908b22d673e1.tar.gz
DistroKit-60bc4f16f08b697a7f7b47157df7908b22d673e1.tar.xz
platform-v7a: kernel: activate strong stack protector
As suggested by "reason", activate the stack protection feature. The only negative impact should be a small increase in kernel size. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs')
-rw-r--r--configs/platform-v7a/kernelconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/platform-v7a/kernelconfig b/configs/platform-v7a/kernelconfig
index 3959cb7..871f199 100644
--- a/configs/platform-v7a/kernelconfig
+++ b/configs/platform-v7a/kernelconfig
@@ -241,10 +241,10 @@ CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_GCC_PLUGINS=y
# CONFIG_GCC_PLUGINS is not set
CONFIG_HAVE_CC_STACKPROTECTOR=y
-# CONFIG_CC_STACKPROTECTOR is not set
-CONFIG_CC_STACKPROTECTOR_NONE=y
+CONFIG_CC_STACKPROTECTOR=y
+# CONFIG_CC_STACKPROTECTOR_NONE is not set
# CONFIG_CC_STACKPROTECTOR_REGULAR is not set
-# CONFIG_CC_STACKPROTECTOR_STRONG is not set
+CONFIG_CC_STACKPROTECTOR_STRONG=y
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y