Re: [patch V2 07/17] posix-timers: Simplify lock/unlock_timer()

From: Frederic Weisbecker
Date: Fri Mar 07 2025 - 17:16:12 EST


Le Sun, Mar 02, 2025 at 08:36:54PM +0100, Thomas Gleixner a écrit :
> Since the integration of sigqueue into the timer struct, lock_timer() is
> only used in task context. So taking the lock with irqsave() is not longer
> required.
>
> Convert it to use spin_[un]lock_irq().
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>