From: Arnd Bergmann <arnd@arndb.de>
To: outreachy-kernel@googlegroups.com
Cc: Amitoj Kaur Chawla <amitoj1606@gmail.com>, y2038@lists.linaro.org
Subject: Re: [Outreachy kernel] [PATCH v2] scsi: bfa: bfad_bsg: Use ktime_get_real_seconds()
Date: Wed, 04 Nov 2015 00:25:56 +0100 [thread overview]
Message-ID: <5161877.bNvuKYDB39@wuerfel> (raw)
In-Reply-To: <20151027075901.GA27166@amitoj-Inspiron-3542>
On Tuesday 27 October 2015 13:29:01 Amitoj Kaur Chawla wrote:
> 32 bit systems using 'struct timeval' will break in the year 2038, so
> we modify the code appropriately.
>
> This patch replaces the use of struct timeval and do_gettimeofday()
> with ktime_get_real_seconds().
>
> Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com>
>
I just replied to v1 of this patch, as mentioned there I think it needs
more work, to pass the time as time64_t where possible instead of
implicitly casting to u32.
Arnd
prev parent reply other threads:[~2015-11-03 23:25 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-27 7:59 [PATCH v2] scsi: bfa: bfad_bsg: Use ktime_get_real_seconds() Amitoj Kaur Chawla
2015-11-03 23:25 ` Arnd Bergmann [this message]
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=5161877.bNvuKYDB39@wuerfel \
--to=arnd@arndb.de \
--cc=amitoj1606@gmail.com \
--cc=outreachy-kernel@googlegroups.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 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.