rpms/kernel/F-10 patch-2.6.27.29-rc1.bz2.sign, NONE, 1.1.2.1 .cvsignore, 1.960.2.15, 1.960.2.16 kernel.spec, 1.1206.2.74, 1.1206.2.75 linux-2.6-netdev-r8169-2.6.30.patch, 1.1.2.2, 1.1.2.3 sources, 1.922.2.15, 1.922.2.16 upstream, 1.834.2.15, 1.834.2.16 linux-2.6-netdev-r8169-avoid-losing-msi-interrupts.patch, 1.1.2.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Wed Jul 29 21:32:37 UTC 2009


Author: cebbert

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

Modified Files:
      Tag: private-fedora-10-2_6_27
	.cvsignore kernel.spec linux-2.6-netdev-r8169-2.6.30.patch 
	sources upstream 
Added Files:
      Tag: private-fedora-10-2_6_27
	patch-2.6.27.29-rc1.bz2.sign 
Removed Files:
      Tag: private-fedora-10-2_6_27
	linux-2.6-netdev-r8169-avoid-losing-msi-interrupts.patch 
Log Message:
Linux 2.6.27.29-rc1 (CVE-2009-2406, CVE-2009-2407)
Drop linux-2.6-netdev-r8169-avoid-losing-msi-interrupts.patch, now in -stable.


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

iD4DBQBKb4Q7yGugalF9Dw4RAgfTAJ4oUbzDZZzNhHtivh2Q8xxSQSu5LACYph/D
6DS9xw2Gd8y9eSAlCi9nlw==
=kGD4
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.960.2.15
retrieving revision 1.960.2.16
diff -u -p -r1.960.2.15 -r1.960.2.16
--- .cvsignore	27 Jul 2009 21:32:16 -0000	1.960.2.15
+++ .cvsignore	29 Jul 2009 21:32:36 -0000	1.960.2.16
@@ -5,3 +5,4 @@ temp-*
 kernel-2.6.27
 linux-2.6.27.tar.bz2
 patch-2.6.27.28.bz2
+patch-2.6.27.29-rc1.bz2


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1206.2.74
retrieving revision 1.1206.2.75
diff -u -p -r1.1206.2.74 -r1.1206.2.75
--- kernel.spec	29 Jul 2009 16:35:47 -0000	1.1206.2.74
+++ kernel.spec	29 Jul 2009 21:32:36 -0000	1.1206.2.75
@@ -36,9 +36,9 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 28
+%define stable_update 29
 # 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}
@@ -699,7 +699,6 @@ Patch2007: linux-2.6-netdev-r8169-add-mo
 Patch2008: linux-2.6-netdev-r8169-convert-to-netdevice-ops-R.patch
 # r8169 fixes from 2.6.31
 Patch2010: linux-2.6-netdev-r8169-use-different-family-defaults.patch
-Patch2011: linux-2.6-netdev-r8169-avoid-losing-msi-interrupts.patch
 
 # Backport Toshiba updates so Bluetooth can be enabled (#437091)
 Patch2014: linux-2.6-toshiba-acpi-update.patch
@@ -1339,7 +1338,6 @@ ApplyPatch linux-2.6-netdev-r8169-add-mo
 ApplyPatch linux-2.6-netdev-r8169-convert-to-netdevice-ops-R.patch -R
 # r8169 fixes from 2.6.30/2.6.29.5
 ApplyPatch linux-2.6-netdev-r8169-use-different-family-defaults.patch
-ApplyPatch linux-2.6-netdev-r8169-avoid-losing-msi-interrupts.patch
 
 ApplyPatch linux-2.6-eeepc-laptop-update.patch
 ApplyPatch linux-2.6-toshiba-acpi-update.patch
@@ -1991,10 +1989,14 @@ fi
 
 %changelog
 * Wed Jul 29 2009  Chuck Ebbert <cebbert at redhat.com>  2.6.27.28-170.2.74
+- Linux 2.6.27.29-rc1 (CVE-2009-2406, CVE-2009-2407)
+- Drop linux-2.6-netdev-r8169-avoid-losing-msi-interrupts.patch, now in -stable.
+
+* Wed Jul 29 2009  Chuck Ebbert <cebbert at redhat.com>  2.6.27.28-170.2.74
 - Don't bounce virtio_blk requests (#510304)
 
 * Mon Jul 27 2009  Chuck Ebbert <cebbert at redhat.com>  2.6.27.28-170.2.73
-- Linux 2.6.27.28
+- Linux 2.6.27.28 (CVE-2009-1895, CVE-2009-1897)
   Dropped patches, merged in stable:
     linux-2.6-kbuild-fix-unifdef.c-usage-of-getline.patch
     linux-2.6-netdev-r8169-fix-lg-pkt-crash.patch

linux-2.6-netdev-r8169-2.6.30.patch:
 r8169.c |  831 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 770 insertions(+), 61 deletions(-)

Index: linux-2.6-netdev-r8169-2.6.30.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/Attic/linux-2.6-netdev-r8169-2.6.30.patch,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -p -r1.1.2.2 -r1.1.2.3
--- linux-2.6-netdev-r8169-2.6.30.patch	27 Jul 2009 21:32:16 -0000	1.1.2.2
+++ linux-2.6-netdev-r8169-2.6.30.patch	29 Jul 2009 21:32:36 -0000	1.1.2.3
@@ -1179,26 +1179,15 @@
  			dev->stats.rx_bytes += pkt_size;
  			dev->stats.rx_packets++;
  		}
-@@ -2891,8 +3594,8 @@
- 		RTL_W16(IntrMask, tp->intr_event & ~tp->napi_event);
- 		tp->intr_mask = ~tp->napi_event;
- 
--		if (likely(netif_rx_schedule_prep(dev, &tp->napi)))
--			__netif_rx_schedule(dev, &tp->napi);
-+		if (likely(napi_schedule_prep(&tp->napi)))
-+			__napi_schedule(&tp->napi);
- 		else if (netif_msg_intr(tp)) {
- 			printk(KERN_INFO "%s: interrupt %04x in poll\n",
- 			       dev->name, status);
 @@ -2913,7 +3616,7 @@
  	rtl8169_tx_interrupt(dev, tp, ioaddr);
  
  	if (work_done < budget) {
 -		netif_rx_complete(dev, napi);
 +		napi_complete(napi);
- 		tp->intr_mask = 0xffff;
- 		/*
- 		 * 20040426: the barrier is not strictly required but the
+ 
+ 		/* We need for force the visibility of tp->intr_mask
+  * for other CPUs, as we can loose an MSI interrupt
 @@ -3137,6 +3840,11 @@
  	return 0;
  }


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.922.2.15
retrieving revision 1.922.2.16
diff -u -p -r1.922.2.15 -r1.922.2.16
--- sources	27 Jul 2009 21:32:17 -0000	1.922.2.15
+++ sources	29 Jul 2009 21:32:36 -0000	1.922.2.16
@@ -1,2 +1,3 @@
 b3e78977aa79d3754cb7f8143d7ddabd  linux-2.6.27.tar.bz2
 3bf7ae5309bbff6cd54c58450565a2a8  patch-2.6.27.28.bz2
+673903ff24a60c264b2d1c1a16a87b6a  patch-2.6.27.29-rc1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.834.2.15
retrieving revision 1.834.2.16
diff -u -p -r1.834.2.15 -r1.834.2.16
--- upstream	27 Jul 2009 21:32:17 -0000	1.834.2.15
+++ upstream	29 Jul 2009 21:32:37 -0000	1.834.2.16
@@ -1,2 +1,4 @@
 linux-2.6.27.tar.bz2
 patch-2.6.27.28.bz2
+patch-2.6.27.29-rc1.bz2
+


--- linux-2.6-netdev-r8169-avoid-losing-msi-interrupts.patch DELETED ---




More information about the fedora-extras-commits mailing list