mbox series

[0/2] hpsa updates

Message ID 156400599822.14150.10317539253759491318.stgit@brunhilda (mailing list archive)
Headers show
Series hpsa updates | expand

Message

Don Brace July 24, 2019, 10:07 p.m. UTC
These patches are based on Linus's tree

The changes are:
hpsa-correct-scsi-command-status-issue-after-reset
 . ensure command status is 0 for submitted commands.
hpsa-remove-printing-internal-cdb-on-tag-collision
 . remove racy call to print an scsi command from our internal
   submission queue.
   . completion thread can be cleaning up the command in parallel

---

Don Brace (2):
      hpsa: correct scsi command status issue after reset
      hpsa: remove printing internal cdb on tag collision


 drivers/scsi/hpsa.c |   14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

--
Signature

Comments

Martin K. Petersen July 30, 2019, 4:41 p.m. UTC | #1
Don,

> These patches are based on Linus's tree

Applied to 5.3/scsi-fixes. Thanks!