]> git.ipfire.org Git - thirdparty/linux.git/commit
net_sched: act_csum: use RCU in tcf_csum_dump()
authorEric Dumazet <edumazet@google.com>
Wed, 9 Jul 2025 09:01:55 +0000 (09:01 +0000)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 23:01:16 +0000 (16:01 -0700)
commitba9dc9c14038b5f721e193f9e69ab73fd2f7bdd2
tree9e2c6f5debcb84b42747efafc69adf591e4ef34e
parent0d752877705c0252ef2726e4c63c5573f048951c
net_sched: act_csum: use RCU in tcf_csum_dump()

Also storing tcf_action into struct tcf_csum_params
makes sure there is no discrepancy in tcf_csum_act().

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