rpms/kernel/devel linux-2.6-net-tulip-interrupt.patch, NONE, 1.1 kernel.spec, 1.1026, 1.1027

Dave Jones davej at fedoraproject.org
Wed Oct 8 17:59:19 UTC 2008


Author: davej

Update of /cvs/pkgs/rpms/kernel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv735

Modified Files:
	kernel.spec 
Added Files:
	linux-2.6-net-tulip-interrupt.patch 
Log Message:
Fix DEBUG_SHIRQ problem in tulip driver.  (#454575)

linux-2.6-net-tulip-interrupt.patch:

--- NEW FILE linux-2.6-net-tulip-interrupt.patch ---
https://bugzilla.redhat.com/show_bug.cgi?id=454575

Signed-off-by: Dave Jones <davej at redhat.com>

diff --git a/drivers/net/tulip/tulip_core.c b/drivers/net/tulip/tulip_core.c
index cafa89e..daa83a7 100644
--- a/drivers/net/tulip/tulip_core.c
+++ b/drivers/net/tulip/tulip_core.c
@@ -502,11 +502,11 @@ tulip_open(struct net_device *dev)
 {
 	int retval;
 
+	tulip_init_ring(dev);
+
 	if ((retval = request_irq(dev->irq, &tulip_interrupt, IRQF_SHARED, dev->name, dev)))
 		return retval;
 
-	tulip_init_ring (dev);
-
 	tulip_up (dev);
 
 	netif_start_queue (dev);


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/devel/kernel.spec,v
retrieving revision 1.1026
retrieving revision 1.1027
diff -u -r1.1026 -r1.1027
--- kernel.spec	8 Oct 2008 17:47:29 -0000	1.1026
+++ kernel.spec	8 Oct 2008 17:58:49 -0000	1.1027
@@ -655,6 +655,9 @@
 # atl2 network driver
 Patch2020: linux-2.6-netdev-atl2.patch
 
+# Fix DEBUG_SHIRQ problem in tulip driver.  (454575)
+Patch2030: linux-2.6-net-tulip-interrupt.patch
+
 # linux1394 git patches
 Patch2200: linux-2.6-firewire-git-update.patch
 
@@ -1194,6 +1197,8 @@
 # atl1e & atl2 network drivers
 ApplyPatch linux-2.6-netdev-atl2.patch
 
+ApplyPatch linux-2.6-net-tulip-interrupt.patch
+
 # Nouveau DRM + drm fixes
 ApplyPatch nvidia-agp.patch
 ApplyPatch drm-modesetting-radeon.patch
@@ -1796,6 +1801,9 @@
 
 %changelog
 * Wed Oct 08 2008 Dave Jones <davej at redhat.com>
+- Fix DEBUG_SHIRQ problem in tulip driver.  (#454575)
+
+* Wed Oct 08 2008 Dave Jones <davej at redhat.com>
 - Work around VMWares busted mptfusion emulation again. (#466071)
 
 * Wed Oct 08 2008 Dave Airlie <airlied at redhat.com>




More information about the scm-commits mailing list