summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2026-04-27 11:36:03 +0300
committerJakub Kicinski <kuba@kernel.org>2026-04-29 04:27:50 +0300
commit91a96427b93b9ba27413077b7e825d2fefbfa134 (patch)
treed9306d11e118b261c14bc14c2dd07acc6468b6ea /include
parent44967ac3785ebef6442377708925181d4a0eb1c8 (diff)
downloadlinux-91a96427b93b9ba27413077b7e825d2fefbfa134.tar.xz
net/sched: sch_cake: annotate data-races in cake_dump_stats() (II)
cake_dump_stats() runs without qdisc spinlock being held. In this second patch, I add READ_ONCE()/WRITE_ONCE() annotations for the following fields: - bulk_flow_count - unresponsive_flow_count - max_skblen - flow_quantum Other annotations are added in following patches, to ease code review. Fixes: 046f6fd5daef ("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> Link: https://patch.msgid.link/20260427083606.459355-3-edumazet@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions