]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net/sched: sch_pie: annotate more data-races in pie_dump_stats()
authorEric Dumazet <edumazet@google.com>
Thu, 30 Apr 2026 08:00:56 +0000 (08:00 +0000)
committerJakub Kicinski <kuba@kernel.org>
Sat, 2 May 2026 00:54:57 +0000 (17:54 -0700)
commit6d4106e8df94c0c52cf3ca6a6a0d01567fb3844e
treedb12079f0749aa8c5b4d7a70be6d7c13c12dfd48
parenta5148bc2fa27092862ac4b9e7b5c8340d60cff34
net/sched: sch_pie: annotate more data-races in pie_dump_stats()

My prior patch missed few READ_ONCE()/WRITE_ONCE() annotations.

Fixes: 5154561d9b11 ("net/sched: sch_pie: annotate data-races in pie_dump_stats()")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20260430080056.35104-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/sch_pie.c