Re: [patch V5 15/26] signal: Refactor send_sigqueue()

From: Frederic Weisbecker
Date: Tue Oct 29 2024 - 10:06:50 EST


Le Tue, Oct 01, 2024 at 10:42:20AM +0200, Thomas Gleixner a écrit :
> From: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
>
> To handle posix timers which have their signal ignored via SIG_IGN properly
> it is required to requeue a ignored signal for delivery when SIG_IGN is
> lifted so the timer gets rearmed.
>
> Split the required code out of send_sigqueue() so it can be reused in
> context of sigaction().
>
> While at it rename send_sigqueue() to posixtimer_send_sigqueue() so its
> clear what this is about.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
> Acked-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>