Re: [PATCH 08/15] tick: Move tick cancellation up to CPUHP_AP_TICK_DYING

From: Thomas Gleixner
Date: Thu Jan 25 2024 - 04:48:02 EST


On Wed, Jan 24 2024 at 18:04, Frederic Weisbecker wrote:

> The tick hrtimer is cancelled right before hrtimers are migrated. This
> is done from the hrtimer subsystem even though it shouldn't know about
> its actual users.
>
> Move instead the tick hrtimer cancellation to the relevant CPU hotplug
> state that aims at centralizing high level tick shutdown operations so
> that the related flow is easy to follow.
>
> Signed-off-by: Frederic Weisbecker <frederic@xxxxxxxxxx>

Reviewed-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>