Re: [PATCH] IPv6 anycast refcnt fix

2007-02-24 Thread David Miller
From: Michal Wrobel <[EMAIL PROTECTED]> Date: Sun, 25 Feb 2007 01:13:59 +0100 > This patch fixes a bug in Linux IPv6 stack which caused anycast address > to be added to a device prior DAD has been completed. This led to > incorrect reference count which resulted in infinite wait for >

[PATCH] IPv6 anycast refcnt fix

2007-02-24 Thread Michal Wrobel
This patch fixes a bug in Linux IPv6 stack which caused anycast address to be added to a device prior DAD has been completed. This led to incorrect reference count which resulted in infinite wait for unregister_netdevice completion on interface removal. Signed-off-by: Michal Wrobel <[EMAIL

[PATCH] IPv6 anycast refcnt fix

2007-02-24 Thread Michal Wrobel
This patch fixes a bug in Linux IPv6 stack which caused anycast address to be added to a device prior DAD has been completed. This led to incorrect reference count which resulted in infinite wait for unregister_netdevice completion on interface removal. Signed-off-by: Michal Wrobel [EMAIL

Re: [PATCH] IPv6 anycast refcnt fix

2007-02-24 Thread David Miller
From: Michal Wrobel [EMAIL PROTECTED] Date: Sun, 25 Feb 2007 01:13:59 +0100 This patch fixes a bug in Linux IPv6 stack which caused anycast address to be added to a device prior DAD has been completed. This led to incorrect reference count which resulted in infinite wait for