On 2025/12/9 下午12:32, Jason Wang wrote:
On Tue, Dec 9, 2025 at 12:31 PM Jason Wang <[email protected]> wrote:
On Tue, Dec 9, 2025 at 10:00 AM Bibo Mao <[email protected]> wrote:
With function virtio_crypto_skcipher_crypt_req(), there is already
virtqueue_kick() call with spinlock held in funtion
A typo should be "function".
Good catch, will correct this.
__virtio_crypto_skcipher_do_req(). Remove duplicated virtqueue_kick()
function call here.
Signed-off-by: Bibo Mao <[email protected]>
Acked-by: Jason Wang <[email protected]>
Btw.
I think this probably deserved a stable tag as well as the
virtqueue_kick is not synchronized here?
sure, will do in next version.
Regards
Bibo Mao
Thanks
Thanks