Hi there! Below is a fix for this: http://bugzilla.kernel.org/show_bug.cgi?id=8876 Applies to any version since 2.6.22 to latest: 2.6.23-rc5-git1 please apply :) -------------------------CUT--------------------- diff -urN a/net/ipv4/devinet.c b/net/ipv4/devinet.c --- a/net/ipv4/devinet.c 2007-07-09 02:32:17.000000000 +0300 +++ b/net/ipv4/devinet.c 2007-08-10 20:33:22.000000000 +0300 @@ -1193,7 +1193,7 @@ for (ifa = in_dev->ifa_list, ip_idx = 0; ifa; ifa = ifa->ifa_next, ip_idx++) { if (ip_idx < s_ip_idx) - goto cont; + continue; if (inet_fill_ifaddr(skb, ifa, NETLINK_CB(cb->skb).pid, cb->nlh->nlmsg_seq, RTM_NEWADDR, NLM_F_MULTI) <= 0) -------------------------/CUT--------------------- Signed-off-by: Nikolay.Kopitonenko@yourserveradmin.com Thanks Nikolay Kopitonenko -
| Andrew Morton | -mm merge plans for 2.6.23 |
| Greg KH | [GIT PATCH] driver core patches against 2.6.24 |
| Bart Van Assche | Integration of SCST in the mainstream Linux kernel |
| david | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 03/37] dccp: List management for new feature negotiation |
| Arjan van de Ven | Re: [GIT]: Networking |
| Auke Kok | [PATCH] e1000e: test MSI interrupts |
git: | |
