rpms/kernel/devel patch-2.6.13-rc6-git6.bz2.sign, NONE, 1.1 .cvsignore, 1.196, 1.197 kernel-2.6.spec, 1.1483, 1.1484 linux-2.6-debug-detect-softlockups.patch, 1.1, 1.2 upstream, 1.128, 1.129 patch-2.6.13-rc6-git5.bz2.sign, 1.1, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 15 01:22:24 UTC 2005


Author: davej

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

Modified Files:
	.cvsignore kernel-2.6.spec 
	linux-2.6-debug-detect-softlockups.patch upstream 
Added Files:
	patch-2.6.13-rc6-git6.bz2.sign 
Removed Files:
	patch-2.6.13-rc6-git5.bz2.sign 
Log Message:
git6



--- NEW FILE patch-2.6.13-rc6-git6.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBC/wpyyGugalF9Dw4RAgueAJ0dXKIkf/N+qbl6sOj0QHGQBtjLkwCcDXus
HFvRgN7JDYxJabF/O3vLP6A=
=F5Oc
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -r1.196 -r1.197
--- .cvsignore	14 Aug 2005 00:37:24 -0000	1.196
+++ .cvsignore	15 Aug 2005 01:22:18 -0000	1.197
@@ -12,3 +12,4 @@
 patch-2.6.13-rc6-git3.bz2
 patch-2.6.13-rc6-git4.bz2
 patch-2.6.13-rc6-git5.bz2
+patch-2.6.13-rc6-git6.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.1483
retrieving revision 1.1484
diff -u -r1.1483 -r1.1484
--- kernel-2.6.spec	14 Aug 2005 00:37:25 -0000	1.1483
+++ kernel-2.6.spec	15 Aug 2005 01:22:19 -0000	1.1484
@@ -215,7 +215,7 @@
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 Patch1: patch-2.6.13-rc6.bz2
-Patch2: patch-2.6.13-rc6-git5.bz2
+Patch2: patch-2.6.13-rc6-git6.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -1180,6 +1180,9 @@
 %endif
 
 %changelog
+* Sun Aug 14 2005 Dave Jones <davej at redhat.com>
+- 2.6.13-rc6-git6
+
 * Sat Aug 13 2005 Dave Jones <davej at redhat.com>
 - 2.6.13-rc6-git5
 

linux-2.6-debug-detect-softlockups.patch:
 linux-2.6.11/kernel/softirq.c |    2 
 linux-2.6.12/kernel/panic.c   |    1 
 linux/include/linux/sched.h   |   13 ++++
 linux/init/main.c             |    1 
 linux/kernel/Makefile         |    1 
 linux/kernel/softlockup.c     |  130 ++++++++++++++++++++++++++++++++++++++++++
 linux/kernel/timer.c          |    1 
 linux/lib/Kconfig.debug       |   19 ++++++
 8 files changed, 167 insertions(+), 1 deletion(-)

Index: linux-2.6-debug-detect-softlockups.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/linux-2.6-debug-detect-softlockups.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-debug-detect-softlockups.patch	8 Aug 2005 22:10:40 -0000	1.1
+++ linux-2.6-debug-detect-softlockups.patch	15 Aug 2005 01:22:19 -0000	1.2
@@ -222,3 +222,13 @@
  {
  	struct tasklet_struct **i;
  
+--- linux-2.6.12/kernel/panic.c~	2005-08-14 21:13:56.000000000 -0400
++++ linux-2.6.12/kernel/panic.c	2005-08-14 21:14:32.000000000 -0400
+@@ -144,6 +144,7 @@ NORET_TYPE void panic(const char * fmt, 
+ 		i += panic_blink(i);
+ 		mdelay(1);
+ 		i++;
++		softlockup_tick(regs);
+ 	}
+ }
+ 


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel/devel/upstream,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- upstream	14 Aug 2005 00:37:26 -0000	1.128
+++ upstream	15 Aug 2005 01:22:19 -0000	1.129
@@ -1,3 +1,3 @@
 linux-2.6.12.tar.bz2
 patch-2.6.13-rc6.bz2
-patch-2.6.13-rc6-git5.bz2
+patch-2.6.13-rc6-git6.bz2


--- patch-2.6.13-rc6-git5.bz2.sign DELETED ---




More information about the fedora-cvs-commits mailing list