linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] Update lpfc to revision 14.4.0.11
@ 2025-09-15 18:07 Justin Tee
  2025-09-15 18:07 ` [PATCH 01/14] lpfc: Remove unused member variables in struct lpfc_hba and lpfc_vport Justin Tee
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Justin Tee @ 2025-09-15 18:07 UTC (permalink / raw)
  To: linux-scsi; +Cc: jsmart2021, justin.tee, Justin Tee

Update lpfc to revision 14.4.0.11

This patch set contains clean up of unused members in various structs, bug
fixes related to discovery and resource allocation, and updates to handling
of debugfs entries.

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

Justin Tee (14):
  lpfc: Remove unused member variables in struct lpfc_hba and lpfc_vport
  lpfc: Abort outstanding ELS WQEs regardless if rmmod is in progress
  lpfc: Clean up allocated queues when queue setup mbox commands fail
  lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in
    lpfc_cleanup
  lpfc: Decrement ndlp kref after FDISC retries exhausted
  lpfc: Check return status of lpfc_reset_flush_io_context during
    TGT_RESET
  lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point to Point
    topology
  lpfc: Define size of debugfs entry for xri rebalancing
  lpfc: Fix memory leak when nvmeio_trc debugfs entry is used
  lpfc: Use switch case statements in DIF debugfs handlers
  lpfc: Clean up extraneous phba dentries
  lpfc: Convert debugfs directory counts from atomic to unsigned int
  lpfc: Update lpfc version to 14.4.0.11
  lpfc: Copyright updates for 14.4.0.11 patches

 drivers/scsi/lpfc/lpfc.h           |  52 +--
 drivers/scsi/lpfc/lpfc_debugfs.c   | 633 ++++++++++-------------------
 drivers/scsi/lpfc/lpfc_debugfs.h   |   5 +-
 drivers/scsi/lpfc/lpfc_els.c       |  21 +-
 drivers/scsi/lpfc/lpfc_hw.h        |   3 +-
 drivers/scsi/lpfc/lpfc_init.c      |   7 -
 drivers/scsi/lpfc/lpfc_nportdisc.c |  25 +-
 drivers/scsi/lpfc/lpfc_scsi.c      |  14 +-
 drivers/scsi/lpfc/lpfc_sli.c       |  19 +-
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 10 files changed, 274 insertions(+), 507 deletions(-)

-- 
2.38.0


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

end of thread, other threads:[~2025-09-20  2:25 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-15 18:07 [PATCH 00/14] Update lpfc to revision 14.4.0.11 Justin Tee
2025-09-15 18:07 ` [PATCH 01/14] lpfc: Remove unused member variables in struct lpfc_hba and lpfc_vport Justin Tee
2025-09-15 18:07 ` [PATCH 02/14] lpfc: Abort outstanding ELS WQEs regardless if rmmod is in progress Justin Tee
2025-09-15 18:08 ` [PATCH 03/14] lpfc: Clean up allocated queues when queue setup mbox commands fail Justin Tee
2025-09-15 18:08 ` [PATCH 04/14] lpfc: Remove ndlp kref decrement clause for F_Port_Ctrl in lpfc_cleanup Justin Tee
2025-09-15 18:08 ` [PATCH 05/14] lpfc: Decrement ndlp kref after FDISC retries exhausted Justin Tee
2025-09-15 18:08 ` [PATCH 06/14] lpfc: Check return status of lpfc_reset_flush_io_context during TGT_RESET Justin Tee
2025-09-15 18:08 ` [PATCH 07/14] lpfc: Ensure PLOGI_ACC is sent prior to PRLI in Point to Point topology Justin Tee
2025-09-15 18:08 ` [PATCH 08/14] lpfc: Define size of debugfs entry for xri rebalancing Justin Tee
2025-09-15 18:08 ` [PATCH 09/14] lpfc: Fix memory leak when nvmeio_trc debugfs entry is used Justin Tee
2025-09-15 18:08 ` [PATCH 10/14] lpfc: Use switch case statements in DIF debugfs handlers Justin Tee
2025-09-15 18:08 ` [PATCH 11/14] lpfc: Clean up extraneous phba dentries Justin Tee
2025-09-15 18:08 ` [PATCH 12/14] lpfc: Convert debugfs directory counts from atomic to unsigned int Justin Tee
2025-09-15 18:08 ` [PATCH 13/14] lpfc: Update lpfc version to 14.4.0.11 Justin Tee
2025-09-15 18:08 ` [PATCH 14/14] lpfc: Copyright updates for 14.4.0.11 patches Justin Tee
2025-09-17  2:30 ` [PATCH 00/14] Update lpfc to revision 14.4.0.11 Martin K. Petersen
2025-09-20  2:24 ` 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).