[SRU][P][PATCH v2 00/11] CVE-2025-37798

Ian Whitfield ian.whitfield at canonical.com
Tue May 27 21:49:36 UTC 2025


Cong Wang (11):
  sch_htb: make htb_qlen_notify() idempotent
  sch_htb: make htb_deactivate() idempotent
  sch_drr: make drr_qlen_notify() idempotent
  sch_hfsc: make hfsc_qlen_notify() idempotent
  sch_qfq: make qfq_qlen_notify() idempotent
  sch_ets: make est_qlen_notify() idempotent
  selftests/tc-testing: Add a test case for FQ_CODEL with HTB parent
  selftests/tc-testing: Add a test case for FQ_CODEL with QFQ parent
  selftests/tc-testing: Add a test case for FQ_CODEL with HFSC parent
  selftests/tc-testing: Add a test case for FQ_CODEL with DRR parent
  selftests/tc-testing: Add a test case for FQ_CODEL with ETS parent

 net/sched/sch_drr.c                           |   7 +-
 net/sched/sch_ets.c                           |   8 +-
 net/sched/sch_hfsc.c                          |   8 +-
 net/sched/sch_htb.c                           |  15 +-
 net/sched/sch_qfq.c                           |   7 +-
 .../tc-testing/tc-tests/infra/qdiscs.json     | 157 +++++++++++++++++-
 6 files changed, 183 insertions(+), 19 deletions(-)

-- 
2.43.0




More information about the kernel-team mailing list