mbox series

[v2,00/15] qla2xxx bug fixes

Message ID 20201202132312.19966-1-njavali@marvell.com (mailing list archive)
Headers show
Series qla2xxx bug fixes | expand

Message

Nilesh Javali Dec. 2, 2020, 1:22 p.m. UTC
Martin,
Please apply the qla2xxx bug fixes to the scsi tree at your
earliest convenience.

v1=>v2:
Incorporate review comments
Add call trace details
Add missing Fixes and stable tag
Add Reviewed-by tag

Thanks,
Nilesh

Arun Easi (5):
  qla2xxx: Fix compilation issue in PPC systems
  qla2xxx: Fix crash during driver load on big endian machines
  qla2xxx: Fix FW initialization error on big endian machines
  qla2xxx: Fix flash update in 28XX adapters on big endian machines
  qla2xxx: Fix device loss on 4G and older HBAs.

Daniel Wagner (1):
  scsi: qla2xxx: Return EBUSY on fcport deletion

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

Quinn Tran (3):
  qla2xxx: limit interrupt vectors to number of cpu
  qla2xxx: tear down session if FW say its down
  qla2xxx: fix N2N and NVME connect retry failure

Saurav Kashyap (5):
  qla2xxx: Change post del message from debug level to log level
  qla2xxx: Don't check for fw_started while posting nvme command
  qla2xxx: Handle aborts correctly for port undergoing deletion
  qla2xxx: Fix the call trace for flush workqueue
  qla2xxx: If fcport is undergoing deletion return IO with retry

 drivers/scsi/qla2xxx/qla_gs.c      |  8 ++--
 drivers/scsi/qla2xxx/qla_init.c    | 74 ++++++++++++++++++++++--------
 drivers/scsi/qla2xxx/qla_isr.c     | 34 ++++++++++++--
 drivers/scsi/qla2xxx/qla_mbx.c     |  9 ++--
 drivers/scsi/qla2xxx/qla_nvme.c    | 14 +++---
 drivers/scsi/qla2xxx/qla_nx.c      |  2 +-
 drivers/scsi/qla2xxx/qla_nx2.c     |  4 +-
 drivers/scsi/qla2xxx/qla_os.c      | 10 ++--
 drivers/scsi/qla2xxx/qla_sup.c     | 10 ++--
 drivers/scsi/qla2xxx/qla_target.c  |  2 +-
 drivers/scsi/qla2xxx/qla_tmpl.c    |  9 ++--
 drivers/scsi/qla2xxx/qla_tmpl.h    |  2 +-
 drivers/scsi/qla2xxx/qla_version.h |  4 +-
 13 files changed, 121 insertions(+), 61 deletions(-)


base-commit: cf4d4d8ebdb838ee996e09e3ee18deb9a7737dea

Comments

Martin K. Petersen Dec. 8, 2020, 2:10 a.m. UTC | #1
Nilesh,

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

Applied to 5.11/scsi-staging, thanks!
Martin K. Petersen Dec. 9, 2020, 5:23 p.m. UTC | #2
On Wed, 2 Dec 2020 05:22:57 -0800, Nilesh Javali wrote:

> Martin,
> Please apply the qla2xxx bug fixes to the scsi tree at your
> earliest convenience.
> 
> v1=>v2:
> Incorporate review comments
> Add call trace details
> Add missing Fixes and stable tag
> Add Reviewed-by tag
> 
> [...]

Applied to 5.11/scsi-queue, thanks!

[01/15] scsi: qla2xxx: Return EBUSY on fcport deletion
        https://git.kernel.org/mkp/scsi/c/305c16ce2632
[02/15] qla2xxx: Change post del message from debug level to log level
        https://git.kernel.org/mkp/scsi/c/c1599657d48c
[03/15] qla2xxx: limit interrupt vectors to number of cpu
        https://git.kernel.org/mkp/scsi/c/a6dcfe08487e
[04/15] qla2xxx: tear down session if FW say its down
        https://git.kernel.org/mkp/scsi/c/e4fc78f48d3f
[05/15] qla2xxx: Don't check for fw_started while posting nvme command
        https://git.kernel.org/mkp/scsi/c/0ce8ab50a6ed
[06/15] qla2xxx: Fix compilation issue in PPC systems
        https://git.kernel.org/mkp/scsi/c/aceba54ba0f9
[07/15] qla2xxx: Fix crash during driver load on big endian machines
        https://git.kernel.org/mkp/scsi/c/8de309e7299a
[08/15] qla2xxx: Fix FW initialization error on big endian machines
        https://git.kernel.org/mkp/scsi/c/8a78dd6ed1af
[09/15] qla2xxx: fix N2N and NVME connect retry failure
        https://git.kernel.org/mkp/scsi/c/07a5f69248e3
[10/15] qla2xxx: Handle aborts correctly for port undergoing deletion
        https://git.kernel.org/mkp/scsi/c/f795f96e725b
[11/15] qla2xxx: Fix flash update in 28XX adapters on big endian machines
        https://git.kernel.org/mkp/scsi/c/0bc17251dff4
[12/15] qla2xxx: Fix the call trace for flush workqueue
        https://git.kernel.org/mkp/scsi/c/0a6f4d762c6b
[13/15] qla2xxx: If fcport is undergoing deletion return IO with retry
        https://git.kernel.org/mkp/scsi/c/707531bc2626
[14/15] qla2xxx: Fix device loss on 4G and older HBAs.
        https://git.kernel.org/mkp/scsi/c/abd9cae9bbae
[15/15] qla2xxx: Update version to 10.02.00.104-k
        https://git.kernel.org/mkp/scsi/c/afc516dcfe52