Re: [patch V2 13/50] posix-cpu-timers: Do not arm SIGEV_NONE timers

From: Anna-Maria Behnsen
Date: Mon Apr 15 2024 - 10:03:41 EST


Thomas Gleixner <tglx@xxxxxxxxxxxxx> writes:

> There is no point in arming SIGEV_NONE timers as they never deliver a
> signal. timer_gettime() is handling the expiry time correctly and that's
> all SIGEV_NONE timers care about.
>
> Prevent arming them and remove the expiry handler code which just disarms
> them.
>

Reviewed-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>