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