Re: [PATCH 3/4] net: ipv4: tcp_probe: Replace timespec with timespec64

2016-02-26 Thread Deepa Dinamani
On Thu, Feb 25, 2016 at 8:31 PM, Arnd Bergmann wrote: > On Wednesday 24 February 2016 23:07:10 Deepa Dinamani wrote: >> TCP probe log timestamps use struct timespec which is >> not y2038 safe. Even though timespec might be good enough here >> as it is used to represent delta time,

Re: [PATCH 3/4] net: ipv4: tcp_probe: Replace timespec with timespec64

2016-02-25 Thread Arnd Bergmann
On Wednesday 24 February 2016 23:07:10 Deepa Dinamani wrote: > TCP probe log timestamps use struct timespec which is > not y2038 safe. Even though timespec might be good enough here > as it is used to represent delta time, the plan is to get rid > of all uses of timespec in the kernel. > Replace

[PATCH 3/4] net: ipv4: tcp_probe: Replace timespec with timespec64

2016-02-24 Thread Deepa Dinamani
TCP probe log timestamps use struct timespec which is not y2038 safe. Even though timespec might be good enough here as it is used to represent delta time, the plan is to get rid of all uses of timespec in the kernel. Replace with struct timespec64 which is y2038 safe. Prints still use unsigned