All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] scsi: Remove 'struct timeval'
@ 2015-10-28  3:36 Amitoj Kaur Chawla
  2015-10-28  3:40 ` [PATCH 1/2] scsi: 3w-9xxx: Remove use of struct timeval Amitoj Kaur Chawla
  2015-10-28  3:43 ` [PATCH 2/2] scsi: bfa: Replace struct timeval with ktime_t Amitoj Kaur Chawla
  0 siblings, 2 replies; 5+ messages in thread
From: Amitoj Kaur Chawla @ 2015-10-28  3:36 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: y2038

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



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

end of thread, other threads:[~2015-11-04 22:26 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-28  3:36 [PATCH 0/2] scsi: Remove 'struct timeval' Amitoj Kaur Chawla
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

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.