All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] Update lpfc to revision 14.4.0.3
@ 2024-06-28 17:20 Justin Tee
  2024-06-28 17:20 ` [PATCH 1/8] lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactive Justin Tee
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Justin Tee @ 2024-06-28 17:20 UTC (permalink / raw)
  To: linux-scsi; +Cc: jsmart2021, justin.tee, Justin Tee

Update lpfc to revision 14.4.0.3

This patch set contains bug fixes related to discovery, submission of
mailbox commands, and proper endianness conversions.

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

Justin Tee (8):
  lpfc: Cancel ELS WQE instead of issuing abort when SLI port is
    inactive
  lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE
    state
  lpfc: Relax PRLI issue conditions after GID_FT response
  lpfc: Fix handling of fully recovered fabric node in dev_loss callbk
  lpfc: Handle mailbox timeouts in lpfc_get_sfp_info
  lpfc: Fix incorrect request len mbox field when setting trunking via
    sysfs
  lpfc: Revise lpfc_prep_embed_io routine with proper endian macro
    usages
  lpfc: Update lpfc version to 14.4.0.3

 drivers/scsi/lpfc/lpfc_attr.c    |  5 +++-
 drivers/scsi/lpfc/lpfc_ct.c      | 16 +++---------
 drivers/scsi/lpfc/lpfc_els.c     | 19 ++++++++------
 drivers/scsi/lpfc/lpfc_hbadisc.c | 10 +++++++-
 drivers/scsi/lpfc/lpfc_sli.c     | 43 ++++++++++++++++----------------
 drivers/scsi/lpfc/lpfc_version.h |  2 +-
 6 files changed, 51 insertions(+), 44 deletions(-)

-- 
2.38.0


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

end of thread, other threads:[~2024-07-11  3:09 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-28 17:20 [PATCH 0/8] Update lpfc to revision 14.4.0.3 Justin Tee
2024-06-28 17:20 ` [PATCH 1/8] lpfc: Cancel ELS WQE instead of issuing abort when SLI port is inactive Justin Tee
2024-06-28 17:20 ` [PATCH 2/8] lpfc: Allow DEVICE_RECOVERY mode after RSCN receipt if in PRLI_ISSUE state Justin Tee
2024-06-28 17:20 ` [PATCH 3/8] lpfc: Relax PRLI issue conditions after GID_FT response Justin Tee
2024-06-28 17:20 ` [PATCH 4/8] lpfc: Fix handling of fully recovered fabric node in dev_loss callbk Justin Tee
2024-06-28 17:20 ` [PATCH 5/8] lpfc: Handle mailbox timeouts in lpfc_get_sfp_info Justin Tee
2024-06-28 17:20 ` [PATCH 6/8] lpfc: Fix incorrect request len mbox field when setting trunking via sysfs Justin Tee
2024-06-28 17:20 ` [PATCH 7/8] lpfc: Revise lpfc_prep_embed_io routine with proper endian macro usages Justin Tee
2024-06-28 17:20 ` [PATCH 8/8] lpfc: Update lpfc version to 14.4.0.3 Justin Tee
2024-07-05  3:26 ` [PATCH 0/8] Update lpfc to revision 14.4.0.3 Martin K. Petersen
2024-07-11  3:08 ` 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.