er...@vger.kernel.org; wangyangxin ;
> Halil Pasic
> Subject: Re: [PATCH v2] crypto: virtio-crypto: Handle dataq logic with tasklet
>
> On Wed, Dec 06, 2023 at 11:52:51AM +, Gonglei (Arei) wrote:
> > Doing ipsec produces a spinlock recursion warning.
> > This is due to
On Wed, Dec 06, 2023 at 11:52:51AM +, 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: dbaf0624ffa5 ("crypto:
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: dbaf0624ffa5 ("crypto: add virtio-crypto driver")
Reported-by: Halil Pasic
Signed-off-by: wangy