]> git.ipfire.org Git - thirdparty/linux.git/commit
crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req
authorBibo Mao <maobibo@loongson.cn>
Tue, 13 Jan 2026 03:05:55 +0000 (11:05 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 28 Jan 2026 20:32:18 +0000 (15:32 -0500)
commita389d431053935366b88a8fbf271f1a564b9a44e
tree44cf6518154dfc5cdd372a912d3abb6da93720cb
parentaf9a17d29ce9060664f56264bcc64b976fddd2b5
crypto: virtio: Remove duplicated virtqueue_kick in virtio_crypto_skcipher_crypt_req

With function virtio_crypto_skcipher_crypt_req(), there is already
virtqueue_kick() call with spinlock held in function
__virtio_crypto_skcipher_do_req(). Remove duplicated virtqueue_kick()
function call here.

Fixes: d79b5d0bbf2e ("crypto: virtio - support crypto engine framework")
Cc: stable@vger.kernel.org
Signed-off-by: Bibo Mao <maobibo@loongson.cn>
Acked-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <20260113030556.3522533-3-maobibo@loongson.cn>
drivers/crypto/virtio/virtio_crypto_skcipher_algs.c