Re: [PATCH 5/5] sched: Rework sched_class::wakeup_preempt() and rq_modified_*()
From: Peter Zijlstra
Date: Fri Nov 28 2025 - 08:44:32 EST
On Fri, Nov 28, 2025 at 02:36:38PM +0100, Peter Zijlstra wrote:
> On Fri, Nov 28, 2025 at 01:26:30PM +0000, Kuba Piecuch wrote:
> > Hi Peter,
> >
> > On Thu Nov 27, 2025 at 3:39 PM UTC, Peter Zijlstra wrote:
> > > Additionally have set_next_task() re-set the value to the current class.
> >
> > I don't see this part reflected in the patch. Is something missing?
>
> Hmm, that does appear to have gone walk-about :/
Aah, here:
@@ -6797,6 +6799,7 @@ static void __sched notrace __schedule(i
pick_again:
next = pick_next_task(rq, rq->donor, &rf);
rq_set_donor(rq, next);
+ rq->next_class = next->sched_class;
if (unlikely(task_is_blocked(next))) {
next = find_proxy_task(rq, next, &rf);
if (!next)
Will fix changelog. Had to do the above instead of set_next_task()
because if proxy stuff.