rpms/kernel/devel/configs config-generic,1.243,1.244

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 16 20:10:13 UTC 2006


Author: davej

Update of /cvs/dist/rpms/kernel/devel/configs
In directory cvs.devel.redhat.com:/tmp/cvs-serv7020/configs

Modified Files:
	config-generic 
Log Message:
reenable debug


Index: config-generic
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/configs/config-generic,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- config-generic	16 Aug 2006 04:18:31 -0000	1.243
+++ config-generic	16 Aug 2006 20:10:10 -0000	1.244
@@ -2521,12 +2521,12 @@
 # CONFIG_RCU_TORTURE_TEST is not set
 
 # Turn off these debug options for production kernels.
-# CONFIG_DEBUG_SLAB is not set
-# CONFIG_DEBUG_MUTEXES is not set
-# CONFIG_DEBUG_RT_MUTEXES is not set
+CONFIG_DEBUG_SLAB=y
+CONFIG_DEBUG_MUTEXES=y
+CONFIG_DEBUG_RT_MUTEXES=y
 # CONFIG_RT_MUTEX_TESTER is not set
-# CONFIG_DEBUG_RWSEMS is not set
-# CONFIG_DEBUG_LOCK_ALLOC is not set
+CONFIG_DEBUG_RWSEMS=y
+CONFIG_DEBUG_LOCK_ALLOC=y
 CONFIG_PROVE_LOCKING=y
 # CONFIG_DEBUG_LOCKDEP is not set
 # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
@@ -2535,8 +2535,8 @@
 # They aren't that much of a performance impact, and the value
 # from getting out-of-tree modules fixed is worth the trade-off.
 CONFIG_DEBUG_HIGHMEM=y
-# CONFIG_DEBUG_SPINLOCK is not set
-# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
+CONFIG_DEBUG_SPINLOCK=y
+CONFIG_DEBUG_SPINLOCK_SLEEP=y
 CONFIG_BOOT_DELAY=y
 CONFIG_DEBUG_SLAB_LEAK=y
 CONFIG_DEBUG_VM=y




More information about the fedora-cvs-commits mailing list