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 Dinamani deepa.kernel@gmail.com
Reviewed-by: Arnd Bergmann arnd@arndb.de