]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net_sched: act_ct: use RCU in tcf_ct_dump()
authorEric Dumazet <edumazet@google.com>
Wed, 9 Jul 2025 09:01:56 +0000 (09:01 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 23:01:16 +0000 (16:01 -0700)
commit554e66bad84ce4181ad91a2ae9cc74c7c440e836
tree349c689fd0bf9012097d08584e9ea84347207648
parentba9dc9c14038b5f721e193f9e69ab73fd2f7bdd2
net_sched: act_ct: use RCU in tcf_ct_dump()

Also storing tcf_action into struct tcf_ct_params
makes sure there is no discrepancy in tcf_ct_act().

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