rpms/kernel/F-11 patch-2.6.30.6.bz2.sign, NONE, 1.1 .cvsignore, 1.1053, 1.1054 kernel.spec, 1.1729, 1.1730 sources, 1.1015, 1.1016 upstream, 1.926, 1.927 do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch, 1.1, NONE linux-2.6-bitmap-make-ops-return-result.patch, 1.1, NONE linux-2.6-clone-fix-race-between-copy-process-and-de-thread.patch, 1.1, NONE linux-2.6-kthreads-fix-kthread-create-vs-kthread-stop.patch, 1.1, NONE linux-2.6-x86-dont-call-send-ipi-mask-with-empty-mask.patch, 1.1, NONE linux-2.6-x86-dont-send-ipi-to-empty-set-cpus.patch, 1.1, NONE linux-2.6-xen-x86-dont-probe-if-apics-are-disabled.patch, 1.1, NONE patch-2.6.30.5.bz2.sign, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Wed Sep 9 04:43:30 UTC 2009


Author: cebbert

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

Modified Files:
	.cvsignore kernel.spec sources upstream 
Added Files:
	patch-2.6.30.6.bz2.sign 
Removed Files:
	do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch 
	linux-2.6-bitmap-make-ops-return-result.patch 
	linux-2.6-clone-fix-race-between-copy-process-and-de-thread.patch 
	linux-2.6-kthreads-fix-kthread-create-vs-kthread-stop.patch 
	linux-2.6-x86-dont-call-send-ipi-mask-with-empty-mask.patch 
	linux-2.6-x86-dont-send-ipi-to-empty-set-cpus.patch 
	linux-2.6-xen-x86-dont-probe-if-apics-are-disabled.patch 
	patch-2.6.30.5.bz2.sign 
Log Message:
2.6.30.6
Drop patches merged in -stable:
  do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch
  linux-2.6-x86-dont-send-ipi-to-empty-set-cpus.patch
  linux-2.6-bitmap-make-ops-return-result.patch
  linux-2.6-x86-dont-call-send-ipi-mask-with-empty-mask.patch
  linux-2.6-clone-fix-race-between-copy-process-and-de-thread.patch
  linux-2.6-kthreads-fix-kthread-create-vs-kthread-stop.patch
  linux-2.6-xen-x86-dont-probe-if-apics-are-disabled.patch


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

iD8DBQBKpyrZyGugalF9Dw4RAjcMAJ98MHmdsqNGN3k0QjZxg8VgSVWZ8wCdFlF9
Dti1rfwH8DdcGzaYMLzRKcM=
=rjNA
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/.cvsignore,v
retrieving revision 1.1053
retrieving revision 1.1054
diff -u -p -r1.1053 -r1.1054
--- .cvsignore	17 Aug 2009 02:32:11 -0000	1.1053
+++ .cvsignore	9 Sep 2009 04:43:29 -0000	1.1054
@@ -5,4 +5,4 @@ kernel-2.6.*.config
 temp-*
 kernel-2.6.30
 linux-2.6.30.tar.bz2
-patch-2.6.30.5.bz2
+patch-2.6.30.6.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/kernel.spec,v
retrieving revision 1.1729
retrieving revision 1.1730
diff -u -p -r1.1729 -r1.1730
--- kernel.spec	8 Sep 2009 17:02:44 -0000	1.1729
+++ kernel.spec	9 Sep 2009 04:43:29 -0000	1.1730
@@ -40,7 +40,7 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 5
+%define stable_update 6
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -727,30 +727,14 @@ Patch14000: make-mmap_min_addr-suck-less
 
 # ----- patches headed for -stable -----
 
-Patch14001: do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch
-
-# fix hang on older x86 machines
-Patch14010: linux-2.6-x86-dont-send-ipi-to-empty-set-cpus.patch
-Patch14020: linux-2.6-bitmap-make-ops-return-result.patch
-Patch14030: linux-2.6-x86-dont-call-send-ipi-mask-with-empty-mask.patch
-
-# fix race in clone()
-Patch14040: linux-2.6-clone-fix-race-between-copy-process-and-de-thread.patch
-
 # Fix string overflows found by stackprotector:
 Patch14050: hda-check-strcpy-length.patch
 Patch14060: linux-2.6-v4l-dvb-af9015-fix-stack-corruption.patch
 
-# fix race in kthreads
-Patch14070: linux-2.6-kthreads-fix-kthread-create-vs-kthread-stop.patch
-
 # fix stack protector problems with xen on x86_64
 Patch14080: linux-2.6-x86-load-percpu-segment-no-stackprotector.patch
 Patch14090: linux-2.6-xen-rearrange-to-fix-stackprotector.patch
 
-# fix amd crash in xen caused by -stable patch
-Patch14100: linux-2.6-xen-x86-dont-probe-if-apics-are-disabled.patch
-
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1372,30 +1356,15 @@ ApplyPatch make-mmap_min_addr-suck-less.
 # ----- patches headed for -stable -----
 
 # CVE-2009-2847
-ApplyPatch do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch
-
-# fix hang on older x86 machines
-ApplyPatch linux-2.6-x86-dont-send-ipi-to-empty-set-cpus.patch
-ApplyPatch linux-2.6-bitmap-make-ops-return-result.patch
-ApplyPatch linux-2.6-x86-dont-call-send-ipi-mask-with-empty-mask.patch
-
-# fix race in clone()
-ApplyPatch linux-2.6-clone-fix-race-between-copy-process-and-de-thread.patch
 
 # Fix string overflows found by stackprotector:
 ApplyPatch hda-check-strcpy-length.patch
 ApplyPatch linux-2.6-v4l-dvb-af9015-fix-stack-corruption.patch
 
-# fix race in kthreads
-ApplyPatch linux-2.6-kthreads-fix-kthread-create-vs-kthread-stop.patch
-
 # fix stack protector problems with xen on x86_64
 ApplyPatch linux-2.6-x86-load-percpu-segment-no-stackprotector.patch
 ApplyPatch linux-2.6-xen-rearrange-to-fix-stackprotector.patch
 
-# another fun xen bug (#520517)
-ApplyPatch linux-2.6-xen-x86-dont-probe-if-apics-are-disabled.patch
-
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -1984,6 +1953,17 @@ fi
 # and build.
 
 %changelog
+* Wed Sep 09 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.30.6-51
+- 2.6.30.6
+- Drop patches merged in -stable:
+  do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch
+  linux-2.6-x86-dont-send-ipi-to-empty-set-cpus.patch
+  linux-2.6-bitmap-make-ops-return-result.patch
+  linux-2.6-x86-dont-call-send-ipi-mask-with-empty-mask.patch
+  linux-2.6-clone-fix-race-between-copy-process-and-de-thread.patch
+  linux-2.6-kthreads-fix-kthread-create-vs-kthread-stop.patch
+  linux-2.6-xen-x86-dont-probe-if-apics-are-disabled.patch
+
 * Tue Sep 08 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.30.5-50
 - Disable Amiga One support to fix powerpc coherency bug (#521703)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/sources,v
retrieving revision 1.1015
retrieving revision 1.1016
diff -u -p -r1.1015 -r1.1016
--- sources	17 Aug 2009 02:32:12 -0000	1.1015
+++ sources	9 Sep 2009 04:43:29 -0000	1.1016
@@ -1,2 +1,2 @@
 7a80058a6382e5108cdb5554d1609615  linux-2.6.30.tar.bz2
-47841c7ff5c81a7b349a79f2fa8e9138  patch-2.6.30.5.bz2
+f89295707f68c2b349534b490c9d5f2d  patch-2.6.30.6.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-11/upstream,v
retrieving revision 1.926
retrieving revision 1.927
diff -u -p -r1.926 -r1.927
--- upstream	17 Aug 2009 02:32:12 -0000	1.926
+++ upstream	9 Sep 2009 04:43:29 -0000	1.927
@@ -1,3 +1,3 @@
 linux-2.6.30.tar.bz2
-patch-2.6.30.5.bz2
+patch-2.6.30.6.bz2
 


--- do_sigaltstack-avoid-copying-stack_t-as-a-structure-to-userspace.patch DELETED ---


--- linux-2.6-bitmap-make-ops-return-result.patch DELETED ---


--- linux-2.6-clone-fix-race-between-copy-process-and-de-thread.patch DELETED ---


--- linux-2.6-kthreads-fix-kthread-create-vs-kthread-stop.patch DELETED ---


--- linux-2.6-x86-dont-call-send-ipi-mask-with-empty-mask.patch DELETED ---


--- linux-2.6-x86-dont-send-ipi-to-empty-set-cpus.patch DELETED ---


--- linux-2.6-xen-x86-dont-probe-if-apics-are-disabled.patch DELETED ---


--- patch-2.6.30.5.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list