Re: [patch V3 10/51] posix-cpu-timers: Handle SIGEV_NONE timers correctly in timer_get()

From: Frederic Weisbecker
Date: Sat Jun 22 2024 - 10:28:44 EST


Le Mon, Jun 10, 2024 at 06:42:17PM +0200, Thomas Gleixner a écrit :
> Expired SIGEV_NONE oneshot timers must return 0 nsec for the expiry time in
> timer_get(), but the posix CPU timer implementation returns 1 nsec.
>
> Add the missing conditional.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>