[PATCH v3 0/2] sched_ext: Cgroup sub-scheduler minor fixes

Zhao Mengmeng posted 2 patches 1 month, 4 weeks ago
kernel/sched/ext.c         | 39 ++++++++++++++++++++++++---------------
tools/sched_ext/scx_qmap.c |  4 +++-
2 files changed, 27 insertions(+), 16 deletions(-)
[PATCH v3 0/2] sched_ext: Cgroup sub-scheduler minor fixes
Posted by Zhao Mengmeng 1 month, 4 weeks ago
This patchset contains two fixes that I met when testing cgroup
sub-scheduler. Patch 1 add the -c option to scx_qmap help, which support
sub-scheduler but has no clue how to use it. Patch 2 add logs when sub-
scheduler is disabled, almost the same logic as root scheduler.

V3:
- Commit msg nit fix (Cheng-Yang Chou)
- Rebase on sched_ext/for_next(1d2c5353152d)

V2:
- Add [-c CG_PATH] to the usage synopsis(Cheng-Yang Chou)

---
Zhao Mengmeng (2):
      tools/sched_ext: Add missing -c option in scx_qmap help
      sched_ext: Print sub-scheduler disabled log and reason

 kernel/sched/ext.c         | 39 ++++++++++++++++++++++++---------------
 tools/sched_ext/scx_qmap.c |  4 +++-
 2 files changed, 27 insertions(+), 16 deletions(-)
---
base-commit: 1d2c5353152d2e937a24b08261591c198996d13d
change-id: 20260417-sched_ext-0417-bcbc3d992a9a

Best regards,
--  
Zhao Mengmeng <zhaomengmeng@kylinos.cn>
Re: [PATCH v3 0/2] sched_ext: Cgroup sub-scheduler minor fixes
Posted by Tejun Heo 1 month, 4 weeks ago
Hello,

> Zhao Mengmeng (2):
>   tools/sched_ext: Add missing -c option in scx_qmap help
>   sched_ext: Print sub-scheduler disabled log and reason

Applied to sched_ext/for-7.2.

Thanks.

--
tejun