Files
linux-stable-mirror/kernel/sched
Peter Zijlstra abc40cca0e sched/proxy: Optimize try_to_wake_up()
The reason for the clause in try_to_wake_up() is, per its comment, that
find_proxy_task()'s proxy_deactivate() is not always called with a cleared
p->blocked_on.

However, that seems silly and easily cured. Make sure to always call
proxy_deactivate() with a cleared p->blocked_on such that we might remove this
clause from the common wake-up path.

Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Acked-by: John Stultz <jstultz@google.com>
Link: https://patch.msgid.link/20260526113322.244729903%40infradead.org
2026-06-02 12:26:08 +02:00
..
2026-06-02 12:26:08 +02:00
2026-03-06 07:58:02 -10:00
2026-06-02 12:26:04 +02:00
2026-01-11 06:09:11 -10:00
2026-01-31 16:16:06 -08:00