Re: [PATCH] timekeeping: Move debug sleep time accounting outside spinlock
From: Thomas Gleixner
Date: Tue Sep 09 2025 - 07:42:32 EST
On Tue, Sep 09 2025 at 18:23, Haofeng Li wrote:
> @@ -1986,7 +1988,8 @@ void timekeeping_resume(void)
> timekeeping_update_from_shadow(&tk_core, TK_CLOCK_WAS_SET);
> raw_spin_unlock_irqrestore(&tk_core.lock, flags);
>
> - touch_softlockup_watchdog();
Removing this is related to the problem at hand in which way and how is
that even correct to begin with?
Thanks,
tglx