]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ipv6: switch inet6_dump_ifinfo() to RCU protection
authorEric Dumazet <edumazet@google.com>
Thu, 22 Feb 2024 10:50:16 +0000 (10:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Feb 2024 11:46:12 +0000 (11:46 +0000)
commit69fdb7e411b6d01eb08447e672302b69c9e176ad
treedf7d638ebf79b6a62fcdbb0c7306f0c78017b593
parent386520e0ecc01004d3a29c70c5a77d4bbf8a8420
ipv6: switch inet6_dump_ifinfo() to RCU protection

No longer hold RTNL while calling inet6_dump_ifinfo()

Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c