Re: [PATCH 5/6] sched/proxy: Remove PROXY_WAKING

From: Peter Zijlstra

Date: Mon Jun 01 2026 - 06:55:27 EST


On Tue, May 26, 2026 at 01:16:14PM +0200, Peter Zijlstra wrote:
> From: K Prateek Nayak <kprateek.nayak@xxxxxxx>
>
> Now that the proxy path uses ->is_blocked, use the '->is_blocked &&
> !->blocked_on' state instead of PROXY_WAKING. Notably, this is where a
> blocked_on relation is broken but the donor task might still need a return
> migration.
>
> (Not-yet-)Signed-off-by: K Prateek Nayak <kprateek.nayak@xxxxxxx>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

Prateek, can I make that a normal SoB from you? I'm thinking I should
merge sched/proxy into sched/core so we can get on with other stuff.