]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag
authorJamal Hadi Salim <jhs@mojatatu.com>
Wed, 14 Jan 2026 16:02:42 +0000 (11:02 -0500)
committerJakub Kicinski <kuba@kernel.org>
Mon, 19 Jan 2026 20:06:41 +0000 (12:06 -0800)
commitd837fbee92453fbb829f950c8e7cf76207d73f33
tree092cb29973f5d429a88af9d8070a933887af6fe7
parent50da4b9d07a7a463e2cfb738f3ad4cff6b2c9c3b
net/sched: qfq: Use cl_is_active to determine whether class is active in qfq_rm_from_ag

This is more of a preventive patch to make the code more consistent and
to prevent possible exploits that employ child qlen manipulations on qfq.
use cl_is_active instead of relying on the child qdisc's qlen to determine
class activation.

Fixes: 462dbc9101acd ("pkt_sched: QFQ Plus: fair-queueing service at DRR cost")
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Link: https://patch.msgid.link/20260114160243.913069-3-jhs@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/sched/sch_qfq.c