Re: [patch 08/12] alarmtimer: Convert posix timer functions to alarmtimer_start()
From: John Stultz
Date: Tue Apr 07 2026 - 16:20:06 EST
On Tue, Apr 7, 2026 at 1:54 AM Thomas Gleixner <tglx@xxxxxxxxxx> wrote:
>
> Use the new alarmtimer_start() for arming and rearming posix interval
> timers and for clock_nanosleep() so that already expired timers do not go
> through the full timer interrupt cycle.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
> Cc: John Stultz <jstultz@xxxxxxxxxx>
> Cc: Stephen Boyd <sboyd@xxxxxxxxxx>
> ---
> kernel/time/alarmtimer.c | 20 +++++++++++++-------
> 1 file changed, 13 insertions(+), 7 deletions(-)
Acked-by: John Stultz <jstultz@xxxxxxxxxx>