[PATCH 00/20] lpfc: Update lpfc to revision 11.2.0.10

jsmart2021 at gmail.com jsmart2021 at gmail.com
Sat Mar 4 09:30:20 PST 2017


From: James Smart <jsmart2021 at gmail.com>

This set of patches are mainly cleanups and fixes to the large
nvme post that was recently integrated. It includes a patch to
break the mandate for both NVME and SCSI subystems.

James Smart (20):
  scsi: lpfc: remove redundant assignment of sgel
  scsi: lpfc: sanity check hrq is null before dereferencing it
  scsi: lpfc: don't dereference dma_buf->iocbq before null check
  scsi: lpfc: fix missing spin_unlock on sql_list_lock
  lpfc: Fix crash during Hardware error recovery on SLI3 adapters
  lpfc: Fix RCTL value on NVME LS request and response
  lpfc: Fix NVME CMD IU byte swapped word 1 problem
  lpfc: Fix IO submission if WQ is full
  lpfc: Fix nvme allocation bug on failed nvme_fc_register_localport
  lpfc: add NVME exchange aborts
  lpfc: Fix eh_deadline setting for sli3 adapters.
  lpfc: add transport eh_timed_out reference
  lpfc: Rework lpfc Kconfig for NVME options
  lpfc: Rename LPFC_MAX_EQ_DELAY to LPFC_MAX_EQ_DELAY_EQID_CNT
  lpfc: correct double print
  lpfc: remove dead sli3 nvme code
  lpfc: correct rdp diag portnames
  lpfc: code cleanups in NVME initiator base
  lpfc: code cleanups in NVME initiator discovery
  lpfc: revise version number to 11.2.0.10

 drivers/scsi/Kconfig             |  19 +++++--
 drivers/scsi/lpfc/lpfc.h         |   4 +-
 drivers/scsi/lpfc/lpfc_attr.c    |   9 +++-
 drivers/scsi/lpfc/lpfc_crtn.h    |   4 +-
 drivers/scsi/lpfc/lpfc_ct.c      |   2 +-
 drivers/scsi/lpfc/lpfc_debugfs.c |  22 --------
 drivers/scsi/lpfc/lpfc_els.c     |  22 +++++---
 drivers/scsi/lpfc/lpfc_hbadisc.c |  19 ++++---
 drivers/scsi/lpfc/lpfc_hw4.h     |   4 +-
 drivers/scsi/lpfc/lpfc_init.c    |  80 ++++++++++++++++++++++++-----
 drivers/scsi/lpfc/lpfc_mem.c     |   2 +-
 drivers/scsi/lpfc/lpfc_nvme.c    | 107 ++++++++++++++++++++++++++++++---------
 drivers/scsi/lpfc/lpfc_nvme.h    |   1 +
 drivers/scsi/lpfc/lpfc_nvmet.c   |  43 +++++++++++++---
 drivers/scsi/lpfc/lpfc_scsi.c    |   4 +-
 drivers/scsi/lpfc/lpfc_sli.c     |  68 +++++++++++++++++++++----
 drivers/scsi/lpfc/lpfc_sli4.h    |   6 +++
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 18 files changed, 312 insertions(+), 106 deletions(-)

-- 
2.5.0




More information about the Linux-nvme mailing list