netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* ipv6 addrconfg warn_on hit: WARN_ON(ifp->idev->valid_ll_addr_cnt < 0);
@ 2014-01-16 13:53 Jiri Pirko
  2014-01-16 14:07 ` Jiri Pirko
  2014-01-16 19:13 ` [PATCH net] ipv6: simplify detection of first operational link-local address on interface Hannes Frederic Sowa
  0 siblings, 2 replies; 12+ messages in thread
From: Jiri Pirko @ 2014-01-16 13:53 UTC (permalink / raw)
  To: hannes; +Cc: netdev

Hi Hannes.

WARN_ON(ifp->idev->valid_ll_addr_cnt < 0);

We did hit once this warning during the tests. The person who hit this
says that it was during the setup of many macvlan devices.

I examined the code but I'm not sure how this could happen. Looks like a
race condition between addrconf_dad_completed() and addrconf_ifdown(). 
Not sure how to easily resolve that though.

Would you please take a look?

Thanks!

Jiri

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2014-01-18  2:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16 13:53 ipv6 addrconfg warn_on hit: WARN_ON(ifp->idev->valid_ll_addr_cnt < 0); Jiri Pirko
2014-01-16 14:07 ` Jiri Pirko
2014-01-16 14:38   ` Hannes Frederic Sowa
2014-01-16 15:18     ` Hannes Frederic Sowa
2014-01-16 17:27       ` Jiri Pirko
2014-01-16 17:31         ` Hannes Frederic Sowa
2014-01-16 19:13 ` [PATCH net] ipv6: simplify detection of first operational link-local address on interface Hannes Frederic Sowa
2014-01-16 20:15   ` Brian Haley
2014-01-16 20:27     ` Hannes Frederic Sowa
2014-01-16 21:20   ` Flavio Leitner
2014-01-16 21:47   ` Jiri Pirko
2014-01-18  2:10   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).