rpms/kernel/F-10 patch-2.6.27.39.bz2.sign, NONE, 1.1.2.1 .cvsignore, 1.960.2.28, 1.960.2.29 kernel.spec, 1.1206.2.113, 1.1206.2.114 sources, 1.922.2.28, 1.922.2.29 upstream, 1.834.2.28, 1.834.2.29 af_unix-fix-deadlock-connecting-to-shutdown-socket.patch, 1.1.2.2, NONE appletalk-fix-skb-leak-when-ipddp-interface-is-not-loaded.patch, 1.1.2.1, NONE fs-pipe-null-ptr-deref-fix.patch, 1.1.2.1, NONE irda-add-irda-skb-cb-qdisc-related-padding.patch, 1.1.2.1, NONE kvm-prevent-overflow-in-kvm-get-supported-cpuid.patch, 1.1.2.1, NONE netlink-fix-typo-in-initialization.patch, 1.1.2.1, NONE patch-2.6.27.38.bz2.sign, 1.1.2.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Thu Nov 12 01:00:06 UTC 2009


Author: cebbert

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

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.39.bz2.sign 
Removed Files:
      Tag: private-fedora-10-2_6_27
	af_unix-fix-deadlock-connecting-to-shutdown-socket.patch 
	appletalk-fix-skb-leak-when-ipddp-interface-is-not-loaded.patch 
	fs-pipe-null-ptr-deref-fix.patch 
	irda-add-irda-skb-cb-qdisc-related-padding.patch 
	kvm-prevent-overflow-in-kvm-get-supported-cpuid.patch 
	netlink-fix-typo-in-initialization.patch 
	patch-2.6.27.38.bz2.sign 
Log Message:
Linux 2.6.27.39
Drop merged patches:
  appletalk-fix-skb-leak-when-ipddp-interface-is-not-loaded.patch
  irda-add-irda-skb-cb-qdisc-related-padding.patch
  netlink-fix-typo-in-initialization.patch
  af_unix-fix-deadlock-connecting-to-shutdown-socket.patch
  kvm-prevent-overflow-in-kvm-get-supported-cpuid.patch
  fs-pipe-null-ptr-deref-fix.patch


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

iD8DBQBK+MB8yGugalF9Dw4RAktiAJ9WF1+9FqEOIEqCbrSNevFhSWp71QCeLOLU
3bVBsk6ID0bYc/9+StQItPE=
=WMAc
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.960.2.28
retrieving revision 1.960.2.29
diff -u -p -r1.960.2.28 -r1.960.2.29
--- .cvsignore	23 Oct 2009 13:53:14 -0000	1.960.2.28
+++ .cvsignore	12 Nov 2009 01:00:03 -0000	1.960.2.29
@@ -4,4 +4,4 @@ kernel-2.6.*.config
 temp-*
 kernel-2.6.27
 linux-2.6.27.tar.bz2
-patch-2.6.27.38.bz2
+patch-2.6.27.39.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1206.2.113
retrieving revision 1.1206.2.114
diff -u -p -r1.1206.2.113 -r1.1206.2.114
--- kernel.spec	4 Nov 2009 14:20:21 -0000	1.1206.2.113
+++ kernel.spec	12 Nov 2009 01:00:04 -0000	1.1206.2.114
@@ -39,7 +39,7 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 38
+%define stable_update 39
 # Is it a -stable RC?
 %define stable_rc 0
 # Set rpm version accordingly
@@ -783,9 +783,6 @@ 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
 
-# appletalk: fix skb leak (CVE-2009-2903)
-Patch15100: appletalk-fix-skb-leak-when-ipddp-interface-is-not-loaded.patch
-
 # Networking fixes from 2.6.31-stable:
 Patch15200: ax25-fix-possible-oops-in-ax25_make_new.patch
 Patch15210: net-unix-fix-sending-fds-in-multiple-buffers.patch
@@ -794,28 +791,12 @@ Patch15230: sky2-set-sky2_hw_ram_buffer-
 Patch15240: tcp-fix-config_tcp_md5sig-config_preempt-timer-bug.patch
 Patch15250: x86-fix-csum_ipv6_magic-asm-memory-clobber.patch
 
-# Fix broken IrDA stack in 2.6.27 (#508874)
-Patch15300: irda-add-irda-skb-cb-qdisc-related-padding.patch
-
 # Fix ext3 file corruption in some cases
 Patch15400: jbd-fix-return-value-of-journal-start-commit.patch
 
-# netlink security fix (CVE-2009-3612)
-Patch16100: netlink-fix-typo-in-initialization.patch
-
 # fix null deref in r128
 Patch16200: drm-r128-add-test-for-initialisation-to-all-ioctls-that-require-it.patch
 
