rpms/kernel/devel patch-2.6.22-rc7-git3.bz2.sign, NONE, 1.1 .cvsignore, 1.641, 1.642 kernel-2.6.spec, 1.3267, 1.3268 linux-2.6-highres-timers.patch, 1.1, 1.2 sources, 1.606, 1.607 upstream, 1.528, 1.529 patch-2.6.22-rc7-git2.bz2.sign, 1.1, NONE

Dave Jones (davej) fedora-extras-commits at redhat.com
Wed Jul 4 18:58:26 UTC 2007


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19902

Modified Files:
	.cvsignore kernel-2.6.spec linux-2.6-highres-timers.patch 
	sources upstream 
Added Files:
	patch-2.6.22-rc7-git3.bz2.sign 
Removed Files:
	patch-2.6.22-rc7-git2.bz2.sign 
Log Message:
* Wed Jul 04 2007 Dave Jones <davej at redhat.com>
- 2.6.22-rc7-git3



--- NEW FILE patch-2.6.22-rc7-git3.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBGi0ZlyGugalF9Dw4RAjTBAJ9+g3EYwu1g4oii7fSBglgm6T/ZTACggXfE
FLayoxbwyxYfMx/M8YZiJ+A=
=IacS
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.641
retrieving revision 1.642
diff -u -r1.641 -r1.642
--- .cvsignore	3 Jul 2007 20:24:30 -0000	1.641
+++ .cvsignore	4 Jul 2007 18:57:50 -0000	1.642
@@ -4,4 +4,4 @@
 kernel-2.6.21
 linux-2.6.21.tar.bz2
 patch-2.6.22-rc7.bz2
-patch-2.6.22-rc7-git2.bz2
+patch-2.6.22-rc7-git3.bz2


Index: kernel-2.6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel-2.6.spec,v
retrieving revision 1.3267
retrieving revision 1.3268
diff -u -r1.3267 -r1.3268
--- kernel-2.6.spec	4 Jul 2007 18:03:59 -0000	1.3267
+++ kernel-2.6.spec	4 Jul 2007 18:57:50 -0000	1.3268
@@ -44,7 +44,7 @@
 # The rc snapshot level
 %define rcrev 7
 # The git snapshot level
-%define gitrev 2
+%define gitrev 3
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -2059,6 +2059,9 @@
 
 %changelog
 * Wed Jul 04 2007 Dave Jones <davej at redhat.com>
+- 2.6.22-rc7-git3
+
+* Wed Jul 04 2007 Dave Jones <davej at redhat.com>
 - x86-64 tickless support.
 
 * Tue Jul 03 2007 Dave Jones <davej at redhat.com>

linux-2.6-highres-timers.patch:

Index: linux-2.6-highres-timers.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/linux-2.6-highres-timers.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- linux-2.6-highres-timers.patch	4 Jul 2007 18:03:59 -0000	1.1
+++ linux-2.6-highres-timers.patch	4 Jul 2007 18:57:50 -0000	1.2
@@ -17,22 +17,6 @@
  
  #include <asm/div64.h>
  #include <asm/timex.h>
-@@ -122,7 +123,6 @@ void second_overflow(void)
- 			 */
- 			time_interpolator_update(-NSEC_PER_SEC);
- 			time_state = TIME_OOP;
--			clock_was_set();
- 			printk(KERN_NOTICE "Clock: inserting leap second "
- 					"23:59:60 UTC\n");
- 		}
-@@ -137,7 +137,6 @@ void second_overflow(void)
- 			 */
- 			time_interpolator_update(NSEC_PER_SEC);
- 			time_state = TIME_WAIT;
--			clock_was_set();
- 			printk(KERN_NOTICE "Clock: deleting leap second "
- 					"23:59:59 UTC\n");
- 		}
 @@ -187,12 +186,64 @@ u64 current_tick_length(void)
  	return tick_length;
  }


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.606
retrieving revision 1.607
diff -u -r1.606 -r1.607
--- sources	3 Jul 2007 20:24:30 -0000	1.606
+++ sources	4 Jul 2007 18:57:50 -0000	1.607
@@ -1,3 +1,3 @@
 1b515f588078dfa7f4bab2634bd17e80  linux-2.6.21.tar.bz2
 cacd2c84ebe067d3ff8560c4c0a04ef8  patch-2.6.22-rc7.bz2
-fe40b117b8a23776481f11fc3106a6de  patch-2.6.22-rc7-git2.bz2
+8a125db72af9ae7d14e64636ca5c9982  patch-2.6.22-rc7-git3.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.528
retrieving revision 1.529
diff -u -r1.528 -r1.529
--- upstream	3 Jul 2007 20:24:30 -0000	1.528
+++ upstream	4 Jul 2007 18:57:50 -0000	1.529
@@ -1,3 +1,3 @@
 linux-2.6.21.tar.bz2
 patch-2.6.22-rc7.bz2
-patch-2.6.22-rc7-git2.bz2
+patch-2.6.22-rc7-git3.bz2


--- patch-2.6.22-rc7-git2.bz2.sign DELETED ---




More information about the scm-commits mailing list