]> www.infradead.org Git - users/jedix/linux-maple.git/commit
rtnetlink: provide RCU protection to rtnl_fill_prop_list()
authorEric Dumazet <edumazet@google.com>
Thu, 22 Feb 2024 10:50:21 +0000 (10:50 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Feb 2024 11:46:13 +0000 (11:46 +0000)
commit0ec4e48c3a233820e0bce1f5ba9ed3e4520f90e9
tree41ed04a18e31b487f65bd4c80a0d7f502317a572
parent74808e72e0b2d7cac886151198c0330daadaee70
rtnetlink: provide RCU protection to rtnl_fill_prop_list()

We want to be able to run rtnl_fill_ifinfo() under RCU protection
instead of RTNL in the future.

dev->name_node items are already rcu protected.

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/core/rtnetlink.c