-# rhbz#529626
-Patch16201: af_unix-fix-deadlock-connecting-to-shutdown-socket.patch
-
-# Fix overflow in KVM cpuid code
-Patch16230: kvm-prevent-overflow-in-kvm-get-supported-cpuid.patch
-
-# fs/pipe.c: null ptr dereference fix
-# rhbz#530490 (CVE-2009-3547) [ad3960243e55320d74195fb85c975e0a8cc4466c]
-Patch16240: fs-pipe-null-ptr-deref-fix.patch
-
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1448,9 +1429,6 @@ 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
 
-# appletalk: fix skb leak (CVE-2009-2903)
-ApplyPatch appletalk-fix-skb-leak-when-ipddp-interface-is-not-loaded.patch
-
 # Networking fixes from 2.6.31-stable:
 ApplyPatch ax25-fix-possible-oops-in-ax25_make_new.patch
 ApplyPatch net-unix-fix-sending-fds-in-multiple-buffers.patch
@@ -1459,28 +1437,12 @@ ApplyPatch sky2-set-sky2_hw_ram_buffer-i
 ApplyPatch tcp-fix-config_tcp_md5sig-config_preempt-timer-bug.patch
 ApplyPatch x86-fix-csum_ipv6_magic-asm-memory-clobber.patch
 
-# Fix broken IrDA stack in 2.6.27 (#508874)
-ApplyPatch irda-add-irda-skb-cb-qdisc-related-padding.patch
-
 # Fix ext3 file corruption in some cases
 ApplyPatch jbd-fix-return-value-of-journal-start-commit.patch
 
-# netlink security fix (CVE-2009-3612)
-ApplyPatch netlink-fix-typo-in-initialization.patch
-
 # fix null deref in r128
 ApplyPatch drm-r128-add-test-for-initialisation-to-all-ioctls-that-require-it.patch
 
-# rhbz#529626
-ApplyPatch af_unix-fix-deadlock-connecting-to-shutdown-socket.patch
-
-# Fix overflow in KVM cpuid code
-ApplyPatch kvm-prevent-overflow-in-kvm-get-supported-cpuid.patch
-
-# fs/pipe.c: null ptr dereference fix
-# rhbz#530490 (CVE-2009-3547) [ad3960243e55320d74195fb85c975e0a8cc4466c]
-ApplyPatch fs-pipe-null-ptr-deref-fix.patch
-
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2056,6 +2018,16 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Mon Nov 09 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.27.39-170.2.114
+- Linux 2.6.27.39
+- Drop merged patches:
+  appletalk-fix-skb-leak-when-ipddp-interface-is-not-loaded.patch
+  irda-add-irda-skb-cb-qdisc-related-padding.patch
+  netlink-fix-typo-in-initialization.patch
+  af_unix-fix-deadlock-connecting-to-shutdown-socket.patch
+  kvm-prevent-overflow-in-kvm-get-supported-cpuid.patch
+  fs-pipe-null-ptr-deref-fix.patch
+
 * Wed Nov 04 2009 Chuck Ebbert <cebbert at redhat.com>  2.6.27.38-170.2.113
 - fs/pipe.c: fix null pointer dereference (CVE-2009-3547)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.922.2.28
retrieving revision 1.922.2.29
diff -u -p -r1.922.2.28 -r1.922.2.29
--- sources	23 Oct 2009 13:53:15 -0000	1.922.2.28
+++ sources	12 Nov 2009 01:00:05 -0000	1.922.2.29
@@ -1,2 +1,2 @@
 b3e78977aa79d3754cb7f8143d7ddabd  linux-2.6.27.tar.bz2
-80217587b03706705c4c0c393c1c01b5  patch-2.6.27.38.bz2
+9ce07344e2d9e5fe77ca474e8f5bd83a  patch-2.6.27.39.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.834.2.28
retrieving revision 1.834.2.29
diff -u -p -r1.834.2.28 -r1.834.2.29
--- upstream	23 Oct 2009 13:53:15 -0000	1.834.2.28
+++ upstream	12 Nov 2009 01:00:05 -0000	1.834.2.29
@@ -1,2 +1,2 @@
 linux-2.6.27.tar.bz2
-patch-2.6.27.38.bz2
+patch-2.6.27.39.bz2


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


--- appletalk-fix-skb-leak-when-ipddp-interface-is-not-loaded.patch DELETED ---


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


--- irda-add-irda-skb-cb-qdisc-related-padding.patch DELETED ---


--- kvm-prevent-overflow-in-kvm-get-supported-cpuid.patch DELETED ---


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


--- patch-2.6.27.38.bz2.sign DELETED ---




More information about the scm-commits mailing list