On Wednesday 30 September 2015 19:14:21 Ksenija Stanojevic wrote:
Struct timespec will overflow in year 2038, here it will not cause an overflow because it is used with timespec_sub, but still has to be removed as part of y2038 changes. Replace it with ktime_t. Also use monotonic instead of real-time by replacing functions getnstimeofday with ktime_sub.
Signed-off-by: Ksenija Stanojevic ksenija.stanojevic@gmail.com
The last sentence seems wrong, incorrect, I assume you mean ktime_get() not ktime_sub(). Aside from that, everything looks fine, so please fix the changelog and add my
Reviewed-by: Arnd Bergmann arnd@arndb.de