Re: [PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
From: Allen <hidden>
Date: 2024-02-07 19:02:51
Also in:
dm-devel, lkml
From: Allen <hidden>
Date: 2024-02-07 19:02:51
Also in:
dm-devel, lkml
Tejun,
quoted
On Mon, Feb 05, 2024 at 12:50:28PM -0800, Allen wrote:quoted
Thank you. I am basing my work on the branch you have pushed.(or-6.9-bh-conversions) https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git/log/?h=for-6.9-bh-conversions In the order of priority, I have started converting drivers/media/*, drivers/dma/* followed by drivers/net/* which constitutes the majority. Putting my plan out here so that the work is not duplicated. I will write back in a day and share the branch for review.That's great. Thanks.
I have the first set of conversions ready. Kindly review the patchset before I post it to the list. These convert drivers/dma/* to use the new Atomic WQ mechanism. Based on https://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git for-6.9-bh-conversions 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. Thanks, - Allen