[PATCH 0/2] i/o: Make i/o y2038 safe

2017-08-04 Thread Deepa Dinamani
This is a preparatory series to make i/o y2038-safe by replacing the use of struct timespec which is not y2038 safe by y2038 safe struct timespec64. Sockets and userspace interfaces themselves will be changed in a separate series. Deepa Dinamani (2): select: Use get/put_timespec64

[PATCH 0/2] i/o: Make i/o y2038 safe

2017-08-04 Thread Deepa Dinamani
This is a preparatory series to make i/o y2038-safe by replacing the use of struct timespec which is not y2038 safe by y2038 safe struct timespec64. Sockets and userspace interfaces themselves will be changed in a separate series. Deepa Dinamani (2): select: Use get/put_timespec64