mbox series

[0/9] lpfc: Update lpfc to revision 12.8.0.5

Message ID 20201020202719.54726-1-james.smart@broadcom.com
Headers show
Series lpfc: Update lpfc to revision 12.8.0.5 | expand

Message

James Smart Oct. 20, 2020, 8:27 p.m. UTC
Update lpfc to revision 12.8.0.5

Patches include several small fixes and the addition of a FDMI
registration for vendor MIB data.

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


James Smart (9):
  lpfc: fix invalid sleeping context in lpfc_sli4_nvmet_alloc
  lpfc: fix scheduling call while in softirq context in lpfc_unreg_rpi
  lpfc: Re-fix use after free in lpfc_rq_buf_free()
  lpfc: Removed unused macros in lpfc_attr.c.
  lpfc: Fix duplicate wq_create_version check
  lpfc: Enlarge max_sectors in scsi templates
  lpfc: Add FDMI Vendor MIB support
  lpfc: Reject CT request for MIB commands
  lpfc: Update lpfc version to 12.8.0.5

 drivers/scsi/lpfc/lpfc.h         |   6 +-
 drivers/scsi/lpfc/lpfc_attr.c    |  14 +-
 drivers/scsi/lpfc/lpfc_bsg.c     |  21 +-
 drivers/scsi/lpfc/lpfc_ct.c      | 371 +++++++++++++++++++++++++++++--
 drivers/scsi/lpfc/lpfc_disc.h    |   2 +
 drivers/scsi/lpfc/lpfc_els.c     |   6 +
 drivers/scsi/lpfc/lpfc_hbadisc.c |  41 +++-
 drivers/scsi/lpfc/lpfc_hw.h      |   7 +-
 drivers/scsi/lpfc/lpfc_hw4.h     |  10 +-
 drivers/scsi/lpfc/lpfc_init.c    |  66 ++++--
 drivers/scsi/lpfc/lpfc_mem.c     |  11 +-
 drivers/scsi/lpfc/lpfc_nvme.c    |  18 +-
 drivers/scsi/lpfc/lpfc_scsi.c    |   4 +-
 drivers/scsi/lpfc/lpfc_sli.c     |  80 +++++--
 drivers/scsi/lpfc/lpfc_sli4.h    |  14 +-
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 16 files changed, 563 insertions(+), 110 deletions(-)

Comments

Martin K. Petersen Oct. 27, 2020, 1:43 a.m. UTC | #1
James,

> Update lpfc to revision 12.8.0.5
>
> Patches include several small fixes and the addition of a FDMI
> registration for vendor MIB data.

Applied to 5.11/scsi-staging, thanks!
Martin K. Petersen Nov. 11, 2020, 2:59 a.m. UTC | #2
On Tue, 20 Oct 2020 13:27:10 -0700, James Smart wrote:

> Update lpfc to revision 12.8.0.5

> 

> Patches include several small fixes and the addition of a FDMI

> registration for vendor MIB data.

> 

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

> 

> [...]


Applied to 5.11/scsi-queue, thanks!

[1/9] scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()
      https://git.kernel.org/mkp/scsi/c/62e3a931db60
[2/9] scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpi
      https://git.kernel.org/mkp/scsi/c/e7dab164a9aa
[3/9] scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()
      https://git.kernel.org/mkp/scsi/c/e5785d3ec32f
[4/9] scsi: lpfc: Removed unused macros in lpfc_attr.c
      https://git.kernel.org/mkp/scsi/c/7cbef585a12a
[5/9] scsi: lpfc: Fix duplicate wq_create_version check
      https://git.kernel.org/mkp/scsi/c/f5201f87ccaf
[6/9] scsi: lpfc: Enlarge max_sectors in scsi host templates
      https://git.kernel.org/mkp/scsi/c/7c30bb62ed5d
[7/9] scsi: lpfc: Add FDMI Vendor MIB support
      https://git.kernel.org/mkp/scsi/c/8aaa7bcf07a2
[8/9] scsi: lpfc: Reject CT request for MIB commands
      https://git.kernel.org/mkp/scsi/c/b67b59443282
[9/9] scsi: lpfc: Update lpfc version to 12.8.0.5
      https://git.kernel.org/mkp/scsi/c/56ae4919f9ed

-- 
Martin K. Petersen	Oracle Linux Engineering