linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Martin K. Petersen" <martin.petersen@oracle.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: "Martin K. Petersen" <martin.petersen@oracle.com>,
	"James E.J. Bottomley" <James.Bottomley@hansenpartnership.com>,
	Johannes Thumshirn <jthumshirn@suse.de>,
	Tina Ruchandani <ruchandani.tina@gmail.com>,
	Himanshu Madhani <himanshu.madhani@qlogic.com>,
	y2038@lists.linaro.org, linux-scsi <linux-scsi@vger.kernel.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	Dept-Eng QLA2xxx Upstream <qla2xxx-upstream@qlogic.com>
Subject: Re: [PATCH, RESEND 3] qla2xxx: Remove use of 'struct timeval'
Date: Tue, 26 Jan 2016 21:14:35 -0500	[thread overview]
Message-ID: <yq17fivix9w.fsf@sermon.lab.mkp.net> (raw)
In-Reply-To: <3640852.TIcaPixAiA@wuerfel> (Arnd Bergmann's message of "Mon, 25 Jan 2016 23:00:20 +0100")

>>>>> "Arnd" == Arnd Bergmann <arnd@arndb.de> writes:

Arnd> struct register_host_info stores a 64-bit UTC system time
Arnd> timestamp.  This patch removes the use of 'struct timeval' to
Arnd> obtain that timestamp as its tv_sec value will overflow on 32-bit
Arnd> systems in year 2038 beyond.  The patch uses
Arnd> ktime_get_real_seconds() which returns a 64-bit seconds value.

Applied to 4.6/scsi-queue.

-- 
Martin K. Petersen	Oracle Linux Engineering

  reply	other threads:[~2016-01-27  2:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-25 22:00 [PATCH, RESEND 3] qla2xxx: Remove use of 'struct timeval' Arnd Bergmann
2016-01-27  2:14 ` Martin K. Petersen [this message]
2016-04-13  9:32   ` Tina Ruchandani
2016-04-15  2:27     ` Martin K. Petersen

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=yq17fivix9w.fsf@sermon.lab.mkp.net \
    --to=martin.petersen@oracle.com \
    --cc=James.Bottomley@hansenpartnership.com \
    --cc=arnd@arndb.de \
    --cc=himanshu.madhani@qlogic.com \
    --cc=jthumshirn@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=qla2xxx-upstream@qlogic.com \
    --cc=ruchandani.tina@gmail.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;
as well as URLs for NNTP newsgroup(s).