[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected. No action required from the submitter.
The upstream commit SHA1 provided is correct: 55f9eca4bfe30a15d8656f915922e8c98b7f0728
WARNING: Author mismatch between patch and upstream commit: Backport author: Siddh Raman Pant siddh.raman.pant@oracle.com Commit author: Cong Wang xiyou.wangcong@gmail.com
Status in newer kernel trees: 6.15.y | Present (exact SHA1) 6.12.y | Not found 6.6.y | Not found 6.1.y | Not found 5.15.y | Not found 5.10.y | Not found
Note: The patch differs from the upstream commit: --- 1: 55f9eca4bfe3 ! 1: 3d5ade16b1f2 sch_qfq: make qfq_qlen_notify() idempotent @@ Commit message Link: https://patch.msgid.link/20250403211033.166059-5-xiyou.wangcong@gmail.com Acked-by: Jamal Hadi Salim jhs@mojatatu.com Signed-off-by: Paolo Abeni pabeni@redhat.com + (cherry picked from commit 55f9eca4bfe30a15d8656f915922e8c98b7f0728) + Signed-off-by: Siddh Raman Pant siddh.raman.pant@oracle.com
## net/sched/sch_qfq.c ## @@ net/sched/sch_qfq.c: static void qfq_deactivate_class(struct qfq_sched *q, struct qfq_class *cl) @@ net/sched/sch_qfq.c: static void qfq_deactivate_class(struct qfq_sched *q, struc qfq_deactivate_agg(q, agg); } @@ net/sched/sch_qfq.c: static int qfq_change_class(struct Qdisc *sch, u32 classid, u32 parentid, - gnet_stats_basic_sync_init(&cl->bstats); + cl->common.classid = classid; cl->deficit = lmax; + INIT_LIST_HEAD(&cl->alist);
---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | 5.4 | Success | Success |