Re: [tip: timers/ptp] KVM: arm64: Use ktime_get_snapshot_id() to retrieve CLOCK_BOOTTIME
From: Thomas Gleixner
Date: Thu Jun 04 2026 - 05:16:07 EST
On Wed, Jun 03 2026 at 18:55, Nathan Chancellor wrote:
>>
>> - ktime_get_snapshot(&snap);
>> + ktime_get_snapshot_id(&snap, CLOCK_BOOTTIME);
>
> It looks like this instance of ktime_get_snapshot_id() did not get its
> arguments swapped when applied, which breaks the build in -next:
Yes. I'm an idiot. I had it on my checklist for merging and then ....
> Do you want a fix up patch or do you want to just squash in the fix?
I squashed it.