Re: [PATCH net-next] rds: store socket timestamps as ktime_t

From: David Miller
Date: Fri Aug 31 2018 - 21:10:53 EST


From: Arnd Bergmann <arnd@xxxxxxxx>
Date: Wed, 29 Aug 2018 17:47:19 +0200

> rds is the last in-kernel user of the old do_gettimeofday()
> function. Convert it over to ktime_get_real() to make it
> work more like the generic socket timestamps, and to let
> us kill off do_gettimeofday().
>
> A follow-up patch will have to change the user space interface
> to deal better with 32-bit tasks, which may use an incompatible
> layout for 'struct timespec'.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Applied, thanks.