[PATCH v3 0/2] sched_ext: pass the initial cpu.idle state in scx_cgroup_init_args
v3 系列修复了 sched_ext 的一个 bug:scx_cgroup_init_args 没有把 cgroup 的初始 cpu.idle 状态传给 BPF 调度器,导致在 BPF 调度器加载前/online 时已经配置 idle 的 cgroup 被错误地识别为非 idle。Patch 1/2 在 args 中新增 sched_idle 字段并在四个调用点填充,Patch 2/2 把 tg->scx.idle 重命名为 sched_idle 以避免与 sched_ext 中 CPU idle 语义的标识符混淆。Andrea Righi 已给出 Reviewed-by,stable bac...