mbox series

[00/14] lpfc: Update lpfc to revision 12.8.0.2

Message ID 20200630215001.70793-1-jsmart2021@gmail.com (mailing list archive)
Headers show
Series lpfc: Update lpfc to revision 12.8.0.2 | expand

Message

James Smart June 30, 2020, 9:49 p.m. UTC
Update lpfc to revision 12.8.0.2

Patch set contains fixes as a couple of small additions, and two larger
additions - blk_io_poll support and a different log message facility.

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

James Smart (14):
  lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_test
  lpfc: Fix missing MDS functionality
  lpfc: Fix first-burst driver implementation.
  lpfc: Fix NVME rport deregister and registration during ADISC
  lpfc: Fix oops due to overrun when reading SLI3 data
  lpfc: Fix stack trace seen while setting rrq active
  lpfc: Fix shost refcount mismatch when deleting vport
  lpfc: Fix kdump hang on PPC
  lpfc: Fix language in 0373 message to reflect non-error message
  lpfc: Allow applications to issue Common Set Features mailbox command
  lpfc: Add support to display if adapter dumps are available
  lpfc: Add blk_io_poll support for latency improvment
  lpfc: Add an internal trace log buffer
  lpfc: Update lpfc version to 12.8.0.2

 drivers/scsi/lpfc/lpfc.h           |  15 +
 drivers/scsi/lpfc/lpfc_bsg.c       |  35 +-
 drivers/scsi/lpfc/lpfc_bsg.h       |  14 +
 drivers/scsi/lpfc/lpfc_crtn.h      |   6 +-
 drivers/scsi/lpfc/lpfc_ct.c        |  16 +-
 drivers/scsi/lpfc/lpfc_disc.h      |   1 +
 drivers/scsi/lpfc/lpfc_els.c       | 135 +++---
 drivers/scsi/lpfc/lpfc_hbadisc.c   | 220 +++++-----
 drivers/scsi/lpfc/lpfc_hw4.h       |   5 +-
 drivers/scsi/lpfc/lpfc_init.c      | 667 ++++++++++++++++++-----------
 drivers/scsi/lpfc/lpfc_logmsg.h    |  24 +-
 drivers/scsi/lpfc/lpfc_mem.c       |   3 +-
 drivers/scsi/lpfc/lpfc_nportdisc.c |  83 ++--
 drivers/scsi/lpfc/lpfc_nvme.c      |  67 ++-
 drivers/scsi/lpfc/lpfc_nvmet.c     |  96 ++---
 drivers/scsi/lpfc/lpfc_scsi.c      | 421 +++++++++++++++---
 drivers/scsi/lpfc/lpfc_scsi.h      |  24 ++
 drivers/scsi/lpfc/lpfc_sli.c       | 587 ++++++++++++++++---------
 drivers/scsi/lpfc/lpfc_sli.h       |   1 +
 drivers/scsi/lpfc/lpfc_sli4.h      |  18 +
 drivers/scsi/lpfc/lpfc_version.h   |   2 +-
 drivers/scsi/lpfc/lpfc_vport.c     |  86 ++--
 22 files changed, 1636 insertions(+), 890 deletions(-)

Comments

Martin K. Petersen July 3, 2020, 4:03 a.m. UTC | #1
On Tue, 30 Jun 2020 14:49:47 -0700, James Smart wrote:

> Update lpfc to revision 12.8.0.2
> 
> Patch set contains fixes as a couple of small additions, and two larger
> additions - blk_io_poll support and a different log message facility.
> 
> The patches were cut against Martin's 5.9/scsi-queue tree
> 
> [...]

Applied to 5.9/scsi-queue, thanks!

[01/14] scsi: lpfc: Fix unused assignment in lpfc_sli4_bsg_link_diag_test
        https://git.kernel.org/mkp/scsi/c/e5fcb81d40d4
[02/14] scsi: lpfc: Fix missing MDS functionality
        https://git.kernel.org/mkp/scsi/c/c93764a65b4b
[04/14] scsi: lpfc: Fix NVMe rport deregister and registration during ADISC
        https://git.kernel.org/mkp/scsi/c/9806c984d43a
[05/14] scsi: lpfc: Fix oops due to overrun when reading SLI3 data
        https://git.kernel.org/mkp/scsi/c/d91e3abb682b
[06/14] scsi: lpfc: Fix stack trace seen while setting rrq active
        https://git.kernel.org/mkp/scsi/c/9dace1fa91ca
[07/14] scsi: lpfc: Fix shost refcount mismatch when deleting vport
        https://git.kernel.org/mkp/scsi/c/03dbfe0668e6
[08/14] scsi: lpfc: Fix kdump hang on PPC
        https://git.kernel.org/mkp/scsi/c/86ee57a97a17
[09/14] scsi: lpfc: Fix language in 0373 message to reflect non-error message
        https://git.kernel.org/mkp/scsi/c/28ed7374401b
[10/14] scsi: lpfc: Allow applications to issue Common Set Features mailbox command
        https://git.kernel.org/mkp/scsi/c/45bc44270f0c
[11/14] scsi: lpfc: Add support to display if adapter dumps are available
        https://git.kernel.org/mkp/scsi/c/f0020e428af7
[12/14] scsi: lpfc: Add blk_io_poll support for latency improvment
        https://git.kernel.org/mkp/scsi/c/317aeb83c92b
[13/14] scsi: lpfc: Add an internal trace log buffer
        https://git.kernel.org/mkp/scsi/c/372c187b8a70
[14/14] scsi: lpfc: Update lpfc version to 12.8.0.2
        https://git.kernel.org/mkp/scsi/c/3fed58b94e3d