summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2026-04-21 17:33:49 +0300
committerJakub Kicinski <kuba@kernel.org>2026-04-23 07:12:40 +0300
commita6edf2cd4156b71e07258876b7626692e158f7e8 (patch)
treeb3878e5eb59c9f32f603c894c5f94d970b428343 /include/net
parent9d146a5d10685ab19e15bbedc5107c5b94d45ebe (diff)
downloadlinux-a6edf2cd4156b71e07258876b7626692e158f7e8.tar.xz
net_sched: sch_hhf: annotate data-races in hhf_dump_stats()
hhf_dump_stats() only runs with RTNL held, reading fields that can be changed in qdisc fast path. Add READ_ONCE()/WRITE_ONCE() annotations. Fixes: edb09eb17ed8 ("net: sched: do not acquire qdisc spinlock in qdisc/class stats dump") Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Jamal Hadi Salim <jhs@mojatatu.com> Link: https://patch.msgid.link/20260421143349.4052215-1-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions