Re: [PATCH v11 6/8] MAINTAINERS: rust: Add new sections for DELAY/SLEEP and TIMEKEEPING API
From: FUJITA Tomonori
Date: Thu Apr 03 2025 - 04:18:43 EST
On Mon, 31 Mar 2025 21:43:50 +0200
Andreas Hindborg <a.hindborg@xxxxxxxxxx> wrote:
>>> If that is acceptable to everyone, it is very likely that I can pick 2-6
>>> for v6.16.
>>>
>>
>> You will need to fix something because patch 2-6 removes `Ktime` ;-)
>
> Yea, but `Instant` is almost a direct substitution, right? Anyway, Tomo
> can send a new spin and change all the uses of Ktime, or I can do it. It
> should be straight forward. Either way is fine with me.
`Delta`? Not `Instant`.
All Ktime in hrtimer are passed to hrtimer_start_range_ns(), right?
I'll send a new version shortly.