"Arnd" == Arnd Bergmann arnd@arndb.de writes:
Arnd> struct register_host_info stores a 64-bit UTC system time Arnd> timestamp. This patch removes the use of 'struct timeval' to Arnd> obtain that timestamp as its tv_sec value will overflow on 32-bit Arnd> systems in year 2038 beyond. The patch uses Arnd> ktime_get_real_seconds() which returns a 64-bit seconds value.
Applied to 4.6/scsi-queue.