rpms/kernel-xen/devel patch-2.6.15-rc5-git5.bz2.sign, NONE, 1.1.2.1 patch-2.6.15-rc5.bz2.sign, NONE, 1.1.2.1 .cvsignore, 1.3.2.3, 1.3.2.4 kernel-xen.spec, 1.13.2.10, 1.13.2.11 linux-2.6-compile-fixes.patch, 1.1.2.1, 1.1.2.2 sources, 1.3.2.3, 1.3.2.4 upstream, 1.1.2.2, 1.1.2.3

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Dec 15 21:42:12 UTC 2005


Author: sct

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

Modified Files:
      Tag: private-kernel-xen-2_6_12-1_13_FC5-sct-branch
	.cvsignore kernel-xen.spec linux-2.6-compile-fixes.patch 
	sources upstream 
Added Files:
      Tag: private-kernel-xen-2_6_12-1_13_FC5-sct-branch
	patch-2.6.15-rc5-git5.bz2.sign patch-2.6.15-rc5.bz2.sign 
Log Message:
Rebase to rawhide kernel-2.6.14-1.1766


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

iD8DBQBDoSOyyGugalF9Dw4RAnYaAJ0YZkESa5gxh5jzd7QO03r9L8IJXQCfaIby
cvlCBDX+mH5Dd3c6I/OFZz4=
=tYcA
-----END PGP SIGNATURE-----


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

iD8DBQBDkovjyGugalF9Dw4RAqcqAJ4tj48u7o+6tdCFBkd+S/zlItsveQCeJNFG
851Zqhl634E1/reg5KhD0Yo=
=y/VT
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/kernel-xen/devel/.cvsignore,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -u -r1.3.2.3 -r1.3.2.4
--- .cvsignore	15 Dec 2005 18:35:32 -0000	1.3.2.3
+++ .cvsignore	15 Dec 2005 21:42:09 -0000	1.3.2.4
@@ -4,5 +4,5 @@
 linux-2.6.14.tar.bz2
 xen-20051206.tar.bz2
 patch-2.6.15-rc4.bz2
-patch-2.6.15-rc5-git4.bz2
+patch-2.6.15-rc5-git5.bz2
 patch-2.6.15-rc5.bz2


Index: kernel-xen.spec
===================================================================
RCS file: /cvs/dist/rpms/kernel-xen/devel/kernel-xen.spec,v
retrieving revision 1.13.2.10
retrieving revision 1.13.2.11
diff -u -r1.13.2.10 -r1.13.2.11
--- kernel-xen.spec	15 Dec 2005 18:50:03 -0000	1.13.2.10
+++ kernel-xen.spec	15 Dec 2005 21:42:09 -0000	1.13.2.11
@@ -214,7 +214,7 @@
 # Patches 0 through 100 are meant for core subsystem upgrades
 #
 Patch1: patch-2.6.15-rc5.bz2
-Patch2: patch-2.6.15-rc5-git4.bz2
+Patch2: patch-2.6.15-rc5-git5.bz2
 
 # Patches 100 through 500 are meant for architecture patches
 Patch100: linux-2.6-bzimage.patch
@@ -876,7 +876,7 @@
 %patch10001 -p1
 %patch10002 -p1
 %patch10003 -p1
-%patch10004 -p1
+#%patch10004 -p1
 
 
 # END OF PATCH APPLICATIONS
@@ -1368,6 +1368,9 @@
 %endif
 
 %changelog
+* Thu Dec 15 2005 Dave Jones <davej at redhat.com>
+- 2.6.15-rc5-git5
+
 * Wed Dec 14 2005 Dave Jones <davej at redhat.com>
 - 2.6.15-rc5-git4
 - Try 'optimise for size' again.

linux-2.6-compile-fixes.patch:
 0 files changed

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/dist/rpms/kernel-xen/devel/Attic/linux-2.6-compile-fixes.patch,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -r1.1.2.1 -r1.1.2.2
--- linux-2.6-compile-fixes.patch	15 Dec 2005 16:26:37 -0000	1.1.2.1
+++ linux-2.6-compile-fixes.patch	15 Dec 2005 21:42:09 -0000	1.1.2.2
@@ -1,16 +0,0 @@
---- linux-2.6.14/arch/ia64/kernel/process.c~	2005-12-14 09:24:22.000000000 -0500
-+++ linux-2.6.14/arch/ia64/kernel/process.c	2005-12-14 09:24:39.000000000 -0500
-@@ -726,11 +726,13 @@ flush_thread (void)
- 	/* drop floating-point and debug-register state if it exists: */
- 	current->thread.flags &= ~(IA64_THREAD_FPH_VALID | IA64_THREAD_DBG_VALID);
- 	ia64_drop_fpu(current);
-+#ifdef CONFIG_IA32_SUPPORT
- 	if (IS_IA32_PROCESS(ia64_task_regs(current))) {
- 		ia32_drop_partial_page_list(current);
- 		current->thread.task_size = IA32_PAGE_OFFSET;
- 		set_fs(USER_DS);
- 	}
-+#endif
- }
- 
- /*


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/kernel-xen/devel/sources,v
retrieving revision 1.3.2.3
retrieving revision 1.3.2.4
diff -u -r1.3.2.3 -r1.3.2.4
--- sources	15 Dec 2005 18:35:32 -0000	1.3.2.3
+++ sources	15 Dec 2005 21:42:09 -0000	1.3.2.4
@@ -1,4 +1,4 @@
 66d02cbd723876c6d69846a067875a22  linux-2.6.14.tar.bz2
 04385c8abed5541c0710b15393b79020  xen-20051206.tar.bz2
 d14ab78f5bd1f920d9088a5e50a78d7d  patch-2.6.15-rc5.bz2
-de07e9c7c1a99b2d76764ac03fad8cb6  patch-2.6.15-rc5-git4.bz2
+2317715e18364ed43654d30e46b137ca  patch-2.6.15-rc5-git5.bz2


Index: upstream
===================================================================
RCS file: /cvs/dist/rpms/kernel-xen/devel/Attic/upstream,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -r1.1.2.2 -r1.1.2.3
--- upstream	15 Dec 2005 16:26:38 -0000	1.1.2.2
+++ upstream	15 Dec 2005 21:42:09 -0000	1.1.2.3
@@ -1,3 +1,3 @@
 linux-2.6.14.tar.bz2
 patch-2.6.15-rc5.bz2
-patch-2.6.15-rc5-git4.bz2
+patch-2.6.15-rc5-git5.bz2




More information about the fedora-cvs-commits mailing list