Skip to content
Commit 038d49ba authored by David S. Miller's avatar David S. Miller
Browse files

Merge branch 'Introduce-net_rwsem-to-protect-net_namespace_list'



Kirill Tkhai says:

====================
Introduce net_rwsem to protect net_namespace_list

The series introduces fine grained rw_semaphore, which will be used
instead of rtnl_lock() to protect net_namespace_list.

This improves scalability and allows to do non-exclusive sleepable
iteration for_each_net(), which is enough for most cases.

scripts/get_maintainer.pl gives enormous list of people, and I add
all to CC.

Note, that this patch is independent of "Close race between
{un, }register_netdevice_notifier and pernet_operations":
https://patchwork.ozlabs.org/project/netdev/list/?series=36495

Signed-off-by: default avatarKirill Tkhai <ktkhai@virtuozzo.com>
====================

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parents 906edee9 152f2531
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment