Files
linux-stable-mirror/net
Eric Dumazet ed4e2f9f7e net/sched: sch_drr: annotate data-races around cl->deficit
[ Upstream commit c67b104fd7 ]

drr_dump_class_stats() runs without qdisc spinlock held.

Add missing READ_ONCE()/WRITE_ONCE() annotations around cl->deficit.

Fixes: edb09eb17e ("net: sched: do not acquire qdisc spinlock in qdisc/class stats dump")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260519094618.2632073-2-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2026-07-24 16:03:01 +02:00
..
…
…
…
…
2026-06-19 13:39:10 +02:00
…
…
…
…
…
…
…
…