Re: [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users

From: Allen
Date: Thu Feb 08 2024 - 14:07:35 EST


On Thu, Feb 8, 2024 at 8:56 AM Tejun Heo <tj@xxxxxxxxxx> wrote:
>
> On Wed, Feb 07, 2024 at 11:02:37AM -0800, Allen wrote:
> > https://github.com/allenpais/for-6.9-bh-conversions
> >
> > I am holding on to the patch that converts drivers/media/*, as I haven't found
> > a right way to replace tasklet_[disable/enable] api's. The rest should be ready
> > in a day or two.
>
> Yeah, we'll need to add something to workqueue to support that. As for the
> rest, looking at the code, I think tasklet_kill() should be converted to
> cancel_work_sync(), not flush_work().
>

Ah, Thanks for pointing that out. I will update it and get that fixed.

Thanks for the review.

--
- Allen