Re: [RESEND PATCH 0/7] Change k_clock interfaces to use timespec64

2017-03-20 Thread Deepa Dinamani
>> Resending to update author id in patch 7/7. >> >> The series is aimed at replacing struct timespec which is not >> y2038 safe with y2038 safe struct timespec64 for k_clock interfaces. >> >> The series does not change the syscall interface. >> This will be done in a follow up series. > > Aisde of

Re: [RESEND PATCH 0/7] Change k_clock interfaces to use timespec64

2017-03-19 Thread Thomas Gleixner
On Sat, 18 Mar 2017, Deepa Dinamani wrote: > Resending to update author id in patch 7/7. > > The series is aimed at replacing struct timespec which is not > y2038 safe with y2038 safe struct timespec64 for k_clock interfaces. > > The series does not change the syscall interface. > This will be d

[RESEND PATCH 0/7] Change k_clock interfaces to use timespec64

2017-03-18 Thread Deepa Dinamani
Resending to update author id in patch 7/7. The series is aimed at replacing struct timespec which is not y2038 safe with y2038 safe struct timespec64 for k_clock interfaces. The series does not change the syscall interface. This will be done in a follow up series. A few existing checkpatch-note