[ 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: df008598b3a00be02a8051fde89ca0fbc416bd55
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: df008598b3a0 ! 1: 33accb73dca5 sch_drr: make drr_qlen_notify() idempotent @@ Commit message Link: https://patch.msgid.link/20250403211033.166059-3-xiyou.wangcong@gmail.com Acked-by: Jamal Hadi Salim jhs@mojatatu.com Signed-off-by: Paolo Abeni pabeni@redhat.com + (cherry picked from commit df008598b3a00be02a8051fde89ca0fbc416bd55) + Signed-off-by: Siddh Raman Pant siddh.raman.pant@oracle.com
## net/sched/sch_drr.c ## @@ net/sched/sch_drr.c: static int drr_change_class(struct Qdisc *sch, u32 classid, u32 parentid, + if (cl == NULL) return -ENOBUFS;
- gnet_stats_basic_sync_init(&cl->bstats); + INIT_LIST_HEAD(&cl->alist); cl->common.classid = classid; cl->quantum = quantum;
---
Results of testing on various branches:
| Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | 5.4 | Success | Success |