summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2026-05-13 08:08:53 +0000
committerJakub Kicinski <kuba@kernel.org>2026-05-14 17:05:20 -0700
commite300c7d470ad2726d6abf7d11b31b5d9912d9cf0 (patch)
tree487278a46e9fcff45365e79fdeb70dad6dba4df9 /scripts/patch-kernel
parentd3f3c8a4d1f671b5d661097e0c80517d523c9f61 (diff)
net/sched: sch_hfsc: annotate data-races in hfsc_dump_class_stats()
hfsc_dump_class_stats() runs without qdisc spinlock being held. Add READ_ONCE()/WRITE_ONCE() annotations around: - cl->level - cl->cl_vtperiod - cl->cl_total - cl->cl_cumul Fixes: edb09eb17ed8 ("net: sched: do not acquire qdisc spinlock in qdisc/class stats dump") Signed-off-by: Eric Dumazet <edumazet@google.com> Reviewed-by: Toke Høiland-Jørgensen <toke@toke.dk> Link: https://patch.msgid.link/20260513080853.1383975-4-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions