Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1422341

Re: [PATCH 15/21] time: Add time64_to_tm()

From John Stultz <john.stultz@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH 15/21] time: Add time64_to_tm()
Date 2016-06-14 23:20 +0200
Message-ID <rK3UB-1OB-3@gated-at.bofh.it> (permalink)
References <rI0o9-1PH-9@gated-at.bofh.it> <rI0o9-1PH-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Wed, Jun 8, 2016 at 10:04 PM, Deepa Dinamani <deepa.kernel@gmail.com> wrote:
> time_to_tm() takes time_t as an argument.
> time_t is not y2038 safe.
> Add time64_to_tm() that takes time64_t as an argument
> which is y2038 safe.
> The plan is to eventually replace all calls to time_to_tm()
> by time64_to_tm().
>
> Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
> Cc: John Stultz <john.stultz@linaro.org>
> Cc: Thomas Gleixner <tglx@linutronix.de>

This looks sane to me. Are you hoping for me to queue this, or would
you like i to go though the fsdev maintainers with my ack?

In either case.

Acked-by: John Stultz <john.stultz@linaro.org>

thanks
-john

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH 15/21] time: Add time64_to_tm() John Stultz <john.stultz@linaro.org> - 2016-06-14 23:20 +0200
  Re: [PATCH 15/21] time: Add time64_to_tm() Deepa Dinamani <deepa.kernel@gmail.com> - 2016-06-15 19:50 +0200
    Re: [PATCH 15/21] time: Add time64_to_tm() Deepa Dinamani <deepa.kernel@gmail.com> - 2016-06-17 23:00 +0200
      Re: [PATCH 15/21] time: Add time64_to_tm() Arnd Bergmann <arnd@arndb.de> - 2016-06-17 23:10 +0200
    Re: [PATCH 15/21] time: Add time64_to_tm() John Stultz <john.stultz@linaro.org> - 2016-06-17 23:00 +0200

csiph-web