Re: [PATCH v1] PM: sleep: Restore asynchronous device resume optimization

From: Tejun Heo
Date: Thu Feb 08 2024 - 19:20:35 EST


Hello,

On Thu, Feb 08, 2024 at 08:47:12AM +0100, Marek Szyprowski wrote:
> I've tried to get drgn running on the test target, but then I've noticed
> that it is not possible to run it on ARM 32bit target, as it requires
> PROC_KCORE support, which is 'Visible if: PROC_FS [=y] && MMU [=y] &&
> !ARM [=y]' for some reasons.

Bummer. I instrumented code on my test setup (x86) and couldn't repro usage
of the dfl_pwq, unfortuantely.

Independent of understanding what's going on with the system_unbound_wq, the
correct solution seems like using a dedicated workqueue with raised
min_active. Just posted the patchset to do that:

http://lkml.kernel.org/r/ZcVtzJvJCRV5OLM-@xxxxxxxxxxxxxxx

Thanks.

--
tejun