linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] lpfc: Update lpfc to revision 14.2.0.6
@ 2022-08-19  1:17 James Smart
  2022-08-19  1:17 ` [PATCH 1/7] lpfc: Fix unsolicited FLOGI receive handling during PT2PT discovery James Smart
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: James Smart @ 2022-08-19  1:17 UTC (permalink / raw)
  To: linux-scsi; +Cc: James Smart

Update lpfc to revision 14.2.0.6

This patch set contains fixes and removal of dead code.

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

James Smart (7):
  lpfc: Fix unsolicited FLOGI receive handling during PT2PT discovery
  lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID
  lpfc: Rework MIB Rx Monitor debug info logic
  lpfc: Add warning notification period to CMF_SYNC_WQE
  lpfc: Remove SANDiags related code
  lpfc: Update lpfc version to 14.2.0.6
  lpfc: Copyright updates for 14.2.0.6 patches

 drivers/scsi/lpfc/lpfc.h         |  27 +--
 drivers/scsi/lpfc/lpfc_attr.c    | 344 +------------------------------
 drivers/scsi/lpfc/lpfc_crtn.h    |   8 +
 drivers/scsi/lpfc/lpfc_ct.c      |   7 +-
 drivers/scsi/lpfc/lpfc_debugfs.c |  59 +-----
 drivers/scsi/lpfc/lpfc_debugfs.h |   4 +-
 drivers/scsi/lpfc/lpfc_disc.h    |   3 +-
 drivers/scsi/lpfc/lpfc_hbadisc.c |  18 --
 drivers/scsi/lpfc/lpfc_hw4.h     |   4 +
 drivers/scsi/lpfc/lpfc_init.c    |  83 +++-----
 drivers/scsi/lpfc/lpfc_mem.c     |  11 +-
 drivers/scsi/lpfc/lpfc_scsi.c    |  59 ------
 drivers/scsi/lpfc/lpfc_scsi.h    |   6 +-
 drivers/scsi/lpfc/lpfc_sli.c     | 196 +++++++++++++++++-
 drivers/scsi/lpfc/lpfc_version.h |   2 +-
 drivers/scsi/lpfc/lpfc_vport.c   |  71 -------
 drivers/scsi/lpfc/lpfc_vport.h   |   6 +-
 17 files changed, 263 insertions(+), 645 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2022-09-01  5:13 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-19  1:17 [PATCH 0/7] lpfc: Update lpfc to revision 14.2.0.6 James Smart
2022-08-19  1:17 ` [PATCH 1/7] lpfc: Fix unsolicited FLOGI receive handling during PT2PT discovery James Smart
2022-08-19  1:17 ` [PATCH 2/7] lpfc: Fix null ndlp ptr dereference in abnormal exit path for GFT_ID James Smart
2022-08-19  1:17 ` [PATCH 3/7] lpfc: Rework MIB Rx Monitor debug info logic James Smart
2022-08-19  1:17 ` [PATCH 4/7] lpfc: Add warning notification period to CMF_SYNC_WQE James Smart
2022-08-19  1:17 ` [PATCH 5/7] lpfc: Remove SANDiags related code James Smart
2022-08-19  1:17 ` [PATCH 6/7] lpfc: Update lpfc version to 14.2.0.6 James Smart
2022-08-19  1:17 ` [PATCH 7/7] lpfc: Copyright updates for 14.2.0.6 patches James Smart
2022-08-23  3:51 ` [PATCH 0/7] lpfc: Update lpfc to revision 14.2.0.6 Martin K. Petersen
2022-09-01  5:12 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).