On 3 June 2015 at 03:20, Thomas Gleixner tglx@linutronix.de wrote:
On Mon, 1 Jun 2015, Baolin Wang 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.
That's only true for 32bit systems.
All in all the patch series looks rather reasonable now, except for the subject lines and the changelogs.
The only technical objection I have is the macro conversion magic in patch #6. This can be done in a less cryptic and more efficient way.
See the comments to the various patches and please apply them to all of the series.
Thanks,
tglx
Hi Thomas,
Thanks for your comments, and i'll check and fix these problems.