diff options
author | 2025-04-17 17:32:33 -0700 | |
---|---|---|
committer | 2025-04-22 19:07:41 -0700 | |
commit | 81eccc131bc1d53c9f7fa0d8c241589c514adb4e (patch) | |
tree | dcec9086755c9b32ca033feaeee5714e9d5ea2c9 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | net: Drop hold_rtnl arg from ops_undo_list(). (diff) | |
download | wireguard-linux-81eccc131bc1d53c9f7fa0d8c241589c514adb4e.tar.xz wireguard-linux-81eccc131bc1d53c9f7fa0d8c241589c514adb4e.zip |
pfcp: Convert pfcp_net_exit() to ->exit_rtnl().
pfcp_net_exit() holds RTNL and cleans up all devices in the netns
and other devices tied to sockets in the netns.
We can use ->exit_rtnl() to save RTNL dance for all dying netns.
Note that we delegate the for_each_netdev() part to
default_device_exit_batch() to avoid a list corruption splat
like the one reported in commit 4ccacf86491d ("gtp: Suppress
list corruption splat in gtp_net_exit_batch_rtnl().")
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250418003259.48017-3-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions