You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nvmet-tcp: select CONFIG_TLS from CONFIG_NVME_TARGET_TCP_TLS
JIRA: https://issues.redhat.com/browse/RHEL-95382
Ensure that TLS support is enabled in the kernel when
CONFIG_NVME_TARGET_TCP_TLS is enabled. Without this the code compiles,
but does not actually work unless something else enables CONFIG_TLS.
Fixes: 675b453 ("nvmet-tcp: enable TLS handshake upcall")
Signed-off-by: Alistair Francis <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Reviewed-by: Chaitanya Kulkarni <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
(cherry picked from commit ac38b7e)
Signed-off-by: Maurizio Lombardi <[email protected]>
0 commit comments