Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 229201 Details for
Bug 280151
forcedeth driver causes kernel panic in nv_tx_done call
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
forcedeth-optimized-irq-routine.patch
forcedeth-optimized-irq-routine.patch (text/plain), 1015 bytes, created by
Andy Gospodarek
on 2007-10-16 20:35:14 UTC
(
hide
)
Description:
forcedeth-optimized-irq-routine.patch
Filename:
MIME Type:
Creator:
Andy Gospodarek
Created:
2007-10-16 20:35:14 UTC
Size:
1015 bytes
patch
obsolete
>commit fcc5f2665c81e087fb95143325ed769a41128d50 >Author: Ayaz Abdulla <aabdulla@nvidia.com> >Date: Fri Mar 23 05:49:37 2007 -0500 > > forcedeth: fix nic poll > > The nic poll routine was missing the call to the optimized irq routine. > This patch adds the missing call for the optimized path. > > See http://bugzilla.kernel.org/show_bug.cgi?id=7950 for more information. > > Signed-Off-By: Ayaz Abdulla <aabdulla@nvidia.com> > > Signed-off-by: Jeff Garzik <jeff@garzik.org> > >diff --git a/drivers/net/forcedeth.c b/drivers/net/forcedeth.c >index 46e1697..ae4e6f9 100644 >--- a/drivers/net/forcedeth.c >+++ b/drivers/net/forcedeth.c >@@ -3536,7 +3536,10 @@ static void nv_do_nic_poll(unsigned long data) > pci_push(base); > > if (!using_multi_irqs(dev)) { >- nv_nic_irq(0, dev); >+ if (np->desc_ver == DESC_VER_3) >+ nv_nic_irq_optimized(0, dev); >+ else >+ nv_nic_irq(0, dev); > if (np->msi_flags & NV_MSI_X_ENABLED) > enable_irq_lockdep(np->msi_x_entry[NV_MSI_X_VECTOR_ALL].vector); > else
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280151
:
188451
|
188461
|
188471
|
188481
|
188491
| 229201