rpms/kernel/F-7 kernel-2.6.spec, 1.3243, 1.3244 linux-2.6-debug-no-quiet.patch, 1.4, 1.5 linux-2.6-debug-sleep-in-irq-warning.patch, 1.3, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Tue Jul 3 07:09:52 UTC 2007


Author: davej

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

Modified Files:
	kernel-2.6.spec linux-2.6-debug-no-quiet.patch 
Removed Files:
	linux-2.6-debug-sleep-in-irq-warning.patch 
Log Message:
* Tue Jul 03 2007 Dave Jones <davej at redhat.com>
- Drop 'sleep in irq' checker.



Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/kernel-2.6.spec,v
retrieving revision 1.3243
retrieving revision 1.3244
diff -u -r1.3243 -r1.3244
--- kernel-2.6.spec	3 Jul 2007 07:06:13 -0000	1.3243
+++ kernel-2.6.spec	3 Jul 2007 07:09:14 -0000	1.3244
@@ -544,7 +544,6 @@
 Patch1013: linux-2.6-debug-taint-vm.patch
 Patch1015: linux-2.6-debug-spinlock-taint.patch
 Patch1016: linux-2.6-debug-extra-warnings.patch
-Patch1018: linux-2.6-debug-sleep-in-irq-warning.patch
 Patch1019: linux-2.6-debug-must_check.patch
 Patch1020: linux-2.6-debug-no-quiet.patch
 Patch1021: linux-2.6-debug-boot-delay.patch
@@ -1286,7 +1285,6 @@
 %if ! %{debugbuildsenabled}
 %patch1016 -p1
 %endif
-%patch1018 -p1
 %patch1019 -p1
 %patch1020 -p1
 %patch1021 -p1
@@ -1319,12 +1317,6 @@
 # fix cpqarray pci enable
 %patch1101 -p1
 
-#
-# Various NFS/NFSD fixes.
-#
-# Fix badness.
-%patch1201 -p1
-
 # NIC driver fixes
 # Don't print warnings about MSI failures on e1000
 %patch1300 -p1
@@ -2464,6 +2456,9 @@
 
 %changelog
 * Tue Jul 03 2007 Dave Jones <davej at redhat.com>
+- Drop 'sleep in irq' checker.
+
+* Tue Jul 03 2007 Dave Jones <davej at redhat.com>
 - Drop sleep_on warning patches. Fix upstream instead.
 
 * Fri Jun 29 2007 Chuck Ebbert <cebbert at redhat.com>

linux-2.6-debug-no-quiet.patch:

Index: linux-2.6-debug-no-quiet.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-7/linux-2.6-debug-no-quiet.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-2.6-debug-no-quiet.patch	19 Mar 2007 21:32:30 -0000	1.4
+++ linux-2.6-debug-no-quiet.patch	3 Jul 2007 07:09:15 -0000	1.5
@@ -14,18 +14,14 @@
  	return 1;
  }
  
---- linux-2.6.20.noarch/lib/Kconfig.debug~	2007-03-19 17:27:40.000000000 -0400
-+++ linux-2.6.20.noarch/lib/Kconfig.debug	2007-03-19 17:27:51.000000000 -0400
-@@ -4,6 +4,12 @@ config DEBUG_SLEEP_IN_IRQ
- 	  Sleeping in an interrupt handler is a bad thing.
- 	  Enabling this option will emit a backtrace (once per instance).
- 
+--- linux-2.6.21.noarch/lib/Kconfig.debug~	2007-05-28 02:18:07.000000000 -0400
++++ linux-2.6.21.noarch/lib/Kconfig.debug	2007-05-28 02:18:43.000000000 -0400
+@@ -1,3 +1,8 @@
 +config DEBUG_IGNORE_QUIET
-+       bool "Ignore 'quiet' boot argument"
-+       help
-+         If this option is set, the boot parameter 'quiet' will have
-+         no effect.
-+
++	bool "Ignore 'quiet' boot argument"
++	help
++	  If this option is set, the boot parameter 'quiet' will have
++	  no effect.
+ 
  config PRINTK_TIME
  	bool "Show timing information on printks"
- 	depends on PRINTK


--- linux-2.6-debug-sleep-in-irq-warning.patch DELETED ---




More information about the fedora-extras-commits mailing list