Re: [patch V5 20/26] signal: Provide ignored_posix_timers list

From: Frederic Weisbecker
Date: Wed Oct 30 2024 - 10:02:19 EST


Le Tue, Oct 01, 2024 at 10:42:27AM +0200, Thomas Gleixner a écrit :
> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
> To prepare for handling posix timer signals on sigaction(SIG_IGN) properly,
> add a list to task::signal.
>
> This list will be used to queue posix timers so their signal can be
> requeued when SIG_IGN is lifted later.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>