On 30 May 2015 at 05:48, John Stultz john.stultz@linaro.org wrote:
On Fri, May 29, 2015 at 5:16 AM, Baolin Wang baolin.wang@linaro.org wrote:
This patch series changes the 32-bit time types (timespec/itimerspec) to the 64-bit types (timespec64/itimerspec64), since 32-bit time types will break in the year 2038.
This patch series introduces new methods with timespec64/itimerspec64
type,
and removes the old ones with timespec/itimerspec type for
posix_clock_operations
and k_clock structure.
Baolin Wang (25):
Is there a way to break this patch series up into a smaller number of patches? I keep on meaning to get through and review these, but the patch-count (and speed of the iterations) is a bit overwhelming and has kept me from actually getting to reviewing it. Having the full series is great to see, but splitting out 4-5 key patches and focusing on those for review might help get additional feedback.
thanks -john
Hi John,
Thanks for your suggestion. It's a little hard to break the whole patch series up into 4-5 key patches, but i'll try this way to get feedback.