public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: Justin Tee <justintee8345@gmail.com>
To: linux-scsi@vger.kernel.org
Cc: jsmart2021@gmail.com, justin.tee@broadcom.com
Subject: [PATCH 0/3] Update lpfc to revision 14.4.0.13
Date: Wed, 10 Dec 2025 16:16:56 -0800	[thread overview]
Message-ID: <20251211001659.138635-1-justintee8345@gmail.com> (raw)

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


             reply	other threads:[~2025-12-10 23:44 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-11  0:16 Justin Tee [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20251211001659.138635-1-justintee8345@gmail.com \
    --to=justintee8345@gmail.com \
    --cc=jsmart2021@gmail.com \
    --cc=justin.tee@broadcom.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox