Re: [PATCH v4 08/25] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function

2015-06-02 Thread Thomas Gleixner
On Mon, 1 Jun 2015, Baolin Wang wrote: Can you try to create even longer subject lines with less information? > This patch introduces the timer_get64 method with itimerspec64 > type for k_clock structure, that makes it ready for the 2038 year. Right. By the speed this is proceeding it will

Re: [PATCH v4 08/25] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function

2015-06-02 Thread Thomas Gleixner
On Mon, 1 Jun 2015, Baolin Wang wrote: Can you try to create even longer subject lines with less information? This patch introduces the timer_get64 method with itimerspec64 type for k_clock structure, that makes it ready for the 2038 year. Right. By the speed this is proceeding it will take

[PATCH v4 08/25] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function

2015-06-01 Thread Baolin Wang
This patch introduces the timer_get64 method with itimerspec64 type for k_clock structure, that makes it ready for the 2038 year. Convert to the 64bit method with itimerspec64 type for the timer_gettime syscall function, and change the timer_gettime syscall implementation. Also add a default

[PATCH v4 08/25] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function

2015-06-01 Thread Baolin Wang
This patch introduces the timer_get64 method with itimerspec64 type for k_clock structure, that makes it ready for the 2038 year. Convert to the 64bit method with itimerspec64 type for the timer_gettime syscall function, and change the timer_gettime syscall implementation. Also add a default