]> www.infradead.org Git - users/hch/misc.git/commit
Merge branch 'net_sched-no-longer-use-qdisc_tree_flush_backlog'
authorJakub Kicinski <kuba@kernel.org>
Thu, 12 Jun 2025 15:05:53 +0000 (08:05 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Jun 2025 15:05:54 +0000 (08:05 -0700)
commita844b0c864a28e43affa3f1a048414b7122def40
treea6165aa8a0efc5c088197762988e235f749ee277
parent7ca52541c05c832d32b112274f81a985101f9ba8
parentadcaa890c7a4a91a422168d8fb629183fff07b2f
Merge branch 'net_sched-no-longer-use-qdisc_tree_flush_backlog'

Eric Dumazet says:

====================
net_sched: no longer use qdisc_tree_flush_backlog()

This series is based on a report from Gerrard Tai.

Essentially, all users of qdisc_tree_flush_backlog() are racy.

We must instead use qdisc_purge_queue().
====================

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