Re: [PATCH 3/3] sched/core: Indicate a sched_delayed task was migrated before wakeup

From: Johannes Weiner
Date: Thu Oct 10 2024 - 15:37:28 EST


On Thu, Oct 10, 2024 at 03:06:21PM +0200, Peter Zijlstra wrote:
> On Thu, Oct 10, 2024 at 09:03:16AM -0400, Johannes Weiner wrote:
>
> > I'll try to come up with a suitable solution as well, please don't
> > apply this one for now.
>
> I'll make sure it doesn't end up in tip as-is.

Thanks.

This would be a replacement patch for #2 and #3 that handles migration
of delayed tasks. It's slightly more invasive on the psi callback
side, but I think it keeps the sched core bits simpler. Thoughts?

---