Re: [patch 1/2] timekeeping: Remove CONFIG_DEBUG_TIMEKEEPING

From: John Stultz
Date: Sat Nov 02 2024 - 00:14:49 EST


On Thu, Oct 31, 2024 at 5:04 AM Thomas Gleixner <tglx@xxxxxxxxxxxxx> wrote:
>
> Since 135225a363ae timekeeping_cycles_to_ns() handles large offsets which
> would lead to 64bit multiplication overflows correctly. It's also protected
> against negative motion of the clocksource unconditionally, which was
> exclusive to x86 before.
>
> timekeeping_advance() handles large offsets already correctly.
>
> That means the value of CONFIG_DEBUG_TIMEKEEPING which analyzed these cases
> is very close to zero. Remove all of it.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx>

Thanks for doing this cleanup, Thomas!

Acked-by: John Stultz <jstultz@xxxxxxxxxx>