Re: [Y2038] [PATCH 7/7] Change k_clock nsleep() to use timespec64

2017-03-21 Thread Deepa Dinamani
>> index f608941..97a883a 100644 >> --- a/include/linux/posix-timers.h >> +++ b/include/linux/posix-timers.h >> @@ -94,7 +94,7 @@ struct k_clock { >> int (*clock_adj) (const clockid_t which_clock, struct timex *tx); >> int (*timer_create) (struct k_itimer *timer); >> int

Re: [Y2038] [PATCH 7/7] Change k_clock nsleep() to use timespec64

2017-03-21 Thread Arnd Bergmann
On Sun, Mar 19, 2017 at 4:57 AM, Deepa Dinamani wrote: > From: Deepa Dinamani > > struct timespec is not y2038 safe. The plan is to > get rid of all uses of timespec internally in the > kernel. Replace uses of timespec with timespec64. > The