Halil Pasic
2023-Sep-24 17:39 UTC
virtcrypto_dataq_callback calls crypto_finalize_request() from irq context
On Sun, 24 Sep 2023 11:56:25 +0000 "Gonglei (Arei)" <arei.gonglei at huawei.com> wrote:> Hi Halil, > > Commit 4058cf08945 introduced a check for detecting crypto completion function > called with enable BH, and indeed the virtio-crypto driver didn't disable BH, which needs > a patch to fix it. > > P.S.: https://lore.kernel.org/lkml/20220221120833.2618733-5-clabbe at baylibre.com/T/ > > Regards, > -GongleiThanks Gonglei! Thanks! I would be glad to test that fix on s390x. Are you about to send one? Regards, Halil
Michael S. Tsirkin
2023-Nov-01 13:25 UTC
virtcrypto_dataq_callback calls crypto_finalize_request() from irq context
On Sun, Sep 24, 2023 at 07:39:41PM +0200, Halil Pasic wrote:> On Sun, 24 Sep 2023 11:56:25 +0000 > "Gonglei (Arei)" <arei.gonglei at huawei.com> wrote: > > > Hi Halil, > > > > Commit 4058cf08945 introduced a check for detecting crypto completion function > > called with enable BH, and indeed the virtio-crypto driver didn't disable BH, which needs > > a patch to fix it. > > > > P.S.: https://lore.kernel.org/lkml/20220221120833.2618733-5-clabbe at baylibre.com/T/ > > > > Regards, > > -Gonglei > > Thanks Gonglei! > > Thanks! I would be glad to test that fix on s390x. Are you about to send > one? > > Regards, > HalilGonglei did you intend to send a fix?