linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] i/o: Make i/o y2038 safe
@ 2017-08-05  4:12 Deepa Dinamani
  2017-08-05  4:12 ` [PATCH 1/2] select: Use get/put_timespec64 Deepa Dinamani
  2017-08-05  4:12 ` [PATCH 2/2] io_getevents: Use timespec64 to represent timeouts Deepa Dinamani
  0 siblings, 2 replies; 6+ messages in thread
From: Deepa Dinamani @ 2017-08-05  4:12 UTC (permalink / raw)
  To: viro; +Cc: tglx, akpm, linux-fsdevel, linux-kernel, arnd, y2038, linux-aio

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
  io_getevents: Use timespec64 to represent timeouts

 fs/aio.c    | 55 ++++++++++++++++++++++++++++++-------------------------
 fs/select.c | 60 ++++++++++++++++++++++++------------------------------------
 2 files changed, 54 insertions(+), 61 deletions(-)

-- 
2.11.0

Cc: linux-aio@kvack.org

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2017-08-06  3:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-05  4:12 [PATCH 0/2] i/o: Make i/o y2038 safe Deepa Dinamani
2017-08-05  4:12 ` [PATCH 1/2] select: Use get/put_timespec64 Deepa Dinamani
2017-08-05 19:53   ` Arnd Bergmann
2017-08-05  4:12 ` [PATCH 2/2] io_getevents: Use timespec64 to represent timeouts Deepa Dinamani
2017-08-05 20:13   ` Arnd Bergmann
2017-08-06  3:44     ` Deepa Dinamani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).