]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'net-sched-sch_cake-annotate-data-races-in-cake_dump_class_stats-series'
authorJakub Kicinski <kuba@kernel.org>
Sat, 2 May 2026 23:59:11 +0000 (16:59 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 2 May 2026 23:59:12 +0000 (16:59 -0700)
commitb42f68cf04260ae5b3e24cda7835d792ff35ac79
treebe72c8905d19d3bdf90def948ba6df0aa19a157a
parent1d324c2f43f70c965f25c58cc3611c779adbe47e
parent67dc6c56b871617deac85b9f72500b69b1fdf835
Merge branch 'net-sched-sch_cake-annotate-data-races-in-cake_dump_class_stats-series'

Eric Dumazet says:

====================
net/sched: sch_cake: annotate data-races in cake_dump_class_stats (series)

cake_dump_class_stats() runs without qdisc spinlock being held.

In this series (of two), I add READ_ONCE()/WRITE_ONCE() annotations for:

- flow->head
- flow->dropped
- b->backlogs[]
- flow->deficit
- flow->cvars.dropping
- flow->cvars.count
- flow->cvars.p_drop
- flow->cvars.blue_timer
- flow->cvars.drop_next
====================

Link: https://patch.msgid.link/20260430061610.3503483-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>