rpms/kernel/F-12 patch-2.6.31.6.bz2.sign, NONE, 1.1 .cvsignore, 1.1132, 1.1133 kernel.spec, 1.1914, 1.1915 sources, 1.1090, 1.1091 upstream, 1.1004, 1.1005 acpi-pci-fix-null-pointer-dereference-in-acpi-get-pci-dev.patch, 1.1, NONE acpi-revert-attach-device-to-handle-early.patch, 1.1, NONE af_unix-fix-deadlock-connecting-to-shutdown-socket.patch, 1.1, NONE ahci-revert-restore-sb600-sata-controller-64-bit-dma.patch, 1.1, NONE fs-pipe-null-ptr-deref-fix.patch, 1.1, NONE keys-get_instantiation_keyring-should-inc-the-keyring-refcount.patch, 1.1, NONE linux-2.6-iwlwifi-reduce-noise-when-skb-allocation-fails.patch, 1.1, NONE linux-2.6-libertas-crash.patch, 1.2, NONE netlink-fix-typo-in-initialization.patch, 1.1, NONE patch-2.6.31.5.bz2.sign, 1.1, NONE pci-increase-alignment-to-make-more-space.patch, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Thu Nov 12 16:40:37 UTC 2009


Author: cebbert

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

Modified Files:
	.cvsignore kernel.spec sources upstream 
Added Files:
	patch-2.6.31.6.bz2.sign 
Removed Files:
	acpi-pci-fix-null-pointer-dereference-in-acpi-get-pci-dev.patch 
	acpi-revert-attach-device-to-handle-early.patch 
	af_unix-fix-deadlock-connecting-to-shutdown-socket.patch 
	ahci-revert-restore-sb600-sata-controller-64-bit-dma.patch 
	fs-pipe-null-ptr-deref-fix.patch 
	keys-get_instantiation_keyring-should-inc-the-keyring-refcount.patch 
	linux-2.6-iwlwifi-reduce-noise-when-skb-allocation-fails.patch 
	linux-2.6-libertas-crash.patch 
	netlink-fix-typo-in-initialization.patch 
	patch-2.6.31.5.bz2.sign 
	pci-increase-alignment-to-make-more-space.patch 
Log Message:
Linux 2.6.31.6
Drop merged patches:
  linux-2.6-iwlwifi-reduce-noise-when-skb-allocation-fails.patch
  linux-2.6-libertas-crash.patch
  pci-increase-alignment-to-make-more-space.patch
  acpi-revert-attach-device-to-handle-early.patch
  ahci-revert-restore-sb600-sata-controller-64-bit-dma.patch
  acpi-pci-fix-null-pointer-dereference-in-acpi-get-pci-dev.patch
  af_unix-fix-deadlock-connecting-to-shutdown-socket.patch
  keys-get_instantiation_keyring-should-inc-the-keyring-refcount.patch
  netlink-fix-typo-in-initialization.patch
  fs-pipe-null-ptr-deref-fix.patch


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

iD8DBQBK+MDPyGugalF9Dw4RAtwMAKCVVLl8Qv+fyF8TaaMqfxmJNNHolgCfaNwI
3rwK8vsXlodrJoJJGQZV4dc=
=caDt
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/.cvsignore,v
retrieving revision 1.1132
retrieving revision 1.1133
diff -u -p -r1.1132 -r1.1133
--- .cvsignore	23 Oct 2009 13:56:37 -0000	1.1132
+++ .cvsignore	12 Nov 2009 16:40:36 -0000	1.1133
@@ -5,4 +5,4 @@ kernel-2.6.*.config
 temp-*
 kernel-2.6.31
 linux-2.6.31.tar.bz2
-patch-2.6.31.5.bz2
+patch-2.6.31.6.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.1914
retrieving revision 1.1915
diff -u -p -r1.1914 -r1.1915
--- kernel.spec	11 Nov 2009 17:13:01 -0000	1.1914
+++ kernel.spec	12 Nov 2009 16:40:36 -0000	1.1915
@@ -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
@@ -678,8 +678,6 @@ Patch670: linux-2.6-ata-quirk.patch
 Patch671: linux-2.6-ahci-export-capabilities.patch
 
 Patch680: prism54-remove-pci-dev-table.patch
-Patch687: linux-2.6-iwlwifi-reduce-noise-when-skb-allocation-fails.patch
-Patch690: linux-2.6-libertas-crash.patch
 
 Patch800: linux-2.6-crash-driver.patch
 
@@ -768,40 +766,15 @@ Patch12014: linux-2.6-selinux-module-loa
 # make perf counter API available to userspace (#527264)
 Patch14010: perf-make-perf-counter-h-available-to-userspace.patch
 
-# Fix 2.6.31 regression that caused device failures with ACPI enabled.
-Patch14100: pci-increase-alignment-to-make-more-space.patch
-
 # fix resource counter issues on *big* machines
 Patch14101: improve-resource-counter-scalability.patch
 
-# fix boot hang on some systems
-Patch14200: acpi-revert-attach-device-to-handle-early.patch
-
-# disable 64-bit DMA on SB600 SATA controllers
-Patch14300: ahci-revert-restore-sb600-sata-controller-64-bit-dma.patch
-
-# fix ACPI boot hang/crash (#513680)
-Patch14400: acpi-pci-fix-null-pointer-dereference-in-acpi-get-pci-dev.patch
-
-# fix local DoS connecting to shutdown unix socket (#529626)
-Patch14401: af_unix-fix-deadlock-connecting-to-shutdown-socket.patch
-
-# Fix exploitable OOPS in keyring code. (CVE-2009-3624)
-Patch14410: keys-get_instantiation_keyring-should-inc-the-keyring-refcount.patch
-
-# Fix kernel memory leak to userspace. (CVE-2009-3612)
-Patch14411: netlink-fix-typo-in-initialization.patch
-
 # fix perf for sysprof
 Patch14420: perf-events-fix-swevent-hrtimer-sampling.patch
 Patch14421: perf-events-dont-generate-events-for-the-idle-task.patch
 
 Patch14430: crypto-via-padlock-fix-nano-aes.patch
 
-# fs/pipe.c: null ptr dereference fix
-# rhbz#530490 (CVE-2009-3547) [ad3960243e55320d74195fb85c975e0a8cc4466c]
-Patch14440: fs-pipe-null-ptr-deref-fix.patch
-
 # tg3 fixes (#527209)
 Patch14451: tg3-01-delay-mdio-bus-init-until-fw-finishes.patch
 Patch14452: tg3-02-fix-tso-test-against-wrong-flags-var.patch
@@ -1381,12 +1354,6 @@ ApplyPatch linux-2.6-ahci-export-capabil
 # prism54: remove pci modinfo device table
 ApplyPatch prism54-remove-pci-dev-table.patch
 
-# iwlagn quiet
-ApplyPatch linux-2.6-iwlwifi-reduce-noise-when-skb-allocation-fails.patch
-
-# libertas crash
-ApplyPatch linux-2.6-libertas-crash.patch
-
 # /dev/crash driver.
 ApplyPatch linux-2.6-crash-driver.patch
 
@@ -1471,29 +1438,8 @@ ApplyPatch linux-2.6-selinux-module-load
 # make perf counter API available to userspace (#527264)
 ApplyPatch perf-make-perf-counter-h-available-to-userspace.patch
 
-# Fix 2.6.31 regression that caused device failures with ACPI enabled.
-ApplyPatch pci-increase-alignment-to-make-more-space.patch
-
 ApplyPatch improve-resource-counter-scalability.patch
 
-# fix boot hang on some systems
-ApplyPatch acpi-revert-attach-device-to-handle-early.patch
-
-# disable 64-bit DMA on SB600 SATA controllers
-ApplyPatch ahci-revert-restore-sb600-sata-controller-64-bit-dma.patch
-
-# fix ACPI boot hang/crash (#513680)
-ApplyPatch acpi-pci-fix-null-pointer-dereference-in-acpi-get-pci-dev.patch
-
-# fix for local DoS on AF_UNIX
-ApplyPatch af_unix-fix-deadlock-connecting-to-shutdown-socket.patch
-
-# Fix exploitable OOPS in keyring code. (CVE-2009-3624)
-ApplyPatch keys-get_instantiation_keyring-should-inc-the-keyring-refcount.patch
-
-# Fix kernel memory leak to userspace. (CVE-2009-3612)
-ApplyPatch netlink-fix-typo-in-initialization.patch
-
 # fix perf for sysprof
 ApplyPatch perf-events-fix-swevent-hrtimer-sampling.patch
 ApplyPatch perf-events-dont-generate-events-for-the-idle-task.patch
@@ -1501,10 +1447,6 @@ ApplyPatch perf-events-dont-generate-eve
 # Fix oops in padlock
 ApplyPatch crypto-via-padlock-fix-nano-aes.patch
 
-# fs/pipe.c: null ptr dereference fix
-# rhbz#530490 (CVE-2009-3547) [ad3960243e55320d74195fb85c975e0a8cc4466c]
-ApplyPatch fs-pipe-null-ptr-deref-fix.patch
-
 # tg3 fixes (#527209)
 ApplyPatch tg3-01-delay-mdio-bus-init-until-fw-finishes.patch
 ApplyPatch tg3-02-fix-tso-test-against-wrong-flags-var.patch
@@ -2165,6 +2107,20 @@ fi
 # and build.
 
 %changelog
+* Thu Nov 12 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.31.6-117
+- Linux 2.6.31.6
+- Drop merged patches:
+  linux-2.6-iwlwifi-reduce-noise-when-skb-allocation-fails.patch
+  linux-2.6-libertas-crash.patch
+  pci-increase-alignment-to-make-more-space.patch
+  acpi-revert-attach-device-to-handle-early.patch
+  ahci-revert-restore-sb600-sata-controller-64-bit-dma.patch
+  acpi-pci-fix-null-pointer-dereference-in-acpi-get-pci-dev.patch
+  af_unix-fix-deadlock-connecting-to-shutdown-socket.patch
+  keys-get_instantiation_keyring-should-inc-the-keyring-refcount.patch
+  netlink-fix-typo-in-initialization.patch
+  fs-pipe-null-ptr-deref-fix.patch
+
 * Wed Nov 11 2009 Justin M. Forbes <jforbes at redhat.com> 2.6.31.5-128
 - Fix KSM for i686 users. (#532215)
 - Add KSM fixes from 2.6.32


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/sources,v
retrieving revision 1.1090
retrieving revision 1.1091
diff -u -p -r1.1090 -r1.1091
--- sources	23 Oct 2009 13:56:38 -0000	1.1090
+++ sources	12 Nov 2009 16:40:37 -0000	1.1091
@@ -1,2 +1,2 @@
 84c077a37684e4cbfa67b18154390d8a  linux-2.6.31.tar.bz2
-6cac5e59d5562b591cdda485941204d5  patch-2.6.31.5.bz2
+89802830db41e517cdf0954145f73337  patch-2.6.31.6.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/upstream,v
retrieving revision 1.1004
retrieving revision 1.1005
diff -u -p -r1.1004 -r1.1005
--- upstream	23 Oct 2009 13:56:38 -0000	1.1004
+++ upstream	12 Nov 2009 16:40:37 -0000	1.1005
@@ -1,2 +1,2 @@
 linux-2.6.31.tar.bz2
-patch-2.6.31.5.bz2
+patch-2.6.31.6.bz2


--- acpi-pci-fix-null-pointer-dereference-in-acpi-get-pci-dev.patch DELETED ---


--- acpi-revert-attach-device-to-handle-early.patch DELETED ---


--- af_unix-fix-deadlock-connecting-to-shutdown-socket.patch DELETED ---


--- ahci-revert-restore-sb600-sata-controller-64-bit-dma.patch DELETED ---


--- fs-pipe-null-ptr-deref-fix.patch DELETED ---


--- keys-get_instantiation_keyring-should-inc-the-keyring-refcount.patch DELETED ---


--- linux-2.6-iwlwifi-reduce-noise-when-skb-allocation-fails.patch DELETED ---


--- linux-2.6-libertas-crash.patch DELETED ---


--- netlink-fix-typo-in-initialization.patch DELETED ---


--- patch-2.6.31.5.bz2.sign DELETED ---


--- pci-increase-alignment-to-make-more-space.patch DELETED ---




More information about the scm-commits mailing list