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

2016-02-28 Thread YOSHIFUJI Hideaki
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 with struct timespec64 which is y2038 s

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

2016-02-27 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 lo