Re: [PATCH v2 01/15] sched/core: Add clearing of ->dl_server in put_prev_task_balance()

From: Daniel Bristot de Oliveira
Date: Thu Apr 04 2024 - 13:47:09 EST


On 3/13/24 02:24, Joel Fernandes (Google) wrote:
> Paths using put_prev_task_balance() need to do a pick shortly after. Make sure
> they also clear the ->dl_server on prev as a part of that.
> > Signed-off-by: Joel Fernandes (Google) <joel@xxxxxxxxxxxxxxxxx>

Makes sense. Added to the v6.

-- Daniel