All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] scsi: bfa: Use y2038 safe timestamps
@ 2016-01-09 14:22 ` Amitoj Kaur Chawla
  0 siblings, 0 replies; 2+ messages in thread
From: Amitoj Kaur Chawla @ 2016-01-09 14:22 UTC (permalink / raw)
  To: anil.gurumurthy, sudarsana.kalluru, JBottomley, linux-scsi,
	linux-kernel, y2038

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH 0/6] scsi: bfa: Use y2038 safe timestamps
@ 2016-01-09 14:22 ` Amitoj Kaur Chawla
  0 siblings, 0 replies; 2+ messages in thread
From: Amitoj Kaur Chawla @ 2016-01-09 14:22 UTC (permalink / raw)
  To: anil.gurumurthy, sudarsana.kalluru, JBottomley, linux-scsi,
	linux-kernel, y2038

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

_______________________________________________
Y2038 mailing list
Y2038@lists.linaro.org
https://lists.linaro.org/mailman/listinfo/y2038

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-09 14:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-09 14:22 [PATCH 0/6] scsi: bfa: Use y2038 safe timestamps Amitoj Kaur Chawla
2016-01-09 14:22 ` Amitoj Kaur Chawla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.