All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] lpfc: Update lpfc to revision 12.8.0.5
@ 2020-10-20 20:27 James Smart
  2020-10-20 20:27 ` [PATCH 1/9] lpfc: fix invalid sleeping context in lpfc_sli4_nvmet_alloc James Smart
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: James Smart @ 2020-10-20 20:27 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

[-- Attachment #1: Type: text/plain, Size: 1447 bytes --]

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(-)

-- 
2.26.2


[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/pkcs7-signature, Size: 4163 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-11-11  2:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-20 20:27 [PATCH 0/9] lpfc: Update lpfc to revision 12.8.0.5 James Smart
2020-10-20 20:27 ` [PATCH 1/9] lpfc: fix invalid sleeping context in lpfc_sli4_nvmet_alloc James Smart
2020-10-20 20:27 ` [PATCH 2/9] lpfc: fix scheduling call while in softirq context in lpfc_unreg_rpi James Smart
2020-10-20 20:27 ` [PATCH 3/9] lpfc: Re-fix use after free in lpfc_rq_buf_free() James Smart
2020-10-20 20:27 ` [PATCH 4/9] lpfc: Removed unused macros in lpfc_attr.c James Smart
2020-10-20 20:27 ` [PATCH 5/9] lpfc: Fix duplicate wq_create_version check James Smart
2020-10-20 20:27 ` [PATCH 6/9] lpfc: Enlarge max_sectors in scsi templates James Smart
2020-10-20 20:27 ` [PATCH 7/9] lpfc: Add FDMI Vendor MIB support James Smart
2020-10-20 20:27 ` [PATCH 8/9] lpfc: Reject CT request for MIB commands James Smart
2020-10-20 20:27 ` [PATCH 9/9] lpfc: Update lpfc version to 12.8.0.5 James Smart
2020-10-27  1:43 ` [PATCH 0/9] lpfc: Update lpfc to revision 12.8.0.5 Martin K. Petersen
2020-11-11  2:59 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.