diff options
author | Kuniyuki Iwashima <[email protected]> | 2024-10-17 11:31:33 -0700 |
---|---|---|
committer | Paolo Abeni <[email protected]> | 2024-10-24 16:03:40 +0200 |
commit | 68ed5c38b512b734caf3da1f87db4a99fcfe3002 (patch) | |
tree | a709369f723e643dc7813cc6f8eb7dbeb18d63d4 /tools/perf/scripts/python/gecko.py | |
parent | 08a9572be36819b5d9011604edfa5db6c5062a7a (diff) |
phonet: Pass net and ifindex to phonet_address_notify().
Currently, phonet_address_notify() fetches netns and ifindex from dev.
Once addr_doit() is converted to RCU, phonet_address_notify() will be
called outside of RCU due to GFP_KERNEL, and dev will be unavailable
there.
Let's pass net and ifindex to phonet_address_notify().
Signed-off-by: Kuniyuki Iwashima <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions