net_sched: act_skbedit: use RCU in tcf_skbedit_dump()
authorEric Dumazet <edumazet@google.com>
Wed, 9 Jul 2025 09:02:03 +0000 (09:02 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 23:01:17 +0000 (16:01 -0700)
commit1f376373bd225c90381b745e38fa65a9386f7f8e
tree1677bf66c672baff68125bdada25b6c3965b9334
parentcec7a5c6c695ba2226b6120dc330e3bea3ea96f8
net_sched: act_skbedit: use RCU in tcf_skbedit_dump()

Also storing tcf_action into struct tcf_skbedit_params
makes sure there is no discrepancy in tcf_skbedit_act().

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20250709090204.797558-12-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
include/net/tc_act/tc_skbedit.h
net/sched/act_skbedit.c