Re: [PATCH 2/4] input: evdev: Replace timeval with timespec64

From: Arnd Bergmann
Date: Tue Sep 13 2016 - 11:08:47 EST


On Tuesday, September 13, 2016 7:10:03 AM CEST Deepa Dinamani wrote:
> struct timeval is not y2038 safe.
>
> All references to timeval in the kernel will be replaced
> by y2038 safe structures.
> Replace all references to timeval with y2038 safe
> struct timespec64 here.
>
> struct input_event will be changed in a different patch.
>
> Signed-off-by: Deepa Dinamani <deepa.kernel@xxxxxxxxx>
> ---
>

Acked-by: Arnd Bergmann <arnd@xxxxxxxx>