On Sun, Jan 26, 2025 at 07:16:10PM +0900, Changwoo Min wrote:
...
@@ -3707,6 +3712,7 @@ static int select_task_rq_scx(struct task_struct *p, int prev_cpu, int wake_flag
p->scx.slice = SCX_SLICE_DFL;
p->scx.ddsp_dsq_id = SCX_DSQ_LOCAL;
}
+
return cpu;
}
}
Stray change?