zat...@lists.linux-foundation.org;
> linux-ker...@vger.kernel.org; wangyangxin ;
> Gonglei (Arei)
> Subject: Re: [PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet
>
> Gonglei Arei wrote:
> > Doing ipsec produces a spinlock recursion warning.
> > This is due to crypto
dation.org; linux-ker...@vger.kernel.org;
> wangyangxin
> Subject: Re: [PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet
>
> On Mon, Nov 20, 2023 at 11:49:45AM +, Gonglei (Arei) wrote:
> > Doing ipsec produces a spinlock recursion warning.
> > This is due to crypto_fina
On Mon, Nov 20, 2023 at 11:49:45AM +, Gonglei (Arei) wrote:
> Doing ipsec produces a spinlock recursion warning.
> This is due to crypto_finalize_request() being called in the upper half.
> Move virtual data queue processing of virtio-crypto driver to tasklet.
>
> Fixes: dbaf0624ffa57 ("crypto
Gonglei Arei wrote:
> Doing ipsec produces a spinlock recursion warning.
> This is due to crypto_finalize_request() being called in the upper half.
> Move virtual data queue processing of virtio-crypto driver to tasklet.
>
> Fixes: dbaf0624ffa57 ("crypto: add virtio-crypto driver")
> Reported-by: