Re: [PATCH 1/2] PM: runtime: Fix I/O hang due to race between resume and runtime disable
From: Bart Van Assche
Date: Wed Nov 26 2025 - 10:34:19 EST
On 11/26/25 4:36 AM, Rafael J. Wysocki wrote:
Well, the code as is now schedules an async resume of the device and
then waits for it to complete. It would be more straightforward to
resume the device synchronously IMV.
That would increase the depth of the call stack significantly. I'm not
sure that's safe in this context.
Thanks,
Bart.