(I posted a little too quickly) This patch set updates the lpfc driver to revision 11.2.0.4 v2: - patch 10 revised for checkpatch warning - comment before wmb() - note: checkpatch also caught patch 5 for a sizeof warning. But it's actually correct. The resulting text is flagged due to the odd way the transport defines were done. The patches were cut against 12/17 scsi.git tree, misc branch -- james James Smart (11): Clear the VendorVersion in the PLOGI/PLOGI ACC payload Correct error in setting OS Driver Version with FW Deprecate lpfc_soft_wwn parameter Correct issue leading to opps during link reset Correct host name in symbolic_name field FCoE VPort enable-disable does not bring up the VPort Fix Xlane dynamic LUN set for LUN priority. Deprecate lpfc_prot_sg_seg_cnt parameter Correct oops on vport port resets Add missing memory barrier lpfc version change to 11.2.0.4 drivers/scsi/lpfc/lpfc.h | 5 - drivers/scsi/lpfc/lpfc_attr.c | 266 +++++---------------------------------- drivers/scsi/lpfc/lpfc_crtn.h | 7 +- drivers/scsi/lpfc/lpfc_els.c | 6 + drivers/scsi/lpfc/lpfc_hw.h | 6 + drivers/scsi/lpfc/lpfc_init.c | 16 +-- drivers/scsi/lpfc/lpfc_scsi.c | 18 ++- drivers/scsi/lpfc/lpfc_sli.c | 13 +- drivers/scsi/lpfc/lpfc_version.h | 2 +- drivers/scsi/lpfc/lpfc_vport.c | 8 ++ 10 files changed, 81 insertions(+), 266 deletions(-) -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html