]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
scsi: fnic: Use time64_t to represent trace timestamps
authorDeepa Dinamani <deepa.kernel@gmail.com>
Sat, 1 Oct 2016 23:48:14 +0000 (16:48 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 8 Nov 2016 22:29:46 +0000 (17:29 -0500)
commit48c4676dcbfc731a197bcf01763fcd07d9dc6725
tree0b50a978af6e65a5c7d637e6b1cae0de6cd972a8
parenta299ee62cf40d6d80a9f11d57220f0a28077fe2d
scsi: fnic: Use time64_t to represent trace timestamps

Trace timestamps use struct timespec and CURRENT_TIME which are not
y2038 safe.  These timestamps are only part of the trace log on the
machine and are not shared with the fnic.  Replace then with y2038 safe
struct timespec64 and ktime_get_real_ts64(), respectively.

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Cc: Hiral Patel <hiralpat@cisco.com>
Cc: Suma Ramars <sramars@cisco.com>
Cc: Brian Uchino <buchino@cisco.com>
Cc: "James E.J. Bottomley" <jejb@linux.vnet.ibm.com>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>
Cc: linux-scsi@vger.kernel.org
Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/fnic/fnic_trace.c
drivers/scsi/fnic/fnic_trace.h