]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge branch 'net-sched-changes-around-qdisc_qstats_qlen_backlog'
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 May 2026 00:05:22 +0000 (17:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 May 2026 00:05:22 +0000 (17:05 -0700)
Eric Dumazet says:

====================
net/sched: changes around qdisc_qstats_qlen_backlog()

First patch makes clear qdisc_qstats_qlen_backlog() runs locklessly.

Second patch changes ioam6 to not acquire qdisc spinlock anymore.

Third pach adds missing READ_ONCE()/WRITE_ONCE() annotations in hfsc.

htb still needs fixes, I will take care of them separately.
====================

Link: https://patch.msgid.link/20260513080853.1383975-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge