netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: unregister_netdevice: waiting for lo to become free. Usage count = 1
@ 2015-08-18 15:24 Andrey Wagin
  2015-08-18 15:27 ` David Ahern
  0 siblings, 1 reply; 3+ messages in thread
From: Andrey Wagin @ 2015-08-18 15:24 UTC (permalink / raw)
  To: David Ahern; +Cc: netdev

Hello David,

CRIU tests detetect that references on net devices leak on
4.2.0-rc6-next-20150817. Looks like it started with
v4.2-rc6-882-g3bfd847.

David, could you check your changes?

The problem can be reproduced by the following script:
ip netns add test
ip netns exec test ip link set lo up
ip netns exec test ip addr add 1.2.3.4 dev lo
ip netns exec test ip route add 1.2.3.5 dev lo
ip netns exec test ip route add 1.2.3.6 via 1.2.3.5
ip netns del test

You need to execute it twice.

Thanks,
Andrey

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

end of thread, other threads:[~2015-08-19 20:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-18 15:24 linux-next: unregister_netdevice: waiting for lo to become free. Usage count = 1 Andrey Wagin
2015-08-18 15:27 ` David Ahern
2015-08-19 20:20   ` Andrey Wagin

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).