diff options
author | Paolo Abeni <pabeni@redhat.com> | 2025-04-08 11:58:16 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2025-04-08 11:58:16 +0300 |
commit | cd23e77e6568abfac6354dd3f69d5b154e60e342 (patch) | |
tree | 84ba3bb5aba72fea35319cfb178a44e54554a835 /scripts/lib/abi/abi_parser.py | |
parent | 69ae94725f4fc9e75219d2d69022029c5b24bc9a (diff) | |
parent | ce94507f5fe04eb7fe1eecfe32a2b29233341ff0 (diff) | |
download | linux-cd23e77e6568abfac6354dd3f69d5b154e60e342.tar.xz |
Merge branch 'net_sched-make-qlen_notify-idempotent'
Cong Wang says:
====================
net_sched: make ->qlen_notify() idempotent
Gerrard reported a vulnerability exists in fq_codel where manipulating
the MTU can cause codel_dequeue() to drop all packets. The parent qdisc's
sch->q.qlen is only updated via ->qlen_notify() if the fq_codel queue
remains non-empty after the drops. This discrepancy in qlen between
fq_codel and its parent can lead to a use-after-free condition.
Let's fix this by making all existing ->qlen_notify() idempotent so that
the sch->q.qlen check will be no longer necessary.
Patch 1~5 make all existing ->qlen_notify() idempotent to prepare for
patch 6 which removes the sch->q.qlen check. They are followed by 5
selftests for each type of Qdisc's we touch here.
All existing and new Qdisc selftests pass after this patchset.
Fixes: 4b549a2ef4be ("fq_codel: Fair Queue Codel AQM")
Fixes: 76e3cc126bb2 ("codel: Controlled Delay AQM")
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
====================
Link: https://patch.msgid.link/20250403211033.166059-1-xiyou.wangcong@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'scripts/lib/abi/abi_parser.py')
0 files changed, 0 insertions, 0 deletions