RE: Re: [PATCH] crypto: virtio-crypto: call finalize with bh disabled

2023-09-27 Thread Gonglei (Arei) via Virtualization
Wang > ; virtualization@lists.linux-foundation.org; > linux-ker...@vger.kernel.org; Cornelia Huck > Subject: Re: Re: [PATCH] crypto: virtio-crypto: call finalize with bh disabled > > Hi Michael & Lei, > > I volunteer to fix this by workqueue. > Thanks, patches are alwa

Re: Re: [PATCH] crypto: virtio-crypto: call finalize with bh disabled

2023-09-27 Thread zhenwei pi via Virtualization
Hi Michael & Lei, I volunteer to fix this by workqueue. I also notice that device drivers use workqueue to handle config-changed again and again, what about re-implement __virtio_config_changed() by kicking workqueue instead? By the way, balloon dirvers uses