]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
sched: Switch rq->next_class on proxy_resched_idle()
authorJohn Stultz <jstultz@google.com>
Thu, 14 May 2026 23:47:17 +0000 (23:47 +0000)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 19 May 2026 10:17:39 +0000 (12:17 +0200)
commit04f80f8b12a02fa2e0827c8f37eb357adca8ce44
tree8e40be4f3cdf89f96cd5758f08375cb646ba713f
parent61ea17a63719bac51e1bc50eb39fc637f0fdc06e
sched: Switch rq->next_class on proxy_resched_idle()

K Prateek noticed we weren't setting the rq->next_class in
proxy_resched_idle(), when I was debugging an issue seen with
CONFIG_SCHED_PROXY_EXEC and some of Peter's new patches, and
suggested this fix.

So set rq->next_class when we temporarily switch the donor to
idle, so we don't accidentally call wakeup_preempt_fair()
with idle as the donor.

Suggested-by: K Prateek Nayak <kprateek.nayak@amd.com>
Signed-off-by: John Stultz <jstultz@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://patch.msgid.link/20260514234732.3170197-1-jstultz@google.com
kernel/sched/core.c