All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nilesh Javali <njavali@marvell.com>
To: <martin.petersen@oracle.com>
Cc: <linux-scsi@vger.kernel.org>, <GR-QLogic-Storage-Upstream@marvell.com>
Subject: [PATCH 00/11] Misc EDiF bug fixes
Date: Mon, 6 Jun 2022 21:46:16 -0700	[thread overview]
Message-ID: <20220607044627.19563-1-njavali@marvell.com> (raw)

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
-- 
2.19.0.rc0


             reply	other threads:[~2022-06-07  4:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07  4:46 Nilesh Javali [this message]
2022-06-07  4:46 ` [PATCH 01/11] qla2xxx: edif: Reduce Initiator-Initiator thrashing Nilesh Javali
2022-06-07  4:46 ` [PATCH 02/11] qla2xxx: edif: bsg refactor Nilesh Javali
2022-06-07  4:46 ` [PATCH 03/11] qla2xxx: edif: wait for app to ack on sess down Nilesh Javali
2022-06-07  4:46 ` [PATCH 04/11] qla2xxx: edif: add bsg interface to read doorbell events Nilesh Javali
2022-06-07  4:46 ` [PATCH 05/11] qla2xxx: edif: Fix potential stuck session in sa update Nilesh Javali
2022-06-07  4:46 ` [PATCH 06/11] qla2xxx: edif: Synchronize NPIV deletion with authentication application Nilesh Javali
2022-06-07  4:46 ` [PATCH 07/11] qla2xxx: edif: add retry for els pass through Nilesh Javali
2022-06-07  4:46 ` [PATCH 08/11] qla2xxx: edif: remove old doorbell interface Nilesh Javali
2022-06-07  4:46 ` [PATCH 09/11] qla2xxx: edif: fix n2n discovery issue with secure target Nilesh Javali
2022-06-07  4:46 ` [PATCH 10/11] qla2xxx: edif: fix n2n login retry for secure device Nilesh Javali
2022-06-07  4:46 ` [PATCH 11/11] qla2xxx: Update version to 10.02.07.500-k Nilesh Javali
2022-06-08  1:51 ` [PATCH 00/11] Misc EDiF bug fixes Martin K. Petersen
2022-06-10 17:45 ` Martin K. Petersen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220607044627.19563-1-njavali@marvell.com \
    --to=njavali@marvell.com \
    --cc=GR-QLogic-Storage-Upstream@marvell.com \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.