mbox series

[00/11] lpfc: Update lpfc to revision 12.8.0.10

Message ID 20210514195559.119853-1-jsmart2021@gmail.com
Headers show
Series lpfc: Update lpfc to revision 12.8.0.10 | expand

Message

James Smart May 14, 2021, 7:55 p.m. UTC
Update lpfc to revision 12.8.0.10

This patch set contains fixes, a new abort behavior, and an RDF
enhancment.

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


James Smart (11):
  lpfc: Fix unreleased RPIs when NPIV ports are created
  lpfc: Fix non-optimized ERSP handling
  lpfc: Fix "Unexpected timeout" error in direct attach topology
  lpfc: Add ndlp kref accounting for resume rpi path
  lpfc: Fix Node recovery when driver is handling simultaneous PLOGIs
  lpfc: Fix node handling for Fabric Controller and Domain Controller
  lpfc: Ignore GID-FT response that may be received after a link flip
  lpfc: Fix crash when lpfc_sli4_hba_setup fails to initialize the SGLs
  lpfc: Add a option to enable interlocked ABTS before job completion
  lpfc: Reregister FPIN types if receive ELS_RDF from fabric controller
  lpfc: Update lpfc version to 12.8.0.10

 drivers/scsi/lpfc/lpfc.h           |   2 +
 drivers/scsi/lpfc/lpfc_attr.c      |  11 ++
 drivers/scsi/lpfc/lpfc_crtn.h      |   1 +
 drivers/scsi/lpfc/lpfc_ct.c        |  43 ++++-
 drivers/scsi/lpfc/lpfc_debugfs.c   |  11 +-
 drivers/scsi/lpfc/lpfc_disc.h      |   1 +
 drivers/scsi/lpfc/lpfc_els.c       | 299 +++++++++++++++++++++++++++--
 drivers/scsi/lpfc/lpfc_hbadisc.c   |  81 +++++++-
 drivers/scsi/lpfc/lpfc_init.c      |   7 -
 drivers/scsi/lpfc/lpfc_mbox.c      |   3 +-
 drivers/scsi/lpfc/lpfc_nportdisc.c |  40 +++-
 drivers/scsi/lpfc/lpfc_nvme.c      |  14 +-
 drivers/scsi/lpfc/lpfc_scsi.c      |  45 ++++-
 drivers/scsi/lpfc/lpfc_sli.c       |  39 +++-
 drivers/scsi/lpfc/lpfc_sli.h       |   3 +-
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 16 files changed, 529 insertions(+), 73 deletions(-)

Comments

Martin K. Petersen May 22, 2021, 3:23 a.m. UTC | #1
James,

> Update lpfc to revision 12.8.0.10


Applied to 5.14/scsi-staging, thanks!

-- 
Martin K. Petersen	Oracle Linux Engineering
Martin K. Petersen May 26, 2021, 4:07 a.m. UTC | #2
On Fri, 14 May 2021 12:55:48 -0700, James Smart wrote:

> Update lpfc to revision 12.8.0.10

> 

> This patch set contains fixes, a new abort behavior, and an RDF

> enhancment.

> 

> The patches were cut against Martin's 5.14/scsi-queue tree

> 

> [...]


Applied to 5.14/scsi-queue, thanks!

[01/11] lpfc: Fix unreleased RPIs when NPIV ports are created
        https://git.kernel.org/mkp/scsi/c/01131e7aae5d
[02/11] lpfc: Fix non-optimized ERSP handling
        https://git.kernel.org/mkp/scsi/c/fa21189db9ab
[03/11] lpfc: Fix "Unexpected timeout" error in direct attach topology
        https://git.kernel.org/mkp/scsi/c/e30d55137ede
[04/11] lpfc: Add ndlp kref accounting for resume rpi path
        https://git.kernel.org/mkp/scsi/c/1037e4b4f81d
[05/11] lpfc: Fix Node recovery when driver is handling simultaneous PLOGIs
        https://git.kernel.org/mkp/scsi/c/4012baeab6ca
[06/11] lpfc: Fix node handling for Fabric Controller and Domain Controller
        https://git.kernel.org/mkp/scsi/c/fe83e3b9b422
[07/11] lpfc: Ignore GID-FT response that may be received after a link flip
        https://git.kernel.org/mkp/scsi/c/04c1d9c50ae3
[08/11] lpfc: Fix crash when lpfc_sli4_hba_setup fails to initialize the SGLs
        https://git.kernel.org/mkp/scsi/c/5aa615d195f1
[09/11] lpfc: Add a option to enable interlocked ABTS before job completion
        https://git.kernel.org/mkp/scsi/c/3e49af9393c6
[10/11] lpfc: Reregister FPIN types if receive ELS_RDF from fabric controller
        https://git.kernel.org/mkp/scsi/c/8eced807077d
[11/11] lpfc: Update lpfc version to 12.8.0.10
        https://git.kernel.org/mkp/scsi/c/e5e0280db792

-- 
Martin K. Petersen	Oracle Linux Engineering