The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Amitoj Kaur Chawla <amitoj1606@gmail.com>
To: anil.gurumurthy@qlogic.com, sudarsana.kalluru@qlogic.com,
	JBottomley@odin.com, linux-scsi@vger.kernel.org,
	linux-kernel@vger.kernel.org, y2038@lists.linaro.org
Subject: [PATCH 0/6] scsi: bfa: Use y2038 safe timestamps
Date: Sat, 9 Jan 2016 19:52:46 +0530	[thread overview]
Message-ID: <20160109142246.GA7316@amitoj-Inspiron-3542> (raw)

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

                 reply	other threads:[~2016-01-09 14:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20160109142246.GA7316@amitoj-Inspiron-3542 \
    --to=amitoj1606@gmail.com \
    --cc=JBottomley@odin.com \
    --cc=anil.gurumurthy@qlogic.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=sudarsana.kalluru@qlogic.com \
    --cc=y2038@lists.linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox