On Thursday 29 October 2015 00:16:57 Tina Ruchandani wrote:
> streamzap uses 'struct timeval' to store the start time of a signal for
> gap tracking. struct timeval uses a 32-bit seconds representation which
> will overflow in year 2038 and beyond. Replace struct timeval with ktime_t
> which uses a 64-bit seconds representation and is 2038 safe. This patch 
> uses ktime_get_real() preserving the use of wall-clock time in the 
> original code.
> 
> Signed-off-by: Tina Ruchandani <[email protected]>

Reviewed-by: Arnd Bergmann <[email protected]>

I've applied it to my y2038 tree for the moment, so I won't forget
about it, but it would be nice  if Mauro could pick it up as well and let
me drop it from my tree.

        Arnd
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to