mbox series

[v2,00/11] qla2xxx misc. bug fixes

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

Message

Nilesh Javali July 10, 2024, 5:10 p.m. UTC
Martin,

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

v2:
- Fix smatch warn, val_is_in_range() warn: always true condition '(val <= 4294967295) => (0-u32max <= u32max)'
- Fix smatch warn, qla24xx_get_flash_version() warn: missing error code? 'ret'

Thanks,
Nilesh

Manish Rangankar (1):
  qla2xxx: During vport delete send async logout explicitly

Nilesh Javali (2):
  qla2xxx: validate nvme_local_port correctly
  qla2xxx: Update version to 10.02.09.300-k

Quinn Tran (4):
  qla2xxx: unable to act on RSCN for port online
  qla2xxx: Fix flash read failure
  qla2xxx: Reduce fabric scan duplicate code
  qla2xxx: Use QP lock to search for bsg

Saurav Kashyap (1):
  qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds

Shreyas Deodhar (3):
  qla2xxx: Fix for possible memory corruption
  qla2xxx: complete command early within lock
  qla2xxx: Fix optrom version displayed in FDMI

 drivers/scsi/qla2xxx/qla_bsg.c     |  98 +++---
 drivers/scsi/qla2xxx/qla_def.h     |  17 +-
 drivers/scsi/qla2xxx/qla_gbl.h     |   6 +-
 drivers/scsi/qla2xxx/qla_gs.c      | 467 +++++++++++++----------------
 drivers/scsi/qla2xxx/qla_init.c    |  92 ++++--
 drivers/scsi/qla2xxx/qla_inline.h  |   8 +
 drivers/scsi/qla2xxx/qla_mid.c     |   2 +-
 drivers/scsi/qla2xxx/qla_nvme.c    |   5 +-
 drivers/scsi/qla2xxx/qla_os.c      |  19 +-
 drivers/scsi/qla2xxx/qla_sup.c     | 108 +++++--
 drivers/scsi/qla2xxx/qla_version.h |   4 +-
 11 files changed, 452 insertions(+), 374 deletions(-)


base-commit: e8a1d87b7983b461d1d625e2973cdaadc0bd8ff5

Comments

Martin K. Petersen July 11, 2024, 2:46 a.m. UTC | #1
Nilesh,

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

Applied to 6.11/scsi-staging, thanks!
Martin K. Petersen July 16, 2024, 2:29 a.m. UTC | #2
On Wed, 10 Jul 2024 22:40:46 +0530, Nilesh Javali wrote:

> Martin,
> 
> Please apply the qla2xxx driver miscellaneous bug fixes
> to the scsi tree at your earliest convenience.
> 
> v2:
> - Fix smatch warn, val_is_in_range() warn: always true condition '(val <= 4294967295) => (0-u32max <= u32max)'
> - Fix smatch warn, qla24xx_get_flash_version() warn: missing error code? 'ret'
> 
> [...]

Applied to 6.11/scsi-queue, thanks!

[01/11] qla2xxx: unable to act on RSCN for port online
        https://git.kernel.org/mkp/scsi/c/c3d98b12eef8
[02/11] qla2xxx: validate nvme_local_port correctly
        https://git.kernel.org/mkp/scsi/c/eb1d4ce26095
[03/11] qla2xxx: Fix for possible memory corruption
        https://git.kernel.org/mkp/scsi/c/c03d740152f7
[04/11] qla2xxx: Return ENOBUFS if sg_cnt is more than one for ELS cmds
        https://git.kernel.org/mkp/scsi/c/ce2065c4cc4f
[05/11] qla2xxx: Fix flash read failure
        https://git.kernel.org/mkp/scsi/c/29e222085d89
[06/11] qla2xxx: complete command early within lock
        https://git.kernel.org/mkp/scsi/c/4475afa2646d
[07/11] qla2xxx: During vport delete send async logout explicitly
        https://git.kernel.org/mkp/scsi/c/76f480d7c717
[08/11] qla2xxx: Fix optrom version displayed in FDMI
        https://git.kernel.org/mkp/scsi/c/348744f27a35
[09/11] qla2xxx: Reduce fabric scan duplicate code
        https://git.kernel.org/mkp/scsi/c/beafd6924614
[10/11] qla2xxx: Use QP lock to search for bsg
        https://git.kernel.org/mkp/scsi/c/c449b4198701
[11/11] qla2xxx: Update version to 10.02.09.300-k
        https://git.kernel.org/mkp/scsi/c/a1392b19ca59