Re: [patch V7 19/21] posix-timers: Cleanup SIG_IGN workaround leftovers

From: Frederic Weisbecker
Date: Tue Nov 05 2024 - 09:26:12 EST


Le Tue, Nov 05, 2024 at 09:14:55AM +0100, Thomas Gleixner a écrit :
> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
> Now that ignored posix timer signals are requeued and the timers are
> rearmed on signal delivery the workaround to keep such timers alive and
> self rearm them is not longer required.
>
> Remove the relevant hacks and the not longer required return values from
> the related functions. The alarm timer workarounds will be cleaned up in a
> separate step.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>