public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Update lpfc to revision 14.4.0.5
@ 2024-09-12 23:24 Justin Tee
  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
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Justin Tee @ 2024-09-12 23:24 UTC (permalink / raw)
  To: linux-scsi; +Cc: jsmart2021, justin.tee, Justin Tee

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


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2024-09-19 15:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-12 23:24 [PATCH 0/8] Update lpfc to revision 14.4.0.5 Justin Tee
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox