mbox series

[00/11] Misc EDiF bug fixes

Message ID 20220607044627.19563-1-njavali@marvell.com
Headers show
Series Misc EDiF bug fixes | expand

Message

Nilesh Javali June 7, 2022, 4:46 a.m. UTC
Martin,

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

Thanks,
Nilesh

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

Quinn Tran (10):
  qla2xxx: edif: Reduce Initiator-Initiator thrashing
  qla2xxx: edif: bsg refactor
  qla2xxx: edif: wait for app to ack on sess down
  qla2xxx: edif: add bsg interface to read doorbell events
  qla2xxx: edif: Fix potential stuck session in sa update
  qla2xxx: edif: Synchronize NPIV deletion with authentication
    application
  qla2xxx: edif: add retry for els pass through
  qla2xxx: edif: remove old doorbell interface
  qla2xxx: edif: fix n2n discovery issue with secure target
  qla2xxx: edif: fix n2n login retry for secure device

 drivers/scsi/qla2xxx/qla_attr.c     |   2 -
 drivers/scsi/qla2xxx/qla_dbg.h      |   2 +-
 drivers/scsi/qla2xxx/qla_def.h      |   4 +-
 drivers/scsi/qla2xxx/qla_edif.c     | 523 ++++++++++++++++++----------
 drivers/scsi/qla2xxx/qla_edif.h     |   3 +-
 drivers/scsi/qla2xxx/qla_edif_bsg.h | 106 ++++--
 drivers/scsi/qla2xxx/qla_gbl.h      |   4 +-
 drivers/scsi/qla2xxx/qla_gs.c       | 118 +++++--
 drivers/scsi/qla2xxx/qla_init.c     |  11 +-
 drivers/scsi/qla2xxx/qla_iocb.c     |   2 +-
 drivers/scsi/qla2xxx/qla_mid.c      |   6 +-
 drivers/scsi/qla2xxx/qla_os.c       |   2 +-
 drivers/scsi/qla2xxx/qla_target.c   |  35 +-
 drivers/scsi/qla2xxx/qla_version.h  |   4 +-
 14 files changed, 536 insertions(+), 286 deletions(-)


base-commit: f9f0a46141e2e39bedb4779c88380d1b5f018c14

Comments

Martin K. Petersen June 8, 2022, 1:51 a.m. UTC | #1
Nilesh,

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

Applied to Applied to 5.20/scsi-staging, thanks!
Martin K. Petersen June 10, 2022, 5:45 p.m. UTC | #2
On Mon, 6 Jun 2022 21:46:16 -0700, Nilesh Javali wrote:

> Martin,
> 
> Please apply the qla2xxx driver misc EDiF bug fixes to the scsi tree
> at your earliest convenience.
> 
> Thanks,
> Nilesh
> 
> [...]

Applied to 5.20/scsi-queue, thanks!

[01/11] qla2xxx: edif: Reduce Initiator-Initiator thrashing
        https://git.kernel.org/mkp/scsi/c/9c40c36e75ff
[02/11] qla2xxx: edif: bsg refactor
        https://git.kernel.org/mkp/scsi/c/7a7b0b4865d3
[03/11] qla2xxx: edif: wait for app to ack on sess down
        https://git.kernel.org/mkp/scsi/c/df648afa39da
[04/11] qla2xxx: edif: add bsg interface to read doorbell events
        https://git.kernel.org/mkp/scsi/c/5ecd241bd7b1
[05/11] qla2xxx: edif: Fix potential stuck session in sa update
        https://git.kernel.org/mkp/scsi/c/e0fb8ce2bb9e
[06/11] qla2xxx: edif: Synchronize NPIV deletion with authentication application
        https://git.kernel.org/mkp/scsi/c/cf79716e6636
[07/11] qla2xxx: edif: add retry for els pass through
        https://git.kernel.org/mkp/scsi/c/0b3f3143d473
[08/11] qla2xxx: edif: remove old doorbell interface
        https://git.kernel.org/mkp/scsi/c/1040e5f75ddf
[09/11] qla2xxx: edif: fix n2n discovery issue with secure target
        https://git.kernel.org/mkp/scsi/c/789d54a41786
[10/11] qla2xxx: edif: fix n2n login retry for secure device
        https://git.kernel.org/mkp/scsi/c/aec55325ddec
[11/11] qla2xxx: Update version to 10.02.07.500-k
        https://git.kernel.org/mkp/scsi/c/4dc48a107a14