mbox series

[v2,00/13] qla2xxx driver fixes

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

Message

Nilesh Javali March 10, 2022, 9:25 a.m. UTC
Martin,

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

v2:
- Incorporate all minor review comments
- Add Fixes tag to 11/13
- Add Reviewed-by tag

Thanks,
Nilesh

Arun Easi (3):
  qla2xxx: Fix loss of NVME namespaces after driver reload test
  qla2xxx: Fix missed DMA unmap for NVME ls requests
  qla2xxx: Fix crash during module load unload test

Manish Rangankar (1):
  qla2xxx: Use correct feature type field during rffid processing

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

Quinn Tran (7):
  qla2xxx: Fix incorrect reporting of task management failure
  qla2xxx: Fix disk failure to rediscover
  qla2xxx: fix n2n inconsistent plogi
  qla2xxx: Fix hang due to session stuck
  qla2xxx: Fix laggy FC remote port session recovery
  qla2xxx: reduce false trigger to login
  qla2xxx: Fix stuck session of prli reject

Shreyas Deodhar (1):
  qla2xxx: Increase max limit of ql2xnvme_queues

 drivers/scsi/qla2xxx/qla_def.h     |  5 +++
 drivers/scsi/qla2xxx/qla_gs.c      |  5 +--
 drivers/scsi/qla2xxx/qla_init.c    | 36 ++++++++++------
 drivers/scsi/qla2xxx/qla_iocb.c    |  8 ++--
 drivers/scsi/qla2xxx/qla_isr.c     |  1 +
 drivers/scsi/qla2xxx/qla_nvme.c    | 67 +++++++++++++++++++++++-------
 drivers/scsi/qla2xxx/qla_nvme.h    |  1 -
 drivers/scsi/qla2xxx/qla_os.c      | 23 ++++++++--
 drivers/scsi/qla2xxx/qla_version.h |  4 +-
 9 files changed, 107 insertions(+), 43 deletions(-)


base-commit: ac2beb4e3bd75b0049068516b9d42201bda0ded3

Comments

Martin K. Petersen March 15, 2022, 4:29 a.m. UTC | #1
Nilesh,

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

Applied to 5.18/scsi-staging, thanks!
Martin K. Petersen March 19, 2022, 3:57 a.m. UTC | #2
On Thu, 10 Mar 2022 01:25:51 -0800, Nilesh Javali wrote:

> Martin,
> 
> Please apply the qla2xxx driver misc bug fixes to the scsi tree
> at your earliest convenience.
> 
> v2:
> - Incorporate all minor review comments
> - Add Fixes tag to 11/13
> - Add Reviewed-by tag
> 
> [...]

Applied to 5.18/scsi-queue, thanks!

[01/13] qla2xxx: Fix incorrect reporting of task management failure
        https://git.kernel.org/mkp/scsi/c/58ca5999e036
[02/13] qla2xxx: Fix disk failure to rediscover
        https://git.kernel.org/mkp/scsi/c/6a45c8e137d4
[03/13] qla2xxx: Fix loss of NVME namespaces after driver reload test
        https://git.kernel.org/mkp/scsi/c/db212f2eb3fb
[04/13] qla2xxx: Fix missed DMA unmap for NVME ls requests
        https://git.kernel.org/mkp/scsi/c/c85ab7d9e27a
[05/13] qla2xxx: Fix crash during module load unload test
        https://git.kernel.org/mkp/scsi/c/0972252450f9
[06/13] qla2xxx: fix n2n inconsistent plogi
        https://git.kernel.org/mkp/scsi/c/c13ce47c64ea
[07/13] qla2xxx: Fix hang due to session stuck
        https://git.kernel.org/mkp/scsi/c/c02aada06d19
[08/13] qla2xxx: Fix laggy FC remote port session recovery
        https://git.kernel.org/mkp/scsi/c/713b415726f1
[09/13] qla2xxx: reduce false trigger to login
        https://git.kernel.org/mkp/scsi/c/d2646eed7b19
[10/13] qla2xxx: Fix stuck session of prli reject
        https://git.kernel.org/mkp/scsi/c/f3502e2e98a9
[11/13] qla2xxx: Use correct feature type field during rffid processing
        https://git.kernel.org/mkp/scsi/c/a7e05f7a1bcb
[12/13] qla2xxx: Increase max limit of ql2xnvme_queues
        https://git.kernel.org/mkp/scsi/c/3648bcf1c137
[13/13] qla2xxx: Update version to 10.02.07.400-k
        https://git.kernel.org/mkp/scsi/c/811655d005b2