Re: [PATCH] timer: avoid using timespec

From: John Stultz
Date: Fri Jun 17 2016 - 16:50:51 EST


On Fri, Jun 17, 2016 at 8:30 AM, Arnd Bergmann <arnd@xxxxxxxx> wrote:
> The tstats_show() function prints a ktime_t variable by converting
> it to struct timespec first. The algorithm is ok, but we want to
> stop using timespec in general because of the 32-bit time_t
> overflow problem.
>
> This changes the code to use struct timespec64, without any
> functional change.
>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>

Queued for testing.

thanks
-john