mbox series

[v2,00/12] qla2xxx driver bug fixes

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

Message

Nilesh Javali March 29, 2021, 8:52 a.m. UTC
Martin,

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

v2:
Fixed multi-line comment format
Created new helper routine qla_pci_disconnected()
Added new commit "qla2xxx: Do logout even if fabric scan retries got
exhausted"
Added Reviewed-by, Tested-by tags

Thanks,
Nilesh

Arun Easi (3):
  qla2xxx: Fix IOPS drop seen in some adapters
  qla2xxx: Add H:C:T info in the log message for fc ports
  qla2xxx: Fix crash in qla2xxx_mqueuecommand

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

Quinn Tran (8):
  qla2xxx: fix stuck session
  qla2xxx: consolidate zio threshold setting for both fcp & nvme
  qla2xxx: Fix use after free in bsg
  qla2xxx: fix RISC RESET completion polling
  qla2xxx: fix crash in PCIe error handling
  qla2xxx: fix mailbox recovery during PCIe error
  qla2xxx: include AER debug mask to default
  qla2xxx: Do logout even if fabric scan retries got exhausted

 drivers/scsi/qla2xxx/qla_bsg.c     |   3 +-
 drivers/scsi/qla2xxx/qla_dbg.c     |  16 ++-
 drivers/scsi/qla2xxx/qla_dbg.h     |   2 +-
 drivers/scsi/qla2xxx/qla_def.h     |  11 +-
 drivers/scsi/qla2xxx/qla_gbl.h     |   3 +
 drivers/scsi/qla2xxx/qla_gs.c      |   4 +
 drivers/scsi/qla2xxx/qla_init.c    | 115 ++++++++++++----
 drivers/scsi/qla2xxx/qla_inline.h  |  46 +++++++
 drivers/scsi/qla2xxx/qla_iocb.c    |  79 +++++++++--
 drivers/scsi/qla2xxx/qla_isr.c     |   9 +-
 drivers/scsi/qla2xxx/qla_mbx.c     |  38 +++--
 drivers/scsi/qla2xxx/qla_nvme.c    |  10 +-
 drivers/scsi/qla2xxx/qla_os.c      | 214 ++++++++++++++++-------------
 drivers/scsi/qla2xxx/qla_target.c  |   6 +-
 drivers/scsi/qla2xxx/qla_version.h |   4 +-
 15 files changed, 405 insertions(+), 155 deletions(-)


base-commit: f749d8b7a9896bc6e5ffe104cc64345037e0b152

Comments

Martin K. Petersen April 2, 2021, 3:54 a.m. UTC | #1
On Mon, 29 Mar 2021 01:52:17 -0700, Nilesh Javali wrote:

> Martin,

> 

> Please apply the qla2xxx driver bug fixes to the scsi tree at your

> earliest convenience.

> 

> v2:

> Fixed multi-line comment format

> Created new helper routine qla_pci_disconnected()

> Added new commit "qla2xxx: Do logout even if fabric scan retries got

> exhausted"

> Added Reviewed-by, Tested-by tags

> 

> [...]


Applied to 5.13/scsi-queue, thanks!

[01/12] qla2xxx: Fix IOPS drop seen in some adapters
        https://git.kernel.org/mkp/scsi/c/bcafad6c2d52
[02/12] qla2xxx: Add H:C:T info in the log message for fc ports
        https://git.kernel.org/mkp/scsi/c/a63f4c454149
[03/12] qla2xxx: fix stuck session
        https://git.kernel.org/mkp/scsi/c/c358a3d92b32
[04/12] qla2xxx: consolidate zio threshold setting for both fcp & nvme
        https://git.kernel.org/mkp/scsi/c/5777fef788a5
[05/12] qla2xxx: Fix use after free in bsg
        https://git.kernel.org/mkp/scsi/c/2ce35c0821af
[06/12] qla2xxx: Fix crash in qla2xxx_mqueuecommand
        https://git.kernel.org/mkp/scsi/c/6641df81ab79
[07/12] qla2xxx: fix RISC RESET completion polling
        https://git.kernel.org/mkp/scsi/c/610d027b1e63
[08/12] qla2xxx: fix crash in PCIe error handling
        https://git.kernel.org/mkp/scsi/c/f7a0ed479e66
[09/12] qla2xxx: fix mailbox recovery during PCIe error
        https://git.kernel.org/mkp/scsi/c/daafc8d33ff6
[10/12] qla2xxx: include AER debug mask to default
        https://git.kernel.org/mkp/scsi/c/1cbcc531d01f
[11/12] qla2xxx: Do logout even if fabric scan retries got exhausted
        https://git.kernel.org/mkp/scsi/c/022a2d211ce0
[12/12] qla2xxx: Update version to 10.02.00.106-k
        https://git.kernel.org/mkp/scsi/c/10d91a15f26e

-- 
Martin K. Petersen	Oracle Linux Engineering