mbox series

[v2,00/11] qla2xxx bug fixes

Message ID 20220616053508.27186-1-njavali@marvell.com
Headers show
Series qla2xxx bug fixes | expand

Message

Nilesh Javali June 16, 2022, 5:34 a.m. UTC
Martin,

Please apply the qla2xxx driver bug fixes to the scsi tree at your
earliest convenience.

v2:
- For 05/11, additionally return failure in case of qla2xxx_eh_target_reset too.

Thanks,
Nilesh

Arun Easi (6):
  qla2xxx: Fix excessive IO error messages by default
  qla2xxx: Fix crash due to stale srb access around IO timeouts
  qla2xxx: Fix losing FCP-2 targets during port perturbation tests
  qla2xxx: Fix losing target when it reappears during delete
  qla2xxx: Add debug prints in the device remove path
  qla2xxx: Fix losing FCP-2 targets on long port disable with IOs

Bikash Hazarika (1):
  qla2xxx: Add a new v2 dport diagnostic feature

Nilesh Javali (1):
  qla2xxx: Update version to 10.02.07.700-k

Quinn Tran (3):
  qla2xxx: Wind down adapter after pcie error
  qla2xxx: Turn off multi-queue for 8G adapter
  qla2xxx: Fix erroneous mailbox timeout after pci error inject

 drivers/scsi/qla2xxx/qla_attr.c    | 27 ++++++---
 drivers/scsi/qla2xxx/qla_bsg.c     | 96 +++++++++++++++++++++++++++++-
 drivers/scsi/qla2xxx/qla_bsg.h     | 15 +++++
 drivers/scsi/qla2xxx/qla_def.h     | 24 +++++++-
 drivers/scsi/qla2xxx/qla_gbl.h     |  4 ++
 drivers/scsi/qla2xxx/qla_gs.c      |  2 +-
 drivers/scsi/qla2xxx/qla_init.c    | 35 +++++++++--
 drivers/scsi/qla2xxx/qla_isr.c     | 23 ++++---
 drivers/scsi/qla2xxx/qla_mbx.c     | 60 +++++++++++++++++--
 drivers/scsi/qla2xxx/qla_os.c      | 91 ++++++++++++++++++++++++----
 drivers/scsi/qla2xxx/qla_version.h |  4 +-
 11 files changed, 334 insertions(+), 47 deletions(-)


base-commit: b9f50e3cfd13687279f2170ff6ef5d71f6c7db11

Comments

Martin K. Petersen June 22, 2022, 2:10 a.m. UTC | #1
On Wed, 15 Jun 2022 22:34:57 -0700, Nilesh Javali wrote:

> Martin,
> 
> Please apply the qla2xxx driver bug fixes to the scsi tree at your
> earliest convenience.
> 
> v2:
> - For 05/11, additionally return failure in case of qla2xxx_eh_target_reset too.
> 
> [...]

Applied to 5.20/scsi-queue, thanks!

[01/11] qla2xxx: Fix excessive IO error messages by default
        https://git.kernel.org/mkp/scsi/c/bff4873c7090
[02/11] qla2xxx: Add a new v2 dport diagnostic feature
        https://git.kernel.org/mkp/scsi/c/476da8faa336
[03/11] qla2xxx: Wind down adapter after pcie error
        https://git.kernel.org/mkp/scsi/c/d3117c83ba31
[04/11] qla2xxx: Turn off multi-queue for 8G adapter
        https://git.kernel.org/mkp/scsi/c/5304673bdb16
[05/11] qla2xxx: Fix crash due to stale srb access around IO timeouts
        https://git.kernel.org/mkp/scsi/c/c39587bc0aba
[06/11] qla2xxx: Fix losing FCP-2 targets during port perturbation tests
        https://git.kernel.org/mkp/scsi/c/58d1c124cd79
[07/11] qla2xxx: Fix losing target when it reappears during delete
        https://git.kernel.org/mkp/scsi/c/118b0c863c8f
[08/11] qla2xxx: Add debug prints in the device remove path
        https://git.kernel.org/mkp/scsi/c/f12d2d130efc
[09/11] qla2xxx: Fix losing FCP-2 targets on long port disable with IOs
        https://git.kernel.org/mkp/scsi/c/2416ccd3815b
[10/11] qla2xxx: Fix erroneous mailbox timeout after pci error inject
        https://git.kernel.org/mkp/scsi/c/f260694e6463
[11/11] qla2xxx: Update version to 10.02.07.700-k
        https://git.kernel.org/mkp/scsi/c/4de0d18da901