Skip to content

Commit 264690e

Browse files
nvme-tcp: select CONFIG_TLS from CONFIG_NVME_TCP_TLS
JIRA: https://issues.redhat.com/browse/RHEL-96225 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 <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Reviewed-by: Hannes Reinecke <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> (cherry picked from commit 5219879) Signed-off-by: Maurizio Lombardi <[email protected]>
1 parent c992e92 commit 264690e

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)