From: Jakub Kicinski Date: Sat, 2 May 2026 23:59:11 +0000 (-0700) Subject: Merge branch 'net-sched-sch_cake-annotate-data-races-in-cake_dump_class_stats-series' X-Git-Tag: v7.1-rc3~26^2~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b42f68cf04260ae5b3e24cda7835d792ff35ac79;p=thirdparty%2Fkernel%2Flinux.git 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 --- b42f68cf04260ae5b3e24cda7835d792ff35ac79