mbox series

[V3,0/4] hpsa updates

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

Message

Don Brace July 27, 2020, 7:58 p.m. UTC
These patches are based on Linus's tree

The changes are:
hpsa-correct-rare-oob-condition
 - Rare condition where a spare is first in
   PHYS LUN list.
hpsa-increase-qd-for-external-luns
 - Improve performance for PTRAID devices
   - Such as MSA devices.
hpsa-increase-ctlr-eh-timeout
 - Increase timeout for commands issued to
   controller device.
 - Improve multipath failover handling.
hpsa-bump-version

Changes since V1:
 - corrected uninitialized variable issue in
   hpsa-slave-destroy in patch:
        hpsa-increase-ctlr-eh-timeout
   Reported by: Dan Carpenter <dan.carpenter@oracle.com>
   Reported by: Joseph Szczypek <jszczype@redhat.com>

Changes since V2:
 - Forgot to add the version number to the
   patches.

---

Don Brace (4):
      hpsa: correct rare oob condition
      hpsa: increase qd for external luns
      hpsa: increase ctlr eh timeout
      hpsa: bump version


 drivers/scsi/hpsa.c | 15 ++++++++++-----
 drivers/scsi/hpsa.h |  2 +-
 2 files changed, 11 insertions(+), 6 deletions(-)

--
Signature

Comments

Martin K. Petersen July 29, 2020, 2:54 a.m. UTC | #1
Don,

> These patches are based on Linus's tree

... and therefore they don't apply. Mainly because I already merged an
earlier version of these.

 - Always submit your patches against my queue branch

 - If there are changes in v3 compared to what I have already merged,
   please submit incremental patches

 - Please work on your commit messages. See section 2 in
   Documentation/process/submitting-patches.rst.

Thank you!