linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Deepa Dinamani <deepa.kernel@gmail.com>
To: viro@zeniv.linux.org.uk
Cc: tglx@linutronix.de, akpm@linux-foundation.org,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	arnd@arndb.de, y2038@lists.linaro.org, linux-aio@kvack.org
Subject: [PATCH 0/2] i/o: Make i/o y2038 safe
Date: Fri,  4 Aug 2017 21:12:30 -0700	[thread overview]
Message-ID: <20170805041232.20875-1-deepa.kernel@gmail.com> (raw)

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

             reply	other threads:[~2017-08-05  4:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-05  4:12 Deepa Dinamani [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170805041232.20875-1-deepa.kernel@gmail.com \
    --to=deepa.kernel@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-aio@kvack.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tglx@linutronix.de \
    --cc=viro@zeniv.linux.org.uk \
    --cc=y2038@lists.linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).