public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Update lpfc to revision 14.4.0.4
@ 2024-07-26 23:15 Justin Tee
  2024-07-26 23:15 ` [PATCH 1/8] lpfc: Change diagnostic log flag during receipt of unknown ELS cmds Justin Tee
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Justin Tee @ 2024-07-26 23:15 UTC (permalink / raw)
  To: linux-scsi; +Cc: jsmart2021, justin.tee, Justin Tee

Update lpfc to revision 14.4.0.4

This patch set contains diagnostic logging improvements, a minor clean up
when submitting abort requests, a bug fix related to reset and errata
paths, and modifications to FLOGI and PRLO ELS command handling.

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

Justin Tee (8):
  lpfc: Change diagnostic log flag during receipt of unknown ELS cmds
  lpfc: Remove redundant vport assignment when building an abort request
  lpfc: Validate hdwq pointers before dereferencing in reset/errata
    paths
  lpfc: Fix unintentional double clearing of vmid_flag
  lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached
    topology
  lpfc: Update PRLO handling in direct attached topology
  lpfc: Update lpfc version to 14.4.0.4
  lpfc: Copyright updates for 14.4.0.4 patches

 drivers/scsi/lpfc/lpfc.h           | 12 +++--
 drivers/scsi/lpfc/lpfc_els.c       | 79 ++++++++++++++++++------------
 drivers/scsi/lpfc/lpfc_hbadisc.c   | 14 ++++--
 drivers/scsi/lpfc/lpfc_nportdisc.c | 22 ++++++++-
 drivers/scsi/lpfc/lpfc_scsi.c      | 13 ++++-
 drivers/scsi/lpfc/lpfc_sli.c       | 13 ++++-
 drivers/scsi/lpfc/lpfc_version.h   |  2 +-
 drivers/scsi/lpfc/lpfc_vmid.c      |  3 +-
 8 files changed, 112 insertions(+), 46 deletions(-)

-- 
2.38.0


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

end of thread, other threads:[~2024-08-05 21:18 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-26 23:15 [PATCH 0/8] Update lpfc to revision 14.4.0.4 Justin Tee
2024-07-26 23:15 ` [PATCH 1/8] lpfc: Change diagnostic log flag during receipt of unknown ELS cmds Justin Tee
2024-07-26 23:15 ` [PATCH 2/8] lpfc: Remove redundant vport assignment when building an abort request Justin Tee
2024-07-26 23:15 ` [PATCH 3/8] lpfc: Validate hdwq pointers before dereferencing in reset/errata paths Justin Tee
2024-07-26 23:15 ` [PATCH 4/8] lpfc: Fix unintentional double clearing of vmid_flag Justin Tee
2024-07-26 23:15 ` [PATCH 5/8] lpfc: Fix unsolicited FLOGI kref imbalance when in direct attached topology Justin Tee
2024-07-26 23:15 ` [PATCH 6/8] lpfc: Update PRLO handling " Justin Tee
2024-07-26 23:15 ` [PATCH 7/8] lpfc: Update lpfc version to 14.4.0.4 Justin Tee
2024-07-26 23:15 ` [PATCH 8/8] lpfc: Copyright updates for 14.4.0.4 patches Justin Tee
2024-08-03  1:50 ` [PATCH 0/8] Update lpfc to revision 14.4.0.4 Martin K. Petersen
2024-08-05 21:17 ` 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