On 18.09.2015 23:48, arekm wrote:
commit c23f33a10de6404c12685e0fe437bef15ad50104
Author: Arkadiusz Miśkiewicz <ar...@maven.pl>
Date:   Fri Sep 18 22:48:44 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 dd79147..704068d 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

this is for compiling kernel itself? or it affects built kernel userland?


--
glen

_______________________________________________
pld-devel-en mailing list
pld-devel-en@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to