Re: [Y2038] [PATCH 4/4] net: sctp: Convert log timestamps to be y2038 safe

2016-02-25 Thread Arnd Bergmann
On Wednesday 24 February 2016 23:07:11 Deepa Dinamani wrote: > SCTP probe log timestamps use struct timespec which is > not y2038 safe. > Use struct timespec64 which is 2038 safe instead. > > Use monotonic time instead of real time as only time > differences are logged. > > Signed-off-by: Deepa D

Re: [PATCH 4/4] net: sctp: Convert log timestamps to be y2038 safe

2016-02-25 Thread Neil Horman
On Wed, Feb 24, 2016 at 11:07:11PM -0800, Deepa Dinamani wrote: > SCTP probe log timestamps use struct timespec which is > not y2038 safe. > Use struct timespec64 which is 2038 safe instead. > > Use monotonic time instead of real time as only time > differences are logged. > > Signed-off-by: Deep

[PATCH 4/4] net: sctp: Convert log timestamps to be y2038 safe

2016-02-24 Thread Deepa Dinamani
SCTP probe log timestamps use struct timespec which is not y2038 safe. Use struct timespec64 which is 2038 safe instead. Use monotonic time instead of real time as only time differences are logged. Signed-off-by: Deepa Dinamani Cc: Vlad Yasevich Cc: Neil Horman Cc: "David S. Miller" Cc: linux