linux-scsi.vger.kernel.org archive mirror
 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 00/14] Update lpfc to revision 14.4.0.11
Date: Mon, 15 Sep 2025 11:07:57 -0700	[thread overview]
Message-ID: <20250915180811.137530-1-justintee8345@gmail.com> (raw)

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


             reply	other threads:[~2025-09-15 17:39 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-15 18:07 Justin Tee [this message]
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

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=20250915180811.137530-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;
as well as URLs for NNTP newsgroup(s).