rpms/kernel/devel patch-2.6.27-rc8-git8.bz2.sign, NONE, 1.1 .cvsignore, 1.941, 1.942 git-linus.diff, 1.12, 1.13 kernel.spec, 1.1017, 1.1018 sources, 1.903, 1.904 upstream, 1.815, 1.816 patch-2.6.27-rc8-git7.bz2.sign, 1.1, NONE

Dave Jones davej at fedoraproject.org
Mon Oct 6 14:26:48 UTC 2008


Author: davej

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

Modified Files:
	.cvsignore git-linus.diff kernel.spec sources upstream 
Added Files:
	patch-2.6.27-rc8-git8.bz2.sign 
Removed Files:
	patch-2.6.27-rc8-git7.bz2.sign 
Log Message:
2.6.27-rc8-git8


--- NEW FILE patch-2.6.27-rc8-git8.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBI6DnlyGugalF9Dw4RAtqcAJ47r+IWgQE+ru23FSi+8XC85f6b8gCbBUi3
dp84gjYcvh5qD51kWwh5yKg=
=fXaM
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/.cvsignore,v
retrieving revision 1.941
retrieving revision 1.942
diff -u -r1.941 -r1.942
--- .cvsignore	4 Oct 2008 23:46:39 -0000	1.941
+++ .cvsignore	6 Oct 2008 14:26:12 -0000	1.942
@@ -5,4 +5,4 @@
 kernel-2.6.26
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc8.bz2
-patch-2.6.27-rc8-git7.bz2
+patch-2.6.27-rc8-git8.bz2

git-linus.diff:

Index: git-linus.diff
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/git-linus.diff,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- git-linus.diff	4 Oct 2008 23:51:13 -0000	1.12
+++ git-linus.diff	6 Oct 2008 14:26:12 -0000	1.13
@@ -1,59 +0,0 @@
-From: Linus Torvalds <torvalds at linux-foundation.org>
-Date: Sat, 4 Oct 2008 19:15:13 +0000 (-0700)
-Subject: Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel ...
-X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=fec6ed1d1f9b78a6acb4a3eb2c46c812ac2e96f0
-
-Merge branch 'timers-fixes-for-linus' of git://git./linux/kernel/git/tip/linux-2.6-tip
-
-* 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
-  clockevents: check broadcast tick device not the clock events device
----
-
-diff --git a/kernel/time/tick-broadcast.c b/kernel/time/tick-broadcast.c
-index bd70345..cb01cd8 100644
---- a/kernel/time/tick-broadcast.c
-+++ b/kernel/time/tick-broadcast.c
-@@ -235,7 +235,8 @@ static void tick_do_broadcast_on_off(void *why)
- 	case CLOCK_EVT_NOTIFY_BROADCAST_FORCE:
- 		if (!cpu_isset(cpu, tick_broadcast_mask)) {
- 			cpu_set(cpu, tick_broadcast_mask);
--			if (bc->mode == TICKDEV_MODE_PERIODIC)
-+			if (tick_broadcast_device.mode ==
-+			    TICKDEV_MODE_PERIODIC)
- 				clockevents_shutdown(dev);
- 		}
- 		if (*reason == CLOCK_EVT_NOTIFY_BROADCAST_FORCE)
-@@ -245,7 +246,8 @@ static void tick_do_broadcast_on_off(void *why)
- 		if (!tick_broadcast_force &&
- 		    cpu_isset(cpu, tick_broadcast_mask)) {
- 			cpu_clear(cpu, tick_broadcast_mask);
--			if (bc->mode == TICKDEV_MODE_PERIODIC)
-+			if (tick_broadcast_device.mode ==
-+			    TICKDEV_MODE_PERIODIC)
- 				tick_setup_periodic(dev, 0);
- 		}
- 		break;
-From: Linus Torvalds <torvalds at linux-foundation.org>
-Date: Sat, 4 Oct 2008 19:14:46 +0000 (-0700)
-Subject: Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git ...
-X-Git-Url: http://git.kernel.org/?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=b8ec322784f732562902503d70bf1f5e907b28c0
-
-Merge branch 'x86-fixes-for-linus' of git://git./linux/kernel/git/tip/linux-2.6-tip
-
-* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
-  x86 setup: correct segfault in generation of 32-bit reloc kernel
----
-
-diff --git a/arch/x86/boot/compressed/relocs.c b/arch/x86/boot/compressed/relocs.c
-index a1310c5..857e492 100644
---- a/arch/x86/boot/compressed/relocs.c
-+++ b/arch/x86/boot/compressed/relocs.c
-@@ -492,7 +492,7 @@ static void walk_relocs(void (*visit)(Elf32_Rel *rel, Elf32_Sym *sym))
- 			continue;
- 		}
- 		sh_symtab = sec_symtab->symtab;
--		sym_strtab = sec->link->strtab;
-+		sym_strtab = sec_symtab->link->strtab;
- 		for (j = 0; j < sec->shdr.sh_size/sizeof(Elf32_Rel); j++) {
- 			Elf32_Rel *rel;
- 			Elf32_Sym *sym;


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1017
retrieving revision 1.1018
diff -u -r1.1017 -r1.1018
--- kernel.spec	6 Oct 2008 13:33:22 -0000	1.1017
+++ kernel.spec	6 Oct 2008 14:26:16 -0000	1.1018
@@ -53,7 +53,7 @@
 # The rc snapshot level
 %define rcrev 8
 # The git snapshot level
-%define gitrev 7
+%define gitrev 8
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -999,7 +999,7 @@
   done
 %endif
 
-ApplyPatch git-linus.diff
+#ApplyPatch git-linus.diff
 
 # This patch adds a "make nonint_oldconfig" which is non-interactive and
 # also gives a list of missing options at the end. Useful for automated
@@ -1780,6 +1780,9 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Mon Oct 06 2008 Dave Jones <davej at redhat.com>
+- 2.6.27-rc8-git8
+
 * Mon Oct 06 2008 Jarod Wilson <jarod at redhat.com>
 - Don't BUG_ON when iwl4695 gets packets in the wrong queue,
   just WARN. Slight leak w/kerneloops report is better than


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/sources,v
retrieving revision 1.903
retrieving revision 1.904
diff -u -r1.903 -r1.904
--- sources	4 Oct 2008 23:46:39 -0000	1.903
+++ sources	6 Oct 2008 14:26:17 -0000	1.904
@@ -1,3 +1,3 @@
 5169d01c405bc3f866c59338e217968c  linux-2.6.26.tar.bz2
 47c60f9a78aa6bc36bb0fdaa1a0966fc  patch-2.6.27-rc8.bz2
-088ecc76885fb5deb00ebfff0c4bcf0d  patch-2.6.27-rc8-git7.bz2
+3e13e8f0f0da42f10bc6200facc5c9c3  patch-2.6.27-rc8-git8.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/upstream,v
retrieving revision 1.815
retrieving revision 1.816
diff -u -r1.815 -r1.816
--- upstream	4 Oct 2008 23:46:40 -0000	1.815
+++ upstream	6 Oct 2008 14:26:17 -0000	1.816
@@ -1,3 +1,3 @@
 linux-2.6.26.tar.bz2
 patch-2.6.27-rc8.bz2
-patch-2.6.27-rc8-git7.bz2
+patch-2.6.27-rc8-git8.bz2


--- patch-2.6.27-rc8-git7.bz2.sign DELETED ---




More information about the scm-commits mailing list