diff options
| author | Kirill Tkhai <[email protected]> | 2017-11-14 13:51:56 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2017-11-15 05:01:30 +0000 |
| commit | 11bf284f81b46f59d5f4a4522c13aa7852cfd560 (patch) | |
| tree | ef75ac5dfa27442a19b463937088e7f2eeca87fb /lib/assoc_array.c | |
| parent | ipv6: set all.accept_dad to 0 by default (diff) | |
| download | kernel-11bf284f81b46f59d5f4a4522c13aa7852cfd560.tar.gz kernel-11bf284f81b46f59d5f4a4522c13aa7852cfd560.zip | |
net: Protect iterations over net::fib_notifier_ops in fib_seq_sum()
There is at least unlocked deletion of net->ipv4.fib_notifier_ops
from net::fib_notifier_ops:
ip_fib_net_exit()
rtnl_unlock()
fib4_notifier_exit()
fib_notifier_ops_unregister(net->ipv4.notifier_ops)
list_del_rcu(&ops->list)
So fib_seq_sum() can't use rtnl_lock() only for protection.
The possible solution could be to use rtnl_lock()
in fib_notifier_ops_unregister(), but this adds
a possible delay during net namespace creation,
so we better use rcu_read_lock() till someone
really needs the mutex (if that happens).
Signed-off-by: Kirill Tkhai <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/assoc_array.c')
0 files changed, 0 insertions, 0 deletions
