Re: [PATCH v2 12/15] sched/deadline: Reverse args to dl_time_before in replenish

From: Daniel Bristot de Oliveira
Date: Fri Apr 05 2024 - 04:54:58 EST


On 3/13/24 02:24, Joel Fernandes (Google) wrote:
> From: Suleiman Souhlal <suleiman@xxxxxxxxxx>
>
> dl_time_before() seems to be incorrectly used, we need to check that the
> 0-laxity time is ahead of the rq_clock. Fix it.
>
> Signed-off-by: Joel Fernandes (Google) <joel@xxxxxxxxxxxxxxxxx>

Makes sense, I am adding it to the defer patch in v6 as it is a fix for it...

-- Daniel