]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net_sched: act_connmark: use RCU in tcf_connmark_dump()
authorEric Dumazet <edumazet@google.com>
Wed, 9 Jul 2025 09:01:54 +0000 (09:01 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 23:01:15 +0000 (16:01 -0700)
commit0d752877705c0252ef2726e4c63c5573f048951c
treeb5f6b4baa508b2efcfa02ebbf83bbb2169d215be
parent30dbb2d0e16fce445581049ebcd9043837a843ac
net_sched: act_connmark: use RCU in tcf_connmark_dump()

Also storing tcf_action into struct tcf_connmark_parms
makes sure there is no discrepancy in tcf_connmark_act().

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