Re: [PATCH v10 14/20] timers: Restructure internal locking

From: Frederic Weisbecker
Date: Wed Jan 24 2024 - 08:56:46 EST


Le Mon, Jan 15, 2024 at 03:37:37PM +0100, Anna-Maria Behnsen a écrit :
> From: "Richard Cochran (linutronix GmbH)" <richardcochran@xxxxxxxxx>
>
> Move the locking out from __run_timers() to the call sites, so the
> protected section can be extended at the call site. Preparatory patch for
> changing the NOHZ timer placement to a pull at expiry time model.
>
> No functional change.
>
> Signed-off-by: Richard Cochran (linutronix GmbH) <richardcochran@xxxxxxxxx>
> Signed-off-by: Anna-Maria Behnsen <anna-maria@xxxxxxxxxxxxx>

Reviewed-by: Frederic Weisbecker <frederic@xxxxxxxxxx>