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

Bastian Blank waldi at alioth.debian.org
Fri Mar 28 22:16:08 UTC 2008


Author: waldi
Date: Fri Mar 28 22:16:07 2008
New Revision: 10997

Log:
* debian/changelog: Update.
* debian/config/amd64/config: Enable SCHED_DEBUG, TIMER_STATS.


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

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Fri Mar 28 22:16:07 2008
@@ -77,7 +77,8 @@
     - Broadcom NetXtremeII support
   * [powerpc] Use new wrapper install support.
   * [s390] Enable DM_MULTIPATH_EMC.
-  * Enable AF_RXRPC, RXKAD, PRINTK_TIME, DEBUG_KERNEL.
+  * Enable AF_RXRPC, RXKAD, PRINTK_TIME, DEBUG_KERNEL, SCHED_DEBUG,
+    TIMER_STATS.
   * Disable R3964, USB_GADGET.
   * [hppa] Enable several filesystems.
   * Make NLS modular.

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	Fri Mar 28 22:16:07 2008
@@ -1470,7 +1470,6 @@
 ## file: lib/Kconfig.debug
 ##
 # CONFIG_DEBUG_SHIRQ is not set
-CONFIG_TIMER_STATS=y
 # CONFIG_DEBUG_SLAB is not set
 # CONFIG_DEBUG_SPINLOCK is not set
 # CONFIG_LOCK_STAT is not set

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Fri Mar 28 22:16:07 2008
@@ -1874,8 +1874,9 @@
 # CONFIG_HEADERS_CHECK is not set
 CONFIG_DEBUG_KERNEL=y
 CONFIG_DETECT_SOFTLOCKUP=y
-# CONFIG_SCHED_DEBUG is not set
+CONFIG_SCHED_DEBUG=y
 # CONFIG_SCHEDSTATS is not set
+CONFIG_TIMER_STATS=y
 # CONFIG_DEBUG_RT_MUTEXES is not set
 # CONFIG_RT_MUTEX_TESTER is not set
 # CONFIG_DEBUG_MUTEXES 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	Fri Mar 28 22:16:07 2008
@@ -1729,7 +1729,6 @@
 ## file: lib/Kconfig.debug
 ##
 # CONFIG_DEBUG_SHIRQ is not set
-CONFIG_TIMER_STATS=y
 # CONFIG_DEBUG_SLAB is not set
 # CONFIG_DEBUG_SPINLOCK is not set
 # CONFIG_LOCK_STAT is not set



More information about the Kernel-svn-changes mailing list