Re: [Y2038] [PATCH, RESEND 2] qla2xxx: Remove use of 'struct timeval'

From: Arnd Bergmann
Date: Fri Jan 22 2016 - 10:12:48 EST


On Friday 22 January 2016 15:28:32 Arnd Bergmann wrote:
> struct register_host_info stores a 64-bit UTC system time timestamp.
> This patch removes the use of 'struct timeval' to obtain that timestamp
> as its tv_sec value will overflow on 32-bit systems in year 2038 beyond.
> The patch uses ktime_get_real_seconds() which returns a 64-bit seconds value.
>
> Signed-off-by: Tina Ruchandani <ruchandani.tina@xxxxxxxxx>
> Reviewed-by: Johannes Thumshirn <jthumshirn@xxxxxxx>
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
>



I was missing

From: Tina Ruchandani <ruchandani.tina@xxxxxxxxx>

If anyone is going to pick this up, let me know whether you will fix
it up yourself or if I should resend.