Re: [Xen-devel] [PATCH] xen/pcifront: Remove usage of struct timeval

2015-05-11 Thread Konrad Rzeszutek Wilk
On Mon, May 11, 2015 at 08:14:48AM +0530, Tina Ruchandani wrote: > struct timeval uses a 32-bit field for representing seconds, > which will overflow in the year 2038 and beyond. This patch replaces > struct timeval with 64-bit ktime_t which is 2038 safe. > The patch is part of a larger effort to r

[Xen-devel] [PATCH] xen/pcifront: Remove usage of struct timeval

2015-05-11 Thread Tina Ruchandani
struct timeval uses a 32-bit field for representing seconds, which will overflow in the year 2038 and beyond. This patch replaces struct timeval with 64-bit ktime_t which is 2038 safe. The patch is part of a larger effort to remove instances of 32-bit timekeeping variables (timeval, time_t and time