lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20171110153715.1929456-1-arnd@arndb.de>
Date:   Fri, 10 Nov 2017 16:37:08 +0100
From:   Arnd Bergmann <arnd@...db.de>
To:     Anil Gurumurthy <anil.gurumurthy@...gic.com>,
        Sudarsana Kalluru <sudarsana.kalluru@...gic.com>,
        "James E . J . Bottomley" <jejb@...ux.vnet.ibm.com>,
        "Martin K . Petersen" <martin.petersen@...cle.com>
Cc:     linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
        y2038@...ts.linaro.org, hch@....de, hare@...e.com,
        jthumshirn@...e.de, Arnd Bergmann <arnd@...db.de>
Subject: [PATCH 0/7] scsi: bfa: do_gettimeofday removal

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