rpms/kernel/F-10 patch-2.6.27.37-rc1.bz2.sign, NONE, 1.1.2.1 .cvsignore, 1.960.2.24, 1.960.2.25 kernel.spec, 1.1206.2.99, 1.1206.2.100 sources, 1.922.2.24, 1.922.2.25 upstream, 1.834.2.24, 1.834.2.25 ecryptfs-prevent-lower-dentry-from-going-negative-during-unlink.patch, 1.1.2.1, NONE kvm-x86-disallow-hypercalls-for-guest-callers-in-rings-0.patch, 1.1.2.1, NONE x86-dont-leak-64-bit-kernel-register-values.patch, 1.1.2.1, NONE x86-increase-min_gap-to-include-randomized-stack.patch, 1.1.2.1, NONE x86-streamline-32-bit-syscall-entry-code.patch, 1.1.2.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Sun Oct 11 21:02:53 UTC 2009


Author: cebbert

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

Modified Files:
      Tag: private-fedora-10-2_6_27
	.cvsignore kernel.spec sources upstream 
Added Files:
      Tag: private-fedora-10-2_6_27
	patch-2.6.27.37-rc1.bz2.sign 
Removed Files:
      Tag: private-fedora-10-2_6_27
	ecryptfs-prevent-lower-dentry-from-going-negative-during-unlink.patch 
	kvm-x86-disallow-hypercalls-for-guest-callers-in-rings-0.patch 
	x86-dont-leak-64-bit-kernel-register-values.patch 
	x86-increase-min_gap-to-include-randomized-stack.patch 
	x86-streamline-32-bit-syscall-entry-code.patch 
Log Message:
Linux 2.6.27.37-rc1
Drop merged patches:
  kvm-x86-disallow-hypercalls-for-guest-callers-in-rings-0.patch
  x86-increase-min_gap-to-include-randomized-stack.patch
  ecryptfs-prevent-lower-dentry-from-going-negative-during-unlink.patch
  x86-dont-leak-64-bit-kernel-register-values.patch
  x86-streamline-32-bit-syscall-entry-code.patch


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

iD8DBQBKz8cryGugalF9Dw4RAiBuAJ473nf+IvZscSa7adALbsp6R3Q++wCfd32d
YPkzt04OXaHJ6PVNqGdKAl4=
=7Tm9
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.960.2.24
retrieving revision 1.960.2.25
diff -u -p -r1.960.2.24 -r1.960.2.25
--- .cvsignore	5 Oct 2009 21:42:17 -0000	1.960.2.24
+++ .cvsignore	11 Oct 2009 21:02:52 -0000	1.960.2.25
@@ -5,3 +5,4 @@ temp-*
 kernel-2.6.27
 linux-2.6.27.tar.bz2
 patch-2.6.27.36.bz2
+patch-2.6.27.37-rc1.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1206.2.99
retrieving revision 1.1206.2.100
diff -u -p -r1.1206.2.99 -r1.1206.2.100
--- kernel.spec	7 Oct 2009 16:22:41 -0000	1.1206.2.99
+++ kernel.spec	11 Oct 2009 21:02:52 -0000	1.1206.2.100
@@ -39,9 +39,9 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 36
+%define stable_update 37
 # Is it a -stable RC?
-%define stable_rc 0
+%define stable_rc 1
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -783,22 +783,9 @@ Patch15000: linux-2.6-ppc64-vs-broadcom.
 Patch15001: linux-2.6-ppc64-vs-broadcom-lmb-no-init-1.patch
 Patch15002: linux-2.6-ppc64-vs-broadcom-lmb-no-init-2.patch
 
-# kvm hypercall must be from cpl0 on guest
-Patch15100: kvm-x86-disallow-hypercalls-for-guest-callers-in-rings-0.patch
-
 # appletalk: fix skb leak (CVE-2009-2903)
 Patch15200: appletalk-fix-skb-leak-when-ipddp-interface-is-not-loaded.patch
 
