Re: [PATCH v2] sched: Fix psi_dequeue for Proxy Execution

From: John Stultz

Date: Thu Dec 04 2025 - 20:17:36 EST


On Fri, Nov 28, 2025 at 1:35 AM Haiyue Wang <haiyuewa@xxxxxxx> wrote:
>
>
> On 11/22/2025 3:01 AM, John Stultz wrote:
> > Currently, if the sleep flag is set, psi_dequeue() doesn't
> > change any of the psi_flags.
> >
> > This is because psi_switch_task() will clear TSK_ONCPU as well
>
> psi_task_switch()
>
>
> Tested-by: Haiyue Wang <haiyuewa@xxxxxxx>

Thanks for the testing and the sharp eye on that detail!

I'll fix up and resend shortly here.

thanks
-john