sched_ext: Normalize exit dump header to "on CPU N"

Unify to uppercase to match the UEI output.

Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Cheng-Yang Chou 2026-05-05 00:08:19 +08:00 committed by Tejun Heo
parent d757ac2ee7
commit 4c81b2b2a2

View File

@ -6447,7 +6447,7 @@ static void scx_dump_state(struct scx_sched *sch, struct scx_exit_info *ei,
dump_line(&s, "Debug dump triggered by %s", ei->reason);
} else {
if (ei->exit_cpu >= 0)
dump_line(&s, "%s[%d] triggered exit kind %d on cpu %d:",
dump_line(&s, "%s[%d] triggered exit kind %d on CPU %d:",
current->comm, current->pid, ei->kind,
ei->exit_cpu);
else