On Friday 30 October 2015 02:11:10 Tina Ruchandani wrote:
struct mvumi_hs_page2 stores a "seconds_since1970" field which is of type u64. It is however, written to, using 'struct timeval' which has a 32-bit seconds field and whose value will overflow in year 2038. This patch uses ktime_get_real_seconds() instead since it provides a 64-bit seconds value, which is 2038 safe.
Signed-off-by: Tina Ruchandani ruchandani.tina@gmail.com
Reviewed-by: Arnd Bergmann arnd@arndb.de
and picked up into my y2038 tree temporarily until it shows up in scsi.