Re: [PATCH] posix-timers: use ktime_get_raw_ts64() instead of getrawmonotonic64()

From: Arnd Bergmann
Date: Tue Jun 19 2018 - 04:14:34 EST


On Mon, Jun 18, 2018 at 10:11 PM, Ivid Suvarna <ivid.suvarna@xxxxxxxxx> wrote:
> getrawmonotonic64() is deprecated. This follows Arnd Bergmann's patch[1]
> for replacing deprecated functions.
>
> [1] https://patchwork.kernel.org/patch/10472141/
>
> Signed-off-by: Ivid Suvarna <ivid.suvarna@xxxxxxxxx>

This looks correct, but is the same change that I already sent in a slightly
larger patch, see https://patchwork.kernel.org/patch/10471729/

I think I have covered almost all the uses of the deprecated interfaces now,
sent out the first 50 patches (arch, drivers, core) yesterday and should
be able send another 50 (addressing most file systems) today.

Arnd