Re: [patch V3 13/51] posix-cpu-timers: Do not arm SIGEV_NONE timers
From: Frederic Weisbecker
Date: Sun Jun 23 2024 - 17:04:25 EST
Le Mon, Jun 10, 2024 at 06:42:21PM +0200, Thomas Gleixner a écrit :
> 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.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>