public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Update lpfc to revision 14.4.0.13
@ 2025-12-11  0:16 Justin Tee
  2025-12-11  0:16 ` [PATCH 1/3] scsi_transport_fc: Introduce encryption group in fc_rport attribute Justin Tee
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Justin Tee @ 2025-12-11  0:16 UTC (permalink / raw)
  To: linux-scsi; +Cc: jsmart2021, justin.tee

From: Justin Tee <justin.tee@broadcom.com>

Update lpfc to revision 14.4.0.13

This patch set introduces reporting encryption information for fibre
channel HBAs.

First, the scsi_transport_fc layer is updated to include a new
fc_encryption_info attribute that is added to struct fc_rport.  Supporting
sysfs and LLDD templates are provided.

Then, the lpfc driver is updated to utilize the new templates for reporting
encrypted fibre channel connections to upper layer.

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

Justin Tee (1):
  lpfc: Update lpfc version to 14.4.0.13

Sarah Catania (2):
  scsi_transport_fc: Introduce encryption group in fc_rport attribute
  lpfc: Add support for reporting encryption events

 drivers/base/transport_class.c   |  8 +++++
 drivers/scsi/lpfc/lpfc_attr.c    | 40 ++++++++++++++++++++++
 drivers/scsi/lpfc/lpfc_debugfs.c |  7 ++++
 drivers/scsi/lpfc/lpfc_disc.h    |  7 ++++
 drivers/scsi/lpfc/lpfc_els.c     | 57 ++++++++++++++++++++++++++++++++
 drivers/scsi/lpfc/lpfc_hbadisc.c |  1 +
 drivers/scsi/lpfc/lpfc_hw4.h     | 11 +++++-
 drivers/scsi/lpfc/lpfc_init.c    |  5 +++
 drivers/scsi/lpfc/lpfc_logmsg.h  |  3 +-
 drivers/scsi/lpfc/lpfc_sli4.h    |  4 +++
 drivers/scsi/lpfc/lpfc_version.h |  2 +-
 drivers/scsi/scsi_transport_fc.c | 42 +++++++++++++++++++++++
 include/linux/transport_class.h  |  1 +
 include/scsi/scsi_transport_fc.h | 12 +++++++
 14 files changed, 197 insertions(+), 3 deletions(-)

-- 
2.38.0


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

end of thread, other threads:[~2026-01-04 21:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-11  0:16 [PATCH 0/3] Update lpfc to revision 14.4.0.13 Justin Tee
2025-12-11  0:16 ` [PATCH 1/3] scsi_transport_fc: Introduce encryption group in fc_rport attribute Justin Tee
2025-12-11  0:16 ` [PATCH 2/3] lpfc: Add support for reporting encryption events Justin Tee
2025-12-11  0:16 ` [PATCH 3/3] lpfc: Update lpfc version to 14.4.0.13 Justin Tee
2025-12-17  2:59 ` [PATCH 0/3] Update lpfc to revision 14.4.0.13 Martin K. Petersen
2026-01-04 21:43 ` 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