ipv6: prepare inet6_fill_ifinfo() for RCU protection
authorEric Dumazet <edumazet@google.com>
Thu, 22 Feb 2024 10:50:10 +0000 (10:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Feb 2024 11:46:12 +0000 (11:46 +0000)
commit8afc7a78d55de726b2747d7775c54def79509ec5
tree80da701a5118faea6ad635f6309d3c819cf77a1d
parent4ad268136421dc9813280c55940eca00796420e5
ipv6: prepare inet6_fill_ifinfo() for RCU protection

We want to use RCU protection instead of RTNL
for inet6_fill_ifinfo().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/core/dev.c
net/ipv6/addrconf.c