diff options
author | Cong Wang <cwang@twopensource.com> | 2014-05-12 22:11:20 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-05-15 19:30:33 (GMT) |
commit | 200b916f3575bdf11609cb447661b8d5957b0bbf (patch) | |
tree | 7d9c385377dda2cddc5a4c0196189c65deeae4c1 /tools | |
parent | e84d2f8d2ae33c8215429824e1ecf24cbca9645e (diff) | |
download | linux-200b916f3575bdf11609cb447661b8d5957b0bbf.tar.xz |
rtnetlink: wait for unregistering devices in rtnl_link_unregister()
From: Cong Wang <cwang@twopensource.com>
commit 50624c934db18ab90 (net: Delay default_device_exit_batch until no
devices are unregistering) introduced rtnl_lock_unregistering() for
default_device_exit_batch(). Same race could happen we when rmmod a driver
which calls rtnl_link_unregister() as we call dev->destructor without rtnl
lock.
For long term, I think we should clean up the mess of netdev_run_todo()
and net namespce exit code.
Cc: Eric W. Biederman <ebiederm@xmission.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Signed-off-by: Cong Wang <cwang@twopensource.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions