public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Update lpfc to revision 14.4.0.2
@ 2024-04-29 22:15 Justin Tee
  2024-04-29 22:15 ` [PATCH 1/8] lpfc: Change default logging level for unsolicited CT MIB commands Justin Tee
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Justin Tee @ 2024-04-29 22:15 UTC (permalink / raw)
  To: linux-scsi; +Cc: jsmart2021, justin.tee, Justin Tee

Update lpfc to revision 14.4.0.2

This patch set contains updates to log messaging, a bug fix related to
unloading of the driver, clean up patches regarding the abuse of a global
spinlock, and support for 32 byte CDBs.

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

Justin Tee (8):
  lpfc: Change default logging level for unsolicited CT MIB commands
  lpfc: Update logging of protection type for T10 DIF I/O
  lpfc: Clear deferred RSCN processing flag when driver is unloading
  lpfc: Introduce rrq_list_lock to protect active_rrq_list
  lpfc: Change lpfc_hba hba_flag member into a bitmask
  lpfc: Add support for 32 byte CDBs
  lpfc: Update lpfc version to 14.4.0.2
  lpfc: Copyright updates for 14.4.0.2 patches

 drivers/scsi/lpfc/lpfc.h           |  62 ++++----
 drivers/scsi/lpfc/lpfc_attr.c      |  31 ++--
 drivers/scsi/lpfc/lpfc_bsg.c       |   3 +-
 drivers/scsi/lpfc/lpfc_ct.c        |  24 ++--
 drivers/scsi/lpfc/lpfc_els.c       |  43 +++---
 drivers/scsi/lpfc/lpfc_hbadisc.c   | 133 ++++++++----------
 drivers/scsi/lpfc/lpfc_hw4.h       |   8 ++
 drivers/scsi/lpfc/lpfc_init.c      | 119 +++++++---------
 drivers/scsi/lpfc/lpfc_nportdisc.c |  63 +++++----
 drivers/scsi/lpfc/lpfc_nvme.c      |  27 ++--
 drivers/scsi/lpfc/lpfc_nvmet.c     |   9 +-
 drivers/scsi/lpfc/lpfc_scsi.c      |  71 ++++++----
 drivers/scsi/lpfc/lpfc_scsi.h      |  32 +++--
 drivers/scsi/lpfc/lpfc_sli.c       | 218 +++++++++++++----------------
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 15 files changed, 432 insertions(+), 413 deletions(-)

-- 
2.38.0


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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-29 22:15 [PATCH 0/8] Update lpfc to revision 14.4.0.2 Justin Tee
2024-04-29 22:15 ` [PATCH 1/8] lpfc: Change default logging level for unsolicited CT MIB commands Justin Tee
2024-04-29 22:15 ` [PATCH 2/8] lpfc: Update logging of protection type for T10 DIF I/O Justin Tee
2024-04-29 22:15 ` [PATCH 3/8] lpfc: Clear deferred RSCN processing flag when driver is unloading Justin Tee
2024-04-29 22:15 ` [PATCH 4/8] lpfc: Introduce rrq_list_lock to protect active_rrq_list Justin Tee
2024-04-29 22:15 ` [PATCH 5/8] lpfc: Change lpfc_hba hba_flag member into a bitmask Justin Tee
2024-04-29 22:15 ` [PATCH 6/8] lpfc: Add support for 32 byte CDBs Justin Tee
2024-04-29 22:15 ` [PATCH 7/8] lpfc: Update lpfc version to 14.4.0.2 Justin Tee
2024-04-29 22:15 ` [PATCH 8/8] lpfc: Copyright updates for 14.4.0.2 patches Justin Tee
2024-05-07  1:58 ` [PATCH 0/8] Update lpfc to revision 14.4.0.2 Martin K. Petersen
2024-05-11 18:39 ` 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