-# fix stack randomization (#526882)
-Patch15300: x86-increase-min_gap-to-include-randomized-stack.patch
-
-# CVE-2009-2908
-Patch15400: ecryptfs-prevent-lower-dentry-from-going-negative-during-unlink.patch
-
-# fix leakage of 64-bit regs to 32-bit tasks
-Patch15500: x86-streamline-32-bit-syscall-entry-code.patch
-Patch15510: x86-dont-leak-64-bit-kernel-register-values.patch
-
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1431,22 +1418,9 @@ ApplyPatch linux-2.6-ppc64-vs-broadcom.p
 ApplyPatch linux-2.6-ppc64-vs-broadcom-lmb-no-init-1.patch
 ApplyPatch linux-2.6-ppc64-vs-broadcom-lmb-no-init-2.patch
 
-# kvm hypercall must be from cpl0 on guest (CVE-2009-3290)
-ApplyPatch kvm-x86-disallow-hypercalls-for-guest-callers-in-rings-0.patch
-
 # appletalk: fix skb leak (CVE-2009-2903)
 ApplyPatch appletalk-fix-skb-leak-when-ipddp-interface-is-not-loaded.patch
 
-# backport of stack randomization fix from 2.6.31.2
-ApplyPatch x86-increase-min_gap-to-include-randomized-stack.patch
-
-# CVE-2009-2908
-ApplyPatch ecryptfs-prevent-lower-dentry-from-going-negative-during-unlink.patch
-
-# fix leakage of 64-bit regs to 32-bit tasks
-ApplyPatch x86-streamline-32-bit-syscall-entry-code.patch
-ApplyPatch x86-dont-leak-64-bit-kernel-register-values.patch
-
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2022,6 +1996,15 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Wed Oct 07 2009  Chuck Ebbert <cebbert at redhat.com>  2.6.27.37-170.2.100.rc1
+- Linux 2.6.27.37-rc1
+- Drop merged patches:
+  kvm-x86-disallow-hypercalls-for-guest-callers-in-rings-0.patch
+  x86-increase-min_gap-to-include-randomized-stack.patch
+  ecryptfs-prevent-lower-dentry-from-going-negative-during-unlink.patch
+  x86-dont-leak-64-bit-kernel-register-values.patch
+  x86-streamline-32-bit-syscall-entry-code.patch
+
 * Wed Oct 07 2009  Chuck Ebbert <cebbert at redhat.com>  2.6.27.36-170.2.99
 - x86: fix leakage of kernel 64-bit registers to 32-bit tasks.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.922.2.24
retrieving revision 1.922.2.25
diff -u -p -r1.922.2.24 -r1.922.2.25
--- sources	5 Oct 2009 21:42:18 -0000	1.922.2.24
+++ sources	11 Oct 2009 21:02:52 -0000	1.922.2.25
@@ -1,2 +1,3 @@
 b3e78977aa79d3754cb7f8143d7ddabd  linux-2.6.27.tar.bz2
 868646f1e2dcc6280c412bd7ee9f3ece  patch-2.6.27.36.bz2
+942fc46df8248c07c5535081f0c45041  patch-2.6.27.37-rc1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.834.2.24
retrieving revision 1.834.2.25
diff -u -p -r1.834.2.24 -r1.834.2.25
--- upstream	5 Oct 2009 21:42:18 -0000	1.834.2.24
+++ upstream	11 Oct 2009 21:02:52 -0000	1.834.2.25
@@ -1,3 +1,4 @@
 linux-2.6.27.tar.bz2
 patch-2.6.27.36.bz2
+patch-2.6.27.37-rc1.bz2
 


--- ecryptfs-prevent-lower-dentry-from-going-negative-during-unlink.patch DELETED ---


--- kvm-x86-disallow-hypercalls-for-guest-callers-in-rings-0.patch DELETED ---


--- x86-dont-leak-64-bit-kernel-register-values.patch DELETED ---


--- x86-increase-min_gap-to-include-randomized-stack.patch DELETED ---


--- x86-streamline-32-bit-syscall-entry-code.patch DELETED ---




More information about the fedora-extras-commits mailing list