linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 00/10] Update lpfc to revision 14.4.0.12
@ 2025-11-06 22:46 Justin Tee
  2025-11-06 22:46 ` [PATCH v2 01/10] lpfc: Update various NPIV diagnostic log messaging Justin Tee
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Justin Tee @ 2025-11-06 22:46 UTC (permalink / raw)
  To: linux-scsi; +Cc: jsmart2021, justin.tee, Justin Tee

Update lpfc to revision 14.4.0.12

This patch set contains updates to log messaging, revision of outdated
comment descriptions, fixes to kref accounting, support for BB credit
recovery in point-to-point mode, and introduction of registering unique
platform name identifiers with fabrics.

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

Justin Tee (10):
  lpfc: Update various NPIV diagnostic log messaging
  lpfc: Revise discovery related function headers and comments
  lpfc: Remove redundant NULL ptr assignment in lpfc_els_free_iocb
  lpfc: Ensure unregistration of rpis for received PLOGIs
  lpfc: Fix leaked ndlp krefs when in point-to-point topology
  lpfc: Modify kref handling for Fabric Controller ndlps
  lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGI
  lpfc: Allow support for BB credit recovery in point-to-point topology
  lpfc: Add capability to register Platform Name ID to fabric
  lpfc: Update lpfc version to 14.4.0.12

 drivers/scsi/lpfc/lpfc.h           |   4 +-
 drivers/scsi/lpfc/lpfc_ct.c        |  36 +++++
 drivers/scsi/lpfc/lpfc_disc.h      |   3 +-
 drivers/scsi/lpfc/lpfc_els.c       | 249 ++++++++++++++++++++---------
 drivers/scsi/lpfc/lpfc_hbadisc.c   |   6 +-
 drivers/scsi/lpfc/lpfc_hw.h        |  25 ++-
 drivers/scsi/lpfc/lpfc_init.c      |  12 +-
 drivers/scsi/lpfc/lpfc_nportdisc.c |  21 +--
 drivers/scsi/lpfc/lpfc_sli.c       |  79 ++++++++-
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 10 files changed, 327 insertions(+), 110 deletions(-)

-- 
2.38.0


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

end of thread, other threads:[~2025-11-13  2:47 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-06 22:46 [PATCH v2 00/10] Update lpfc to revision 14.4.0.12 Justin Tee
2025-11-06 22:46 ` [PATCH v2 01/10] lpfc: Update various NPIV diagnostic log messaging Justin Tee
2025-11-06 22:46 ` [PATCH v2 02/10] lpfc: Revise discovery related function headers and comments Justin Tee
2025-11-06 22:46 ` [PATCH v2 03/10] lpfc: Remove redundant NULL ptr assignment in lpfc_els_free_iocb Justin Tee
2025-11-06 22:46 ` [PATCH v2 04/10] lpfc: Ensure unregistration of rpis for received PLOGIs Justin Tee
2025-11-06 22:46 ` [PATCH v2 05/10] lpfc: Fix leaked ndlp krefs when in point-to-point topology Justin Tee
2025-11-06 22:46 ` [PATCH v2 06/10] lpfc: Modify kref handling for Fabric Controller ndlps Justin Tee
2025-11-06 22:46 ` [PATCH v2 07/10] lpfc: Fix reusing an ndlp that is marked NLP_DROPPED during FLOGI Justin Tee
2025-11-06 22:46 ` [PATCH v2 08/10] lpfc: Allow support for BB credit recovery in point-to-point topology Justin Tee
2025-11-06 22:46 ` [PATCH v2 09/10] lpfc: Add capability to register Platform Name ID to fabric Justin Tee
2025-11-06 22:46 ` [PATCH v2 10/10] lpfc: Update lpfc version to 14.4.0.12 Justin Tee
2025-11-08 18:19 ` [PATCH v2 00/10] Update lpfc to revision 14.4.0.12 Martin K. Petersen
2025-11-13  2:46 ` 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;
as well as URLs for NNTP newsgroup(s).