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 150261 Details for
Bug 160340
vconfig rem causes unregister_netdevice messages when HWADDR was used on base interface
[?]
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.
bond-2.6.13-ref-leak.patch
bond-2.6.13-ref-leak.patch (text/x-patch), 775 bytes, created by
Archana K. Raghavan
on 2007-03-16 17:41:57 UTC
(
hide
)
Description:
bond-2.6.13-ref-leak.patch
Filename:
MIME Type:
Creator:
Archana K. Raghavan
Created:
2007-03-16 17:41:57 UTC
Size:
775 bytes
patch
obsolete
>--- linux-2.6.13/drivers/net/bonding/bond_main.c 2005-09-07 23:57:25.000000000 -0700 >+++ linux-2.6.13-ref-leak/drivers/net/bonding/bond_main.c 2005-09-14 11:23:26.000000000 -0700 >@@ -2835,6 +2835,7 @@ > * This target is not on a VLAN > */ > if (rt->u.dst.dev == bond->dev) { >+ ip_rt_put(rt); > dprintk("basa: rtdev == bond->dev: arp_send\n"); > bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], > bond->master_ip, 0); >@@ -2854,6 +2855,7 @@ > } > > if (vlan_id) { >+ ip_rt_put(rt); > bond_arp_send(slave->dev, ARPOP_REQUEST, targets[i], > vlan->vlan_ip, vlan_id); > continue; >@@ -2865,6 +2867,7 @@ > bond->dev->name, NIPQUAD(fl.fl4_dst), > rt->u.dst.dev ? rt->u.dst.dev->name : "NULL"); > } >+ ip_rt_put(rt); > } > } >
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 160340
: 150261