The bfa driver is one of the main users of do_gettimeofday(), a function
that I'm trying to remove as part of the y2038 cleanup.

The timestamps are all uses in slightly different ways, so this has turned
into a rather longish series for doing something that should be simple.

The last patch in the series ("scsi: bfa: use 64-bit times in
bfa_aen_entry_s ABI") is one that needs to be reviewed very carefully,
and it can be skipped if the maintainers prefer to leave the 32-bit ABI
unchanged, the rest are hopefully fairly straightforward.

      Arnd

Arnd Bergmann (7):
  scsi: bfa: use ktime_get_real_ts64 for firmware timestamp
  scsi: bfa: use proper time accessor for stats_reset_time
  scsi: bfa: improve bfa_ioc_send_enable/disable data
  scsi: bfa: document overflow of io_profile_start_time
  scsi: bfa: replace bfa_get_log_time() with ktime_get_real_seconds()
  scsi: bfa: try to sanitize vendor netlink events
  scsi: bfa: use 64-bit times in bfa_aen_entry_s ABI

 drivers/scsi/bfa/bfa_cs.h       |  6 +++---
 drivers/scsi/bfa/bfa_defs_svc.h |  3 ++-
 drivers/scsi/bfa/bfa_fcpim.c    |  3 ++-
 drivers/scsi/bfa/bfa_fcpim.h    |  4 ++--
 drivers/scsi/bfa/bfa_ioc.c      |  8 ++++---
 drivers/scsi/bfa/bfa_port.c     | 15 +++----------
 drivers/scsi/bfa/bfa_port.h     |  2 +-
 drivers/scsi/bfa/bfa_svc.c      | 47 ++++++++++++-----------------------------
 drivers/scsi/bfa/bfa_svc.h      |  2 +-
 drivers/scsi/bfa/bfad_bsg.c     |  4 +---
 drivers/scsi/bfa/bfad_im.h      | 32 +++++++++++++++++++---------
 11 files changed, 56 insertions(+), 70 deletions(-)

-- 
2.9.0

Reply via email to