All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Minor scsi_dh_emc error path fixes
@ 2013-05-28 21:18 Joe Lawrence
  2013-05-28 21:23 ` scsi_dh_emc: handle zero-senselen send_inquiry_cmd errors Joe Lawrence
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Joe Lawrence @ 2013-05-28 21:18 UTC (permalink / raw)
  To: linux-scsi; +Cc: James E.J. Bottomley, Hannes Reinecke, Mike Christie

These two patches spun out of the blk_get_request return type changes
I've been working on [1].

  [1] http://thread.gmane.org/gmane.linux.scsi/80934

Should that patch go in, there are a few other device handler changes
possible for 3.11 [2], but the following bugfixes are unrelated, so I
thought I'd post them in case they could apply for 3.10.

  [2] http://thread.gmane.org/gmane.linux.scsi/81130

The first bug was spotted by Mike in thread [2], the second when I
traced the call path of clariion_send_inquiry back out through
clariion_set_params and its caller parse_path. The latter fix could have
been made in parse_path, but it didn't seem appropriate for that file to
sort through SCSI_DH enums.

Comments welcome, unfortunately I don't have the HW to verify, so these
are only compile tested.

Thanks,

Joe Lawrence (2):
  scsi_dh_emc: handle zero-senselen send_inquiry_cmd errors
  scsi_dh_emc: set_params callback should consistently return errno

 drivers/scsi/device_handler/scsi_dh_emc.c |   17 ++++++++++++++---
 1 file changed, 14 insertions(+), 3 deletions(-)

-- 
1.7.10.4


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

end of thread, other threads:[~2013-07-24 15:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-28 21:18 [PATCH 0/2] Minor scsi_dh_emc error path fixes Joe Lawrence
2013-05-28 21:23 ` scsi_dh_emc: handle zero-senselen send_inquiry_cmd errors Joe Lawrence
2013-05-28 21:26 ` scsi_dh_emc: set_params callback should consistently return errno Joe Lawrence
2013-07-24 15:04 ` [PATCH 0/2] Minor scsi_dh_emc error path fixes Joe Lawrence

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.