Re: [patch 02/24] timekeeping: Use system_time_snapshot::sys instead of ::real

From: Thomas Weißschuh

Date: Wed May 27 2026 - 02:59:27 EST


On Tue, May 26, 2026 at 07:13:38PM +0200, Thomas Gleixner wrote:
> system_time_snapshot::sys provides the same information as
> system_time_snapshot::real when the snapshot was taken with
> ktime_get_snapshot_id(CLOCK_REALTIME).
>
> Convert the history interpolation over to use 'sys' as 'real' is going away
> once all users are converted.
>
> As a side effect this is the first step to support CLOCK_AUX with
> get_device_crosstime_stamp() and the history interpolation.
>
> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>

Reviewed-by: Thomas Weißschuh <thomas.weissschuh@xxxxxxxxxxxxx>