Loading
sched_ext: Add error logging for dsq creation failures
Add scx_bpf_error() calls when scx_bpf_create_dsq() fails in multiple schedulers to improve debuggability: - scx_central.bpf.c: central_init() - scx_flatcg.bpf.c: fcg_cgroup_init() and fcg_init() - scx_qmap.bpf.c: qmap_init() Signed-off-by:George Guo <guodongtai@kylinos.cn> Signed-off-by:
Tejun Heo <tj@kernel.org>