Hi Herbert, > -----Original Message----- > From: Herbert Xu [mailto:herb...@gondor.apana.org.au] > Sent: Friday, December 1, 2023 6:11 PM > To: Gonglei (Arei) <arei.gong...@huawei.com> > Cc: linux-crypto@vger.kernel.org; pa...@linux.ibm.com; m...@redhat.com; > jasow...@redhat.com; virtualizat...@lists.linux-foundation.org; > linux-ker...@vger.kernel.org; wangyangxin <wangyangx...@huawei.com>; > Gonglei (Arei) <arei.gong...@huawei.com> > Subject: Re: [PATCH] crypto: virtio-crypto: Handle dataq logic with tasklet > > Gonglei Arei <arei.gong...@huawei.com> 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: Halil Pasic <pa...@linux.ibm.com> > > Signed-off-by: wangyangxin <wangyangx...@huawei.com> > > Signed-off-by: Gonglei <arei.gong...@huawei.com> > > --- > > drivers/crypto/virtio/virtio_crypto_common.h | 2 ++ > > drivers/crypto/virtio/virtio_crypto_core.c | 23 +++++++++++++---------- > > 2 files changed, 15 insertions(+), 10 deletions(-) > > Patch applied. Thanks.
Sorry, pls apply version 2 if possible. Regards, -Gonglei > -- > Email: Herbert Xu <herb...@gondor.apana.org.au> Home Page: > http://gondor.apana.org.au/~herbert/ > PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt