aboutsummaryrefslogtreecommitdiff
path: root/net/dsa/dsa.c
diff options
context:
space:
mode:
authorEric Dumazet <[email protected]>2024-04-29 18:36:43 +0000
committerDavid S. Miller <[email protected]>2024-05-01 11:46:21 +0100
commitfff6e6accdb71e5dd36e50478bd82d5409ac32d2 (patch)
tree79f8f803359453261092669cf98dcbd45f8c062d /net/dsa/dsa.c
parentc2e6a872bde9912f1a7579639c5ca3adf1003916 (diff)
ipv6: anycast: use call_rcu_hurry() in aca_put()
This is a followup of commit b5327b9a300e ("ipv6: use call_rcu_hurry() in fib6_info_release()"). I had another pmtu.sh failure, and found another lazy call_rcu() causing this failure. aca_free_rcu() calls fib6_info_release() which releases devices references. We must not delay it too much or risk unregister_netdevice/ref_tracker traces because references to netdev are not released in time. This should speedup device/netns dismantles when CONFIG_RCU_LAZY=y Signed-off-by: Eric Dumazet <[email protected]> Reviewed-by: David Ahern <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/dsa/dsa.c')
0 files changed, 0 insertions, 0 deletions