Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1305235 > unrolled thread

[PATCH 0/6] scsi: bfa: Use y2038 safe timestamps

Started byAmitoj Kaur Chawla <amitoj1606@gmail.com>
First post2016-01-09 15:30 +0100
Last post2016-01-09 15:30 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH 0/6] scsi: bfa: Use y2038 safe timestamps Amitoj Kaur Chawla <amitoj1606@gmail.com> - 2016-01-09 15:30 +0100

#1305235 — [PATCH 0/6] scsi: bfa: Use y2038 safe timestamps

FromAmitoj Kaur Chawla <amitoj1606@gmail.com>
Date2016-01-09 15:30 +0100
Subject[PATCH 0/6] scsi: bfa: Use y2038 safe timestamps
Message-ID<qP2GK-6L2-5@gated-at.bofh.it>
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

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web