aboutsummaryrefslogtreecommitdiff
path: root/lib/test_overflow.c
diff options
context:
space:
mode:
authorArnd Bergmann <[email protected]>2017-11-07 11:46:05 +0100
committerMartin K. Petersen <[email protected]>2017-11-08 18:08:01 -0500
commit820f188659122602ab217dd80cfa32b3ac0c55c0 (patch)
treefa0c4b29d91aa23c785fc1a18784d28e7cddb59e /lib/test_overflow.c
parent335f83b9113421a65bfb19e0fa6a2b262ca86c26 (diff)
scsi: aacraid: use timespec64 instead of timeval
aacraid passes the current time to the firmware in one of two ways, either as year/month/day/... or as 32-bit unsigned seconds. The first one is broken on 32-bit architectures as it cannot go past year 2038. Using timespec64 here makes it behave properly on both 32-bit and 64-bit architectures, and avoids relying on signed integer overflow to pass times into the second interface. The interface used in aac_send_hosttime() however is still problematic in year 2106 when 32-bit seconds overflow. Hopefully we don't have to worry about aacraid by that time. Signed-off-by: Arnd Bergmann <[email protected]> Reviewed-by: Dave Carroll <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
Diffstat (limited to 'lib/test_overflow.c')
0 files changed, 0 insertions, 0 deletions