Re: [PATCH v2 12/12] sched: Add ttwu_queue support for delayed tasks
From: Peter Zijlstra
Date: Thu Jul 03 2025 - 12:47:27 EST
On Thu, Jul 03, 2025 at 12:00:27PM -0400, Phil Auld wrote:
> > + if (ttwu_do_migrate(rq, p, cpu))
> > +
>
> This doesn't compile because ttwu_do_migrate() doesn't take a *rq.
>
> It's easy enough to fix up and I'll try to have our perf team try these
> out.
I'm confused, isn't that what patch 7 does?
Also, I updated the git tree today, fixing a silly mistake. But I don't
remember build failures here.