[packages/kernel/LINUX_3_18] - use stack protector strong instead of default one

arekm arekm at pld-linux.org
Fri Sep 18 22:50:22 CEST 2015


commit c3814979d42329ddc96e1f78bb205cf470156b8a
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Sep 18 22:50:16 2015 +0200

    - use stack protector strong instead of default one

 kernel-multiarch.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/kernel-multiarch.config b/kernel-multiarch.config
index bd58b22..8a9e566 100644
--- a/kernel-multiarch.config
+++ b/kernel-multiarch.config
@@ -5,8 +5,8 @@
 ARCH_MEMORY_PROBE all=n
 CC_STACKPROTECTOR all=y
 CC_STACKPROTECTOR_NONE all=n
-CC_STACKPROTECTOR_REGULAR all=y
-CC_STACKPROTECTOR_STRONG all=n
+CC_STACKPROTECTOR_REGULAR all=n
+CC_STACKPROTECTOR_STRONG all=y
 EARLY_PRINTK_EFI all=n
 EFI_MIXED all=y
 IOSF_MBI all=m
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/c3814979d42329ddc96e1f78bb205cf470156b8a



More information about the pld-cvs-commit mailing list