Re: [Y2038] [PATCH 03/16] net: sock: use __kernel_old_timespec instead of timespec

2019-11-09 Thread Deepa Dinamani
Acked-by: Deepa Dinamani ___ Y2038 mailing list Y2038@lists.linaro.org https://lists.linaro.org/mailman/listinfo/y2038

[Y2038] [PATCH 03/16] net: sock: use __kernel_old_timespec instead of timespec

2019-11-08 Thread Arnd Bergmann
The 'timespec' type definition and helpers like ktime_to_timespec() or timespec64_to_timespec() should no longer be used in the kernel so we can remove them and avoid introducing y2038 issues in new code. Change the socket code that needs to pass a timespec to user space for backward