+12
−12
Loading
cake_dump_class_stats() runs without qdisc spinlock being held. In this first patch, I add READ_ONCE()/WRITE_ONCE() annotations for: - flow->head - flow->dropped - b->backlogs[] Fixes: 046f6fd5 ("sched: Add Common Applications Kept Enhanced (cake) qdisc") Signed-off-by:Eric Dumazet <edumazet@google.com> Acked-by:
Toke Høiland-Jørgensen <toke@toke.dk> Reviewed-by:
Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20260430061610.3503483-2-edumazet@google.com Signed-off-by:
Jakub Kicinski <kuba@kernel.org>