summaryrefslogtreecommitdiff
path: root/tools/bpf
diff options
context:
space:
mode:
authorJakub Kicinski <kuba@kernel.org>2024-01-26 23:14:49 +0300
committerDavid S. Miller <davem@davemloft.net>2024-01-29 17:40:38 +0300
commit723de3ebef03bc14bd72531f00f9094337654009 (patch)
tree687b08e8b5836320a66e811ef2043e509cf6828e /tools/bpf
parent9e1aa985d61eacd5931496b80fbd1c2d2cdeece5 (diff)
downloadlinux-723de3ebef03bc14bd72531f00f9094337654009.tar.xz
net: free altname using an RCU callback
We had to add another synchronize_rcu() in recent fix. Bite the bullet and add an rcu_head to netdev_name_node, free from RCU. Note that name_node does not hold any reference on dev to which it points, but there must be a synchronize_rcu() on device removal path, so we should be fine. Signed-off-by: Jakub Kicinski <kuba@kernel.org> Reviewed-by: Jiri Pirko <jiri@nvidia.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/bpf')
0 files changed, 0 insertions, 0 deletions