rpms/kernel/devel Makefile, 1.81, 1.82 config-debug, 1.18, 1.19 config-generic, 1.172, 1.173 config-nodebug, 1.20, 1.21 kernel.spec, 1.991, 1.992

Dave Jones davej at fedoraproject.org
Mon Sep 29 16:37:16 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1080

Modified Files:
	Makefile config-debug config-generic config-nodebug 
	kernel.spec 
Log Message:
Turn off CONFIG_USB_DEBUG. It's noisy, and of no real value right now.


Index: Makefile
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/Makefile,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- Makefile	25 Sep 2008 19:58:13 -0000	1.81
+++ Makefile	29 Sep 2008 16:36:45 -0000	1.82
@@ -55,7 +55,6 @@
 	@perl -pi -e 's/# CONFIG_FAULT_INJECTION_DEBUG_FS is not set/CONFIG_FAULT_INJECTION_DEBUG_FS=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_FAULT_INJECTION_STACKTRACE_FILTER is not set/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_DEBUG_SG is not set/CONFIG_DEBUG_SG=y/' config-nodebug
-	@perl -pi -e 's/# CONFIG_USB_DEBUG is not set/CONFIG_USB_DEBUG=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_DEBUG_WRITECOUNT is not set/CONFIG_DEBUG_WRITECOUNT=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_DEBUG_OBJECTS is not set/CONFIG_DEBUG_OBJECTS=y/' config-nodebug
 	@perl -pi -e 's/# CONFIG_DEBUG_OBJECTS_FREE is not set/CONFIG_DEBUG_OBJECTS_FREE=y/' config-nodebug
@@ -92,7 +91,6 @@
 	@perl -pi -e 's/CONFIG_FAULT_INJECTION_DEBUG_FS=y/# CONFIG_FAULT_INJECTION_DEBUG_FS is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_FAULT_INJECTION_STACKTRACE_FILTER=y/# CONFIG_FAULT_INJECTION_STACKTRACE_FILTER is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_DEBUG_SG=y/# CONFIG_DEBUG_SG is not set/' config-nodebug
-	@perl -pi -e 's/CONFIG_USB_DEBUG=y/# CONFIG_USB_DEBUG is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_DEBUG_WRITECOUNT=y/# CONFIG_DEBUG_WRITECOUNT is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_DEBUG_OBJECTS=y/# CONFIG_DEBUG_OBJECTS is not set/' config-nodebug
 	@perl -pi -e 's/CONFIG_DEBUG_OBJECTS_FREE=y/# CONFIG_DEBUG_OBJECTS_FREE is not set/' config-nodebug


Index: config-debug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-debug,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- config-debug	25 Sep 2008 19:58:13 -0000	1.18
+++ config-debug	29 Sep 2008 16:36:45 -0000	1.19
@@ -29,8 +29,6 @@
 
 CONFIG_DEBUG_PAGEALLOC=y
 
-CONFIG_USB_DEBUG=y
-
 CONFIG_DEBUG_WRITECOUNT=y
 CONFIG_DEBUG_OBJECTS=y
 # CONFIG_DEBUG_OBJECTS_SELFTEST is not set


Index: config-generic
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-generic,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- config-generic	25 Sep 2008 21:19:21 -0000	1.172
+++ config-generic	29 Sep 2008 16:36:45 -0000	1.173
@@ -2604,6 +2604,7 @@
 #
 CONFIG_USB=y
 CONFIG_USB_SUPPORT=y
+# CONFIG_USB_DEBUG is not set
 
 # DEPRECATED: See bug 362221. Fix udev.
 # CONFIG_USB_DEVICE_CLASS is not set


Index: config-nodebug
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/config-nodebug,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- config-nodebug	25 Sep 2008 19:58:13 -0000	1.20
+++ config-nodebug	29 Sep 2008 16:36:45 -0000	1.21
@@ -28,8 +28,6 @@
 
 CONFIG_DEBUG_PAGEALLOC=y
 
-CONFIG_USB_DEBUG=y
-
 CONFIG_DEBUG_WRITECOUNT=y
 CONFIG_DEBUG_OBJECTS=y
 # CONFIG_DEBUG_OBJECTS_SELFTEST is not set


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.991
retrieving revision 1.992
diff -u -r1.991 -r1.992
--- kernel.spec	29 Sep 2008 16:13:03 -0000	1.991
+++ kernel.spec	29 Sep 2008 16:36:45 -0000	1.992
@@ -1740,6 +1740,9 @@
 
 %changelog
 * Mon Sep 29 2008 Dave Jones <davej at redhat.com>
+- Turn off CONFIG_USB_DEBUG. It's noisy, and of no real value right now.
+
+* Mon Sep 29 2008 Dave Jones <davej at redhat.com>
 - Kill of config-ia64. for real this time.
 
 * Mon Sep 29 2008 Adam Jackson <ajax at redhat.com>




More information about the scm-commits mailing list