Re: [PATCH v2 0/6] irda: Use ktime_t instead of timeval

From: David Miller
Date: Sun Jan 11 2015 - 21:44:37 EST


From: Chunyan Zhang <zhang.chunyan@xxxxxxxxxx>
Date: Thu, 8 Jan 2015 12:01:26 +0800

> This patch-set removed all uses of timeval and used ktime_t instead if
> needed, since 32-bit time types will break in the year 2038.
>
> This patch-set also used the ktime_xxx functions accordingly.
> e.g.
> * Used ktime_get to get the current time instead of do_gettimeofday.
> * And, used ktime_us_delta to get the elapsed time directly.

Applied to net-next, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/