summaryrefslogtreecommitdiff
path: root/scripts/const_structs.checkpatch
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@google.com>2026-03-01 01:17:29 +0300
committerJakub Kicinski <kuba@kernel.org>2026-03-03 05:49:41 +0300
commit478c2add78b13e36d781d6891d5861e6e1eecef4 (patch)
treee90cf7feb242475013786ab9583f6c0dbdcb29f1 /scripts/const_structs.checkpatch
parent4a11adcd9eefb841d4595267bbd4df304a98ded6 (diff)
downloadlinux-478c2add78b13e36d781d6891d5861e6e1eecef4.tar.xz
ipmr: Call fib_rules_unregister() without RTNL.
fib_rules_unregister() removes ops from net->rules_ops under spinlock, calls ops->delete() for each rule, and frees the ops. ipmr_rules_ops_template does not have ->delete(), and any operation does not require RTNL there. Let's move fib_rules_unregister() from ipmr_rules_exit_rtnl() to ipmr_net_exit(). Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com> Reviewed-by: Eric Dumazet <edumazet@google.com> Link: https://patch.msgid.link/20260228221800.1082070-12-kuniyu@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/const_structs.checkpatch')
0 files changed, 0 insertions, 0 deletions