diff options
| author | Eric Dumazet <edumazet@google.com> | 2026-04-27 11:36:04 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-04-29 04:27:50 +0300 |
| commit | 276a98a434964088fccd4745db5b34d6e831e358 (patch) | |
| tree | 3fba48454fc969d0e977c23abeba8a3fbae54201 /include/linux/workqueue_api.h | |
| parent | 91a96427b93b9ba27413077b7e825d2fefbfa134 (diff) | |
| download | linux-276a98a434964088fccd4745db5b34d6e831e358.tar.xz | |
net/sched: sch_cake: annotate data-races in cake_dump_stats() (III)
cake_dump_stats() runs without qdisc spinlock being held.
In this third patch, I add READ_ONCE()/WRITE_ONCE() annotations
for the following fields:
- packets
- tin_dropped
- tin_ecn_mark
- ack_drops
- peak_delay
- avge_delay
- base_delay
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-4-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/workqueue_api.h')
0 files changed, 0 insertions, 0 deletions
