Re: [PATCH 3/3] sched/core: Indicate a sched_delayed task was migrated before wakeup
From: Peter Zijlstra
Date: Fri Oct 11 2024 - 04:33:51 EST
On Thu, Oct 10, 2024 at 03:37:12PM -0400, Johannes Weiner wrote:
> This would be a replacement patch for #2 and #3 that handles migration
> of delayed tasks.
Thanks!
> It's slightly more invasive on the psi callback
> side, but I think it keeps the sched core bits simpler. Thoughts?
I wouldn't mind if psi_{en,de}queue() get the full flags argument in the
future. For now the one boolean seems to work, but perhaps it makes more
sense to just pass the flags along in their entirety.