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 318004 Details for
Bug 464676
virtual ethernet device stops working on reception of duplicate backend state change signals
[?]
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.
Proposed fix for rhel4.8, backported from rhel5.3
netfront-xenbus-race-rhel4.patch (text/plain), 1002 bytes, created by
Don Dutile (Red Hat)
on 2008-09-29 21:16:56 UTC
(
hide
)
Description:
Proposed fix for rhel4.8, backported from rhel5.3
Filename:
MIME Type:
Creator:
Don Dutile (Red Hat)
Created:
2008-09-29 21:16:56 UTC
Size:
1002 bytes
patch
obsolete
>--- linux-2.6.9/drivers/xen/netfront/netfront.c.orig 2008-09-11 15:40:09.000000000 -0400 >+++ linux-2.6.9/drivers/xen/netfront/netfront.c 2008-09-11 15:52:07.000000000 -0400 >@@ -524,6 +524,8 @@ static void backend_changed(struct xenbu > break; > > case XenbusStateInitWait: >+ if (dev->state != XenbusStateInitialising) >+ break; > if (network_connect(netdev) != 0) { > netif_free(np); > break; >@@ -533,6 +535,8 @@ static void backend_changed(struct xenbu > break; > > case XenbusStateClosing: >+ if (dev->state == XenbusStateClosed) >+ break; > xenbus_frontend_closed(dev); > break; > } >--- linux-2.6.9/drivers/xen/xenbus/xenbus_probe.c.orig 2008-09-11 15:40:09.000000000 -0400 >+++ linux-2.6.9/drivers/xen/xenbus/xenbus_probe.c 2008-09-11 15:45:25.000000000 -0400 >@@ -642,6 +642,8 @@ static int xenbus_probe_node(struct xen_ > if (!xendev) > return -ENOMEM; > >+ xendev->state = XenbusStateInitialising; >+ > /* Copy the strings into the extra space. */ > > tmpstring = (char *)(xendev + 1);
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 Raw
Actions:
View
Attachments on
bug 464676
: 318004 |
320215