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>] [day] [month] [year] [list]
Date:	Sat, 9 Jan 2016 19:52:46 +0530
From:	Amitoj Kaur Chawla <amitoj1606@...il.com>
To:	anil.gurumurthy@...gic.com, sudarsana.kalluru@...gic.com,
	JBottomley@...n.com, linux-scsi@...r.kernel.org,
	linux-kernel@...r.kernel.org, y2038@...ts.linaro.org
Subject: [PATCH 0/6] scsi: bfa: Use y2038 safe timestamps

32 bit systems using 'struct timeval' will break in the year 2038, so
these files have been modified appropriately to make them y2038 safe.

Amitoj Kaur Chawla (6):
  scsi: bfa: bfa_svc: Use ktime_get_real_seconds()
  scsi: bfa: bfa_svc: Remove 'struct timeval'
  scsi: bfa: Use 'ktime_get_real_seconds()'
  scsi: bfa: Remove use of time_t
  scsi: bfa: bfa_port: Remove 'struct timeval'
  scsi: bfa: bfa_cs: Remove struct timeval

 drivers/scsi/bfa/bfa_cs.h       |  8 +-------
 drivers/scsi/bfa/bfa_defs_svc.h |  4 ++++
 drivers/scsi/bfa/bfa_fcpim.c    |  7 ++++---
 drivers/scsi/bfa/bfa_fcpim.h    |  4 ++--
 drivers/scsi/bfa/bfa_port.c     | 16 ++++------------
 drivers/scsi/bfa/bfa_port.h     |  2 +-
 drivers/scsi/bfa/bfa_svc.c      | 36 ++++++++++++------------------------
 drivers/scsi/bfa/bfad_bsg.c     |  6 +++---
 8 files changed, 31 insertions(+), 52 deletions(-)

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