]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scsi: scsi_transport_fc: Introduce encryption group in fc_rport attribute
authorSarah Catania <sarah.catania@broadcom.com>
Thu, 11 Dec 2025 00:16:57 +0000 (16:16 -0800)
committerMartin K. Petersen <martin.petersen@oracle.com>
Wed, 17 Dec 2025 02:56:48 +0000 (21:56 -0500)
commitbd2bc528691e11ea945fbac485eb84c102a521d8
treee1d5db81d1f14cdf5d5b668abaacc4daa216abb5
parent8f0b4cce4481fb22653697cced8d0d04027cb1e8
scsi: scsi_transport_fc: Introduce encryption group in fc_rport attribute

Introduce a new structure for reporting an encrypted session over an
fc_rport.  The encryption group is added as an attribute in struct
fc_rport and reports information in fc_encryption_info.  This structure
contains a status member variable, which stores a bit value indicating
an encrypted session.

Signed-off-by: Sarah Catania <sarah.catania@broadcom.com>
Signed-off-by: Justin Tee <justin.tee@broadcom.com>
Link: https://patch.msgid.link/20251211001659.138635-2-justintee8345@gmail.com
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/base/transport_class.c
drivers/scsi/scsi_transport_fc.c
include/linux/transport_class.h
include/scsi/scsi_transport_fc.h