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 861480 Details for
Bug 1062779
alx related stack trace while boot
[?]
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]
patch unitialized stats_lock spinlock
0001-alx-add-missing-stats_lock-spinlock-initialization.patch (text/plain), 1.03 KB, created by
John Greene
on 2014-02-10 16:09:43 UTC
(
hide
)
Description:
patch unitialized stats_lock spinlock
Filename:
MIME Type:
Creator:
John Greene
Created:
2014-02-10 16:09:43 UTC
Size:
1.03 KB
patch
obsolete
>From ba3d1a03a77e02d812e13e89b2f8de0302166632 Mon Sep 17 00:00:00 2001 >From: John Greene <jogreene@redhat.com> >Date: Mon, 10 Feb 2014 10:34:53 -0500 >Subject: [RFT] alx: add missing stats_lock spinlock initialization > >Stack trace occurs in alx_get_stats64 upon start up. >Should have been part of commit >f1b6b1062a546279e3e340524c25029b8c6da385. > >Signed-off-by: John Greene <jogreene@redhat.com> >--- > drivers/net/ethernet/atheros/alx/main.c | 1 + > 1 file changed, 1 insertion(+) > >diff --git a/drivers/net/ethernet/atheros/alx/main.c b/drivers/net/ethernet/atheros/alx/main.c >index e92ffd6..2e45f6e 100644 >--- a/drivers/net/ethernet/atheros/alx/main.c >+++ b/drivers/net/ethernet/atheros/alx/main.c >@@ -1292,6 +1292,7 @@ static int alx_probe(struct pci_dev *pdev, const struct pci_device_id *ent) > alx = netdev_priv(netdev); > spin_lock_init(&alx->hw.mdio_lock); > spin_lock_init(&alx->irq_lock); >+ spin_lock_init(&alx->stats_lock); > alx->dev = netdev; > alx->hw.pdev = pdev; > alx->msg_enable = NETIF_MSG_LINK | NETIF_MSG_HW | NETIF_MSG_IFUP | >-- >1.8.1.4 >
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 1062779
: 861480