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

2016-06-17 Thread Arnd Bergmann
On Friday, June 17, 2016 1:59:06 PM CEST Deepa Dinamani wrote: > On Fri, Jun 17, 2016 at 1:52 PM, John Stultz wrote: > > On Wed, Jun 15, 2016 at 10:44 AM, Deepa Dinamani > > wrote: > >> On Tue, Jun 14, 2016 at 2:18 PM, John Stultz

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

2016-06-15 Thread Deepa Dinamani
On Tue, Jun 14, 2016 at 2:18 PM, John Stultz wrote: > On Wed, Jun 8, 2016 at 10:04 PM, Deepa Dinamani > 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 >>

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

2016-06-14 Thread John Stultz
On Wed, Jun 8, 2016 at 10:04 PM, Deepa Dinamani 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