From e1d5bbcdc7ca08d8731f5d780f0de342a768d96a Mon Sep 17 00:00:00 2001 From: Tina Ruchandani Date: Tue, 19 May 2015 11:38:09 +0530 Subject: [PATCH] xen/pcifront: Remove usage of struct timeval struct timeval uses a 32-bit field for representing seconds, which will overflow in the year 2038 and beyond. Replace struct timeval with 64-bit ktime_t which is 2038 safe. This is part of a larger effort to remove instances of 32-bit timekeeping variables (timeval, time_t and timespec) from the kernel. Signed-off-by: Tina Ruchandani Suggested-by: Arnd Bergmann Reviewed-by: Boris Ostrovsky Reviewed-by: Arnd Bergmann Acked-by: Bjorn Helgaas Signed-off-by: David Vrabel --- Reading git-format-patch failed