]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
nvme-auth: host: remove allocation of crypto_shash
authorEric Biggers <ebiggers@kernel.org>
Mon, 2 Mar 2026 07:59:53 +0000 (23:59 -0800)
committerKeith Busch <kbusch@kernel.org>
Fri, 27 Mar 2026 14:35:02 +0000 (07:35 -0700)
commitac9a49cf6e0c230e81de1c91b59e4ad912ee98c1
tree2d566fae80388f53de2b372c74e237af3a3a70fd
parentc4f216c2a95c16ad2cd61eeb91229103002a0f6d
nvme-auth: host: remove allocation of crypto_shash

Now that the crypto_shash that is being allocated in
nvme_auth_process_dhchap_challenge() and stored in the
struct nvme_dhchap_queue_context is no longer used, remove it.

Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Keith Busch <kbusch@kernel.org>
drivers/nvme/host/auth.c