]> git.dujemihanovic.xyz Git - linux.git/commit
nvmet-auth: replace pr_debug() with pr_err() to report an error.
authorMaurizio Lombardi <mlombard@redhat.com>
Wed, 10 Apr 2024 09:48:42 +0000 (11:48 +0200)
committerKeith Busch <kbusch@kernel.org>
Wed, 1 May 2024 09:58:42 +0000 (02:58 -0700)
commit445f9119e70368ccc964575c2a6d3176966a9d65
tree33b497187363effe51fbc50d195b49dfc86b3ae3
parent46b8f9f74f6d500871985e22eb19560b21f3bc81
nvmet-auth: replace pr_debug() with pr_err() to report an error.

In nvmet_auth_host_hash(), if a mismatch is detected in the hash length
the kernel should print an error.

Signed-off-by: Maurizio Lombardi <mlombard@redhat.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/target/auth.c