]> git.ipfire.org Git - thirdparty/linux.git/commit
nvme-tcp: log TLS handshake failures at error level
authorMaurizio Lombardi <mlombard@redhat.com>
Wed, 2 Jul 2025 14:06:29 +0000 (16:06 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jul 2025 11:38:07 +0000 (13:38 +0200)
commit5a58ac9bfc412a58c3cf26c6a7e54d4308e9d109
tree6205970f473b47fd27b454c99a3437c5cde6520a
parent3be8ad8caa9bf87fe887174df15be9ab08f69676
nvme-tcp: log TLS handshake failures at error level

Update the nvme_tcp_start_tls() function to use dev_err() instead of
dev_dbg() when a TLS error is detected. This ensures that handshake
failures are visible by default, aiding in debugging.

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Reviewed-by: Laurence Oberman <loberman@redhat.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/tcp.c