Update lpfc to revision 12.8.0.1 Patch set contains several small fixes, code cleanups, a change to default number of hdwqs at init, and a sync of devloss with the nvme-fc transport. The patches were cut against Martin's 5.8/scsi-queue tree James Smart (9): lpfc: Synchronize NVME transport and lpfc driver devloss_tmo lpfc: Maintain atomic consistency of queue_claimed flag lpfc: Remove re-binding of nvme rport during registration lpfc: Fix negation of else clause in lpfc_prep_node_fc4type lpfc: Change default queue allocation for reduced memory consumption lpfc: Remove unnecessary lockdep_assert_held calls lpfc: Fix noderef and address space warnings lpfc: Fix MDS Diagnostic Enablement definition lpfc: Update lpfc version to 12.8.0.1 drivers/scsi/lpfc/lpfc.h | 23 +++++-- drivers/scsi/lpfc/lpfc_attr.c | 106 ++++++++++++++++++++++++------- drivers/scsi/lpfc/lpfc_ct.c | 1 - drivers/scsi/lpfc/lpfc_debugfs.c | 3 +- drivers/scsi/lpfc/lpfc_hbadisc.c | 8 +-- drivers/scsi/lpfc/lpfc_hw4.h | 2 +- drivers/scsi/lpfc/lpfc_init.c | 82 ++++++++++-------------- drivers/scsi/lpfc/lpfc_mbox.c | 3 +- drivers/scsi/lpfc/lpfc_nvme.c | 33 +--------- drivers/scsi/lpfc/lpfc_sli.c | 45 ++++++------- drivers/scsi/lpfc/lpfc_sli4.h | 2 +- drivers/scsi/lpfc/lpfc_version.h | 2 +- 12 files changed, 168 insertions(+), 142 deletions(-) -- 2.26.1