From: Amitoj Kaur Chawla <amitoj1606@gmail.com>
To: outreachy-kernel@googlegroups.com
Cc: y2038@lists.linaro.org
Subject: [PATCH 0/2] scsi: Remove 'struct timeval'
Date: Wed, 28 Oct 2015 09:06:29 +0530 [thread overview]
Message-ID: <cover.1446003130.git.amitoj1606@gmail.com> (raw)
This patchset removes 'struct timeval' as 32 bit systems using timeval
will break in the year 2038 so the code has been replaced
appropriately.
Amitoj Kaur Chawla (2):
scsi: 3w-9xxx: Remove use of struct timeval
scsi: bfa: Replace struct timeval with ktime_t
drivers/scsi/3w-9xxx.c | 16 ++++++----------
drivers/scsi/bfa/bfa_defs_svc.h | 2 +-
drivers/scsi/bfa/bfad_im.h | 2 +-
3 files changed, 8 insertions(+), 12 deletions(-)
--
1.9.1
next reply other threads:[~2015-10-28 3:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-28 3:36 Amitoj Kaur Chawla [this message]
2015-10-28 3:40 ` [PATCH 1/2] scsi: 3w-9xxx: Remove use of struct timeval Amitoj Kaur Chawla
2015-11-04 22:26 ` [Y2038] " Arnd Bergmann
2015-10-28 3:43 ` [PATCH 2/2] scsi: bfa: Replace struct timeval with ktime_t Amitoj Kaur Chawla
2015-11-03 23:56 ` [Y2038] " Arnd Bergmann
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=cover.1446003130.git.amitoj1606@gmail.com \
--to=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.