On Wednesday 07 October 2015 22:06:55 Ksenija Stanojevic wrote: > struct timespec will overflow in year 2038, so replace it with > ktime_t. And replace functions that use struct timespec, > timespec_sub with ktime_sub. Also use monotonic time instead of real > time, by replacing getnstimeofday with ktime_get, to be more robust > against leap seconds and settimeofday() calls. > > Signed-off-by: Ksenija Stanojevic <[email protected]> >
Reviewed-by: Arnd Bergmann <[email protected]> _______________________________________________ Y2038 mailing list [email protected] https://lists.linaro.org/mailman/listinfo/y2038
