Re: [PATCH sched_ext/for-6.12-fixes] sched_ext: Fix enq_last_no_enq_fails selftest

From: Tejun Heo
Date: Fri Oct 25 2024 - 18:21:06 EST


On Fri, Oct 25, 2024 at 12:19:06PM -1000, Tejun Heo wrote:
> cc9877fb7677 ("sched_ext: Improve error reporting during loading") changed
> how load failures are reported so that more error context can be
> communicated. This breaks the enq_last_no_enq_fails test as attach no longer
> fails. The scheduler is guaranteed to be ejected on attach completion with
> full error information. Update enq_last_no_enq_fails so that it checks that
> the scheduler is ejected using ops.exit().
>
> Signed-off-by: Tejun Heo <tj@xxxxxxxxxx>
> Reported-by: Vishal Chourasia <vishalc@xxxxxxxxxxxxx>
> Link: http://lkml.kernel.org/r/Zxknp7RAVNjmdJSc@xxxxxxxxxxxxx
> Fixes: cc9877fb7677 ("sched_ext: Improve error reporting during loading")

Applying to sched_ext/for-6.12-fixes.

Thanks.

--
tejun