rpms/kernel/F-12 patch-2.6.31.4.bz2.sign, NONE, 1.1 .cvsignore, 1.1129, 1.1130 kernel.spec, 1.1861, 1.1862 linux-2.6-compile-fixes.patch, 1.196, 1.197 sources, 1.1087, 1.1088 upstream, 1.1001, 1.1002 patch-2.6.31.3.bz2.sign, 1.1, NONE patch-2.6.31.4-rc2.bz2.sign, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Tue Oct 13 00:39:38 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9047

Modified Files:
	.cvsignore kernel.spec linux-2.6-compile-fixes.patch sources 
	upstream 
Added Files:
	patch-2.6.31.4.bz2.sign 
Removed Files:
	patch-2.6.31.3.bz2.sign patch-2.6.31.4-rc2.bz2.sign 
Log Message:
Linux 2.6.31.4


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

iD8DBQBK07q9yGugalF9Dw4RAi20AJ9iL7DEv2KkeZaZNogGdrOkXmlEgwCfaQ9d
DefCbKNy2tKReB+f+pRqMy0=
=PG/w
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/.cvsignore,v
retrieving revision 1.1129
retrieving revision 1.1130
diff -u -p -r1.1129 -r1.1130
--- .cvsignore	11 Oct 2009 13:37:45 -0000	1.1129
+++ .cvsignore	13 Oct 2009 00:39:37 -0000	1.1130
@@ -5,5 +5,4 @@ kernel-2.6.*.config
 temp-*
 kernel-2.6.31
 linux-2.6.31.tar.bz2
-patch-2.6.31.3.bz2
-patch-2.6.31.4-rc2.bz2
+patch-2.6.31.4.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.1861
retrieving revision 1.1862
diff -u -p -r1.1861 -r1.1862
--- kernel.spec	12 Oct 2009 20:17:23 -0000	1.1861
+++ kernel.spec	13 Oct 2009 00:39:38 -0000	1.1862
@@ -42,7 +42,7 @@ Summary: The Linux kernel
 # Do we have a -stable update to apply?
 %define stable_update 4
 # Is it a -stable RC?
-%define stable_rc 2
+%define stable_rc 0
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -2055,6 +2055,9 @@ fi
 # and build.
 
 %changelog
+* Mon Oct 12 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.31.4-76
+- Linux 2.6.31.4
+
 * Mon Oct 12 2009 Kyle McMartin <kyle at redhat.com> 2.6.31.4-75.rc2
 - improve-resource-counter-scalability.patch: Fix scalability issues
   on big machines, requested by prarit.

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

Index: linux-2.6-compile-fixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/linux-2.6-compile-fixes.patch,v
retrieving revision 1.196
retrieving revision 1.197
diff -u -p -r1.196 -r1.197
--- linux-2.6-compile-fixes.patch	11 Oct 2009 13:37:46 -0000	1.196
+++ linux-2.6-compile-fixes.patch	13 Oct 2009 00:39:38 -0000	1.197
@@ -4,19 +4,3 @@
 # Please add the errors from gcc before the diffs to save others having
 # to do a compile to figure out what your diff is fixing. Thanks.
 #
-kvm: svm: fix build
-
-arch/x86/kvm/svm.c: In function 'svm_vcpu_load':
-arch/x86/kvm/svm.c:713: error: 'struct vcpu_svm' has no member named 'nested'
-
---- linux-2.6.31.noarch.orig/arch/x86/kvm/svm.c
-+++ linux-2.6.31.noarch/arch/x86/kvm/svm.c
-@@ -710,7 +710,7 @@ static void svm_vcpu_load(struct kvm_vcp
- 		delta = vcpu->arch.host_tsc - tsc_this;
- 		svm->vmcb->control.tsc_offset += delta;
- 		if (is_nested(svm))
--			svm->nested.hsave->control.tsc_offset += delta;
-+			svm->hsave->control.tsc_offset += delta;
- 		vcpu->cpu = cpu;
- 		kvm_migrate_timers(vcpu);
- 		svm->asid_generation = 0;


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/sources,v
retrieving revision 1.1087
retrieving revision 1.1088
diff -u -p -r1.1087 -r1.1088
--- sources	11 Oct 2009 13:37:47 -0000	1.1087
+++ sources	13 Oct 2009 00:39:38 -0000	1.1088
@@ -1,3 +1,2 @@
 84c077a37684e4cbfa67b18154390d8a  linux-2.6.31.tar.bz2
-24d60ad6645211e2c08dc1c1c578b249  patch-2.6.31.3.bz2
-f1fa28b0178eab2f486d2ac5e1120cc1  patch-2.6.31.4-rc2.bz2
+02078f4231baee4f0004212f2875df2b  patch-2.6.31.4.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/upstream,v
retrieving revision 1.1001
retrieving revision 1.1002
diff -u -p -r1.1001 -r1.1002
--- upstream	11 Oct 2009 13:37:47 -0000	1.1001
+++ upstream	13 Oct 2009 00:39:38 -0000	1.1002
@@ -1,3 +1,2 @@
 linux-2.6.31.tar.bz2
-patch-2.6.31.3.bz2
-patch-2.6.31.4-rc2.bz2
+patch-2.6.31.4.bz2


--- patch-2.6.31.3.bz2.sign DELETED ---


--- patch-2.6.31.4-rc2.bz2.sign DELETED ---




More information about the scm-commits mailing list