[kernel] r10899 - in dists/trunk/linux-2.6/debian/config: amd64 i386

Maximilian Attems maks at alioth.debian.org
Sun Mar 16 09:18:54 UTC 2008


Author: maks
Date: Sun Mar 16 09:18:53 2008
New Revision: 10899

Log:
x86 explicitly unset stack debug options

gone in ec3f30599b566a21e07ff562bee65bbf5152e9cb


Modified:
   dists/trunk/linux-2.6/debian/config/amd64/config
   dists/trunk/linux-2.6/debian/config/i386/config

Modified: dists/trunk/linux-2.6/debian/config/amd64/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/amd64/config	(original)
+++ dists/trunk/linux-2.6/debian/config/amd64/config	Sun Mar 16 09:18:53 2008
@@ -51,6 +51,8 @@
 ##
 ## file: arch/x86/Kconfig.debug
 ##
+# CONFIG_DEBUG_STACKOVERFLOW is not set
+# CONFIG_DEBUG_STACK_USAGE is not set
 # CONFIG_DEBUG_PAGEALLOC is not set
 # CONFIG_DEBUG_PER_CPU_MAPS is not set
 # CONFIG_DEBUG_RODATA is not set

Modified: dists/trunk/linux-2.6/debian/config/i386/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/i386/config	(original)
+++ dists/trunk/linux-2.6/debian/config/i386/config	Sun Mar 16 09:18:53 2008
@@ -100,6 +100,8 @@
 ##
 ## file: arch/x86/Kconfig.debug
 ##
+# CONFIG_DEBUG_STACKOVERFLOW is not set
+# CONFIG_DEBUG_STACK_USAGE is not set
 # CONFIG_DEBUG_PAGEALLOC is not set
 # CONFIG_DEBUG_PER_CPU_MAPS is not set
 # CONFIG_DEBUG_RODATA is not set



More information about the Kernel-svn-changes mailing list