Re: [patch 08/24] timekeeping: Remove system_time_snapshot::real/boot

From: Jacob Keller

Date: Tue May 26 2026 - 17:59:46 EST


On 5/26/2026 2:49 PM, Jacob Keller wrote:
> On 5/26/2026 10:14 AM, Thomas Gleixner wrote:
>> All users are converted over to ktime_get_snapshot_id() and
>> system_time_snapshot::sys.
>>
>
> I would have expected this to also remove ktime_get_snapshot() since the
> description claims all users are converted to ktime_get_snapshot_id().
>

Ah. All the users of the real/boot paramaters have been updated, but
drivers still use ktime_get_snapshot() until later in the series. Ok,
that makes sense.