[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20100225165452.0ae3774c@nehalam>
Date: Thu, 25 Feb 2010 16:54:52 -0800
From: Stephen Hemminger <shemminger@...tta.com>
To: Stephen Hemminger <shemminger@...tta.com>
Cc: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH] IPv6: fix anycast address ref count leakage
On Thu, 25 Feb 2010 15:57:07 -0800
Stephen Hemminger <shemminger@...tta.com> wrote:
> The recent change in net-next to keep IPv6 address can lead to device
> hanging with unresolved refcount on removal. The issue is that the conversion
> of address from permanent to temporary needs to notify the anycast list
> code to clean up it's ref count. Also, want to tell other uses of IPv6
> (bonding/sctp) that the address is no longer available.
>
> The fix is to notify like a regular delete. When link comes back, DAD
> runs and will notify with NETDEV_UP that address is back.
>
> The decrement of idev refcount when cleaning up addrconf_hash, should
> never cause address to be freed; therefore it can use __in6_ifa_put.
>
> The timer cleanup should be done when address deletion is done
> in second loop.
>
> Signed-off-by: Stephen Hemminger <shemminger@...tta.com>
>
Wait till I split/revise this one; it has a problem.
--
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists