All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] NCR5380: Various improvements
@ 2018-09-27  1:17 Finn Thain
  2018-09-27  1:17 ` [PATCH 01/10] NCR5380: Clear all unissued commands on host reset Finn Thain
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Finn Thain @ 2018-09-27  1:17 UTC (permalink / raw)
  To: James E.J. Bottomley, Martin K. Petersen
  Cc: Michael Schmitz, Hannes Reinecke, Ondrey Zary, linux-scsi,
	linux-kernel

[This patch series is being re-sent unchanged due to email problems.]

This series addresses issues which became apparent when Michael Schmitz
tried to use an AztecMonster II SATA/SCSI adapter with a 5380 host.

That target seems to have some bugs which thoroughly exercise driver
error paths and EH.

The patch by Hannes Reinecke was cherry-picked from his 'eh-reset.v5'
branch.


Finn Thain (9):
  NCR5380: Reduce goto statements in NCR5380_select()
  NCR5380: Have NCR5380_select() return a bool
  NCR5380: Withhold disconnect privilege for REQUEST SENSE
  NCR5380: Use DRIVER_SENSE to indicate valid sense data
  NCR5380: Check for invalid reselection target
  NCR5380: Don't clear busy flag when abort fails
  NCR5380: Don't call dsprintk() following reselection interrupt
  NCR5380: Handle BUS FREE during reselection
  NCR5380: Check for bus reset

Hannes Reinecke (1):
  NCR5380: Clear all unissued commands on host reset

 drivers/scsi/NCR5380.c | 167 +++++++++++++++++++++++++++++--------------------
 drivers/scsi/NCR5380.h |   2 +-
 2 files changed, 101 insertions(+), 68 deletions(-)

-- 
2.16.4

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

end of thread, other threads:[~2018-09-28  6:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-27  1:17 [PATCH 00/10] NCR5380: Various improvements Finn Thain
2018-09-27  1:17 ` [PATCH 01/10] NCR5380: Clear all unissued commands on host reset Finn Thain
2018-09-27  1:17 ` [PATCH 07/10] NCR5380: Don't clear busy flag when abort fails Finn Thain
2018-09-27  1:17 ` [PATCH 02/10] NCR5380: Reduce goto statements in NCR5380_select() Finn Thain
2018-09-27  1:17 ` [PATCH 08/10] NCR5380: Don't call dsprintk() following reselection interrupt Finn Thain
2018-09-27  1:17 ` [PATCH 05/10] NCR5380: Use DRIVER_SENSE to indicate valid sense data Finn Thain
2018-09-27  1:17 ` [PATCH 03/10] NCR5380: Have NCR5380_select() return a bool Finn Thain
2018-09-27  1:17 ` [PATCH 09/10] NCR5380: Handle BUS FREE during reselection Finn Thain
2018-09-27  1:17 ` [PATCH 10/10] NCR5380: Check for bus reset Finn Thain
2018-09-27  1:17 ` [PATCH 06/10] NCR5380: Check for invalid reselection target Finn Thain
2018-09-27  1:17 ` [PATCH 04/10] NCR5380: Withhold disconnect privilege for REQUEST SENSE Finn Thain
2018-09-28  6:29 ` [PATCH 00/10] NCR5380: Various improvements Martin K. Petersen

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.