On Wednesday 29 April 2015 22:55:23 Baolin Wang wrote:
This patch series changes the 32-bit time type (timespec/itimerspec) to the 64-bit one (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.
Looks all good to me now. Can you post it again with the mailing lists and some of the key people on Cc?
Last time, you actually had more people than necessary on Cc, and that can end up in spam filters. If someone is a maintainer for just one or two patches out of the series, it can be better to add an explicit 'Cc: person@example.org' statement in those patches, and not Cc them for the whole series.
One last thing: make sure you always increase the version number on the patches, to make it easier to see which one people are replying to, in case there is still discussion on an older version of the patch set. The first version is just [PATCH 1/x], after that you use [PATCH 1/x v2] for the second version, not 'v1'.
Arnd