rpms/kernel/F-7 Makefile,1.46,1.47 kernel-2.6.spec,1.3193,1.3194

Dave Jones (davej) fedora-extras-commits at redhat.com
Thu May 24 01:59:52 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16669

Modified Files:
	Makefile kernel-2.6.spec 
Log Message:
* Wed May 23 2007 Dave Jones <davej at redhat.com>
- Disable more debug options in the non-debug builds.



Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/Makefile,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- Makefile	26 Apr 2007 18:02:04 -0000	1.46
+++ Makefile	24 May 2007 01:59:17 -0000	1.47
@@ -25,6 +25,7 @@
 	@perl -pi -e 's/# CONFIG_DEBUG_RWSEMS is not set/CONFIG_DEBUG_RWSEMS=y/' configs/config-nodebug
 	@perl -pi -e 's/# CONFIG_DEBUG_LOCK_ALLOC is not set/CONFIG_DEBUG_LOCK_ALLOC=y/' configs/config-nodebug
 	@perl -pi -e 's/# CONFIG_PROVE_LOCKING is not set/CONFIG_PROVE_LOCKING=y/' configs/config-nodebug
+	@perl -pi -e 's/# CONFIG_DEBUG_SPINLOCK is not set/CONFIG_DEBUG_SPINLOCK=y/' configs/config-nodebug
 	@perl -pi -e 's/# CONFIG_DEBUG_VM is not set/CONFIG_DEBUG_VM=y/' configs/config-nodebug
 	@perl -pi -e 's/# CONFIG_DEBUG_SLEEP_IN_IRQ is not set/CONFIG_DEBUG_SLEEP_IN_IRQ=y/' configs/config-nodebug
 	@perl -pi -e 's/# CONFIG_FAULT_INJECTION is not set/CONFIG_FAULT_INJECTION=y/' configs/config-nodebug
@@ -46,6 +47,7 @@
 	@perl -pi -e 's/CONFIG_DEBUG_RWSEMS=y/# CONFIG_DEBUG_RWSEMS is not set/' configs/config-nodebug
 	@perl -pi -e 's/CONFIG_DEBUG_LOCK_ALLOC=y/# CONFIG_DEBUG_LOCK_ALLOC is not set/' configs/config-nodebug
 	@perl -pi -e 's/CONFIG_PROVE_LOCKING=y/# CONFIG_PROVE_LOCKING is not set/' configs/config-nodebug
+	@perl -pi -e 's/CONFIG_DEBUG_SPINLOCK=y/# CONFIG_DEBUG_SPINLOCK is not set/' configs/config-nodebug
 	@perl -pi -e 's/CONFIG_DEBUG_PAGEALLOC=y/# CONFIG_DEBUG_PAGEALLOC is not set/' configs/config-nodebug
 	@perl -pi -e 's/CONFIG_DEBUG_VM=y/# CONFIG_DEBUG_VM is not set/' configs/config-nodebug
 	@perl -pi -e 's/CONFIG_DEBUG_SLEEP_IN_IRQ=y/# CONFIG_DEBUG_SLEEP_IN_IRQ is not set/' configs/config-nodebug


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/kernel-2.6.spec,v
retrieving revision 1.3193
retrieving revision 1.3194
diff -u -r1.3193 -r1.3194
--- kernel-2.6.spec	23 May 2007 23:47:06 -0000	1.3193
+++ kernel-2.6.spec	24 May 2007 01:59:17 -0000	1.3194
@@ -2405,6 +2405,9 @@
 
 %changelog
 * Wed May 23 2007 Dave Jones <davej at redhat.com>
+- Disable more debug options in the non-debug builds.
+
+* Wed May 23 2007 Dave Jones <davej at redhat.com>
 - Disable ub block driver.
 
 * Wed May 23 2007 Dave Jones <davej at redhat.com>




More information about the fedora-extras-commits mailing list