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 315519 Details for
Bug 460874
lost packets when live migrating (RHEL4 XEN)
[?]
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]
Fix netdev_notify()
linux-2.6.9-xen-fix-netdev_notify.patch (text/plain), 552 bytes, created by
Olivier Fourdan
on 2008-09-02 10:17:18 UTC
(
hide
)
Description:
Fix netdev_notify()
Filename:
MIME Type:
Creator:
Olivier Fourdan
Created:
2008-09-02 10:17:18 UTC
Size:
552 bytes
patch
obsolete
>--- linux-2.6.9/drivers/xen/netfront/netfront.c.xen-use-correct-reg-unreg2 2008-08-08 02:46:44.000000000 +0100 >+++ linux-2.6.9/drivers/xen/netfront/netfront.c 2008-08-08 02:47:35.000000000 +0100 >@@ -2042,8 +2042,7 @@ > static int > netdev_notify(struct notifier_block *this, unsigned long event, void *ptr) > { >- struct in_ifaddr *ifa = (struct in_ifaddr *)ptr; >- struct net_device *dev = ifa->ifa_dev->dev; >+ struct net_device *dev = ptr; > > /* Carrier up event and is it one of our devices? */ > if (event == NETDEV_CHANGE && netif_carrier_ok(dev) &&
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 460874
:
315515
|
315517
| 315519 |
317446
|
318010