Skip to content

Commit 5c2e748

Browse files
nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS
JIRA: https://issues.redhat.com/browse/RHEL-95382 Ensure that TLS support is enabled in the kernel when CONFIG_NVME_TCP_TLS is enabled. Without this the code compiles, but does not actually work unless something else enables CONFIG_TLS. Fixes: be8e82c ("nvme-tcp: enable TLS handshake upcall") Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Christoph Hellwig <hch@lst.de> (cherry picked from commit 5219879) Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
1 parent 92baa6a commit 5c2e748

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/nvme/host/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ config NVME_TCP_TLS
9797
depends on NVME_TCP
9898
select NET_HANDSHAKE
9999
select KEYS
100+
select TLS
100101
help
101102
Enables TLS encryption for NVMe TCP using the netlink handshake API.
102103

0 commit comments

Comments
 (0)