Re: [PATCH v2 2/3] sched_ext: Dump the exit CPU first

From: Tejun Heo

Date: Wed Apr 29 2026 - 03:18:20 EST


On Wed, Apr 29, 2026 at 03:07:25PM +0900, Changwoo Min wrote:
> static bool scx_vexit(struct scx_sched *sch, enum scx_exit_kind kind,
> - s64 exit_code, const char *fmt, va_list args);
> + s64 exit_code, int exit_cpu, const char *fmt,
> + va_list args);

It's a bit mixed throughout the code but let's use s32 for cpu. Otherwise,
the series looks good to me.

Thanks.

--
tejun