[kernel] r21679 - in dists/trunk/linux/debian: . config config/kernelarch-x86

Bastian Blank waldi at moszumanska.debian.org
Mon Aug 4 09:32:59 UTC 2014


Author: waldi
Date: Mon Aug  4 09:32:59 2014
New Revision: 21679

Log:
* debian/changelog: Update.
* debian/config: Enable stack protector on all supported architectures.

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/config
   dists/trunk/linux/debian/config/kernelarch-x86/config

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Mon Aug  4 09:30:42 2014	(r21678)
+++ dists/trunk/linux/debian/changelog	Mon Aug  4 09:32:59 2014	(r21679)
@@ -8,6 +8,7 @@
   * [x86] Enable Xen PVH support.
   * Enable more Nftables modules.
   * [x86] Enable EARLY_PRINTK_EFI.
+  * Enable stack protector on all supported architectures. (closes: #756898)
 
  -- Aurelien Jarno <aurel32 at debian.org>  Thu, 31 Jul 2014 20:56:06 +0200
 

Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config	Mon Aug  4 09:30:42 2014	(r21678)
+++ dists/trunk/linux/debian/config/config	Mon Aug  4 09:32:59 2014	(r21679)
@@ -3,6 +3,9 @@
 ##
 CONFIG_KPROBES=y
 CONFIG_JUMP_LABEL=y
+## choice: Stack Protector buffer overflow detection
+CONFIG_CC_STACKPROTECTOR_REGULAR=y
+## end choice
 
 ##
 ## file: block/Kconfig

Modified: dists/trunk/linux/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-x86/config	Mon Aug  4 09:30:42 2014	(r21678)
+++ dists/trunk/linux/debian/config/kernelarch-x86/config	Mon Aug  4 09:32:59 2014	(r21679)
@@ -3,9 +3,6 @@
 ##
 CONFIG_OPROFILE=m
 # CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
-## choice: Stack Protector buffer overflow detection
-CONFIG_CC_STACKPROTECTOR_REGULAR=y
-## end choice
 
 ##
 ## file: arch/x86/Kconfig



More information about the Kernel-svn-changes mailing list