On Thu, Dec 18, 2025 at 11:49 AM Bibo Mao maobibo@loongson.cn wrote:
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
Thanks