public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Justin Tee <justintee8345@gmail.com>
To: linux-scsi@vger.kernel.org
Cc: jsmart2021@gmail.com, justin.tee@broadcom.com,
	Justin Tee <justintee8345@gmail.com>
Subject: [PATCH 0/8] Update lpfc to revision 14.4.0.5
Date: Thu, 12 Sep 2024 16:24:39 -0700	[thread overview]
Message-ID: <20240912232447.45607-1-justintee8345@gmail.com> (raw)

Update lpfc to revision 14.4.0.5

This patch set contains bug fixes related to HBA state clean ups, FCP
discovery on older adapters, kref imbalances, log message improvements,
and support for a new diagnostic loopback testing mode.

The patches were cut against Martin's 6.12/scsi-queue tree.

Justin Tee (8):
  lpfc: Add ELS_RSP cmd to the list of WQEs to flush in
    lpfc_els_flush_cmd
  lpfc: Update phba link state conditional before sending CMF_SYNC_WQE
  lpfc: Restrict support for 32 byte CDBs to specific HBAs
  lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo handler
  lpfc: Ensure DA_ID handling completion before deleting an NPIV
    instance
  lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to
    KERN_WARNING
  lpfc: Support loopback tests with VMID enabled
  lpfc: Update lpfc version to 14.4.0.5

 drivers/scsi/lpfc/lpfc_bsg.c     |   3 +
 drivers/scsi/lpfc/lpfc_ct.c      |  22 ++++--
 drivers/scsi/lpfc/lpfc_disc.h    |   7 ++
 drivers/scsi/lpfc/lpfc_els.c     | 132 +++++++++++++++----------------
 drivers/scsi/lpfc/lpfc_hbadisc.c |  10 +--
 drivers/scsi/lpfc/lpfc_hw.h      |  21 +++++
 drivers/scsi/lpfc/lpfc_hw4.h     |   3 +
 drivers/scsi/lpfc/lpfc_init.c    |  32 ++++++--
 drivers/scsi/lpfc/lpfc_scsi.c    |   2 +-
 drivers/scsi/lpfc/lpfc_sli.c     |  48 +++++++++--
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 drivers/scsi/lpfc/lpfc_vport.c   |  43 ++++++++--
 12 files changed, 226 insertions(+), 99 deletions(-)

-- 
2.38.0


             reply	other threads:[~2024-09-12 23:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 23:24 Justin Tee [this message]
2024-09-12 23:24 ` [PATCH 1/8] lpfc: Add ELS_RSP cmd to the list of WQEs to flush in lpfc_els_flush_cmd Justin Tee
2024-09-12 23:24 ` [PATCH 2/8] lpfc: Update phba link state conditional before sending CMF_SYNC_WQE Justin Tee
2024-09-12 23:24 ` [PATCH 3/8] lpfc: Restrict support for 32 byte CDBs to specific HBAs Justin Tee
2024-09-12 23:24 ` [PATCH 4/8] lpfc: Fix kref imbalance on fabric ndlps from dev_loss_tmo handler Justin Tee
2024-09-12 23:24 ` [PATCH 5/8] lpfc: Ensure DA_ID handling completion before deleting an NPIV instance Justin Tee
2024-09-12 23:24 ` [PATCH 6/8] lpfc: Revise TRACE_EVENT log flag severities from KERN_ERR to KERN_WARNING Justin Tee
2024-09-12 23:24 ` [PATCH 7/8] lpfc: Support loopback tests with VMID enabled Justin Tee
2024-09-12 23:24 ` [PATCH 8/8] lpfc: Update lpfc version to 14.4.0.5 Justin Tee
2024-09-13  1:22 ` [PATCH 0/8] Update lpfc to revision 14.4.0.5 Martin K. Petersen
2024-09-19 15:52 ` 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=20240912232447.45607-1-justintee8345@gmail.com \
    --to=justintee8345@gmail.com \
    --cc=jsmart2021@gmail.com \
    --cc=justin.tee@broadcom.com \
    --cc=linux-scsi@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox