Re: [PATCH 3/5] driver core: async device shutdown infrastructure

From: Randy Dunlap

Date: Tue Jun 16 2026 - 13:53:37 EST




On 6/16/26 8:22 AM, David Jeffery wrote:
> + core.async_shutdown=
> + [KNL]
> + Format: <bool>
> + Enable or disable asynchronous shutdown support. When
> + enabled, on system shutdown unrelated devices flagged
> + as async shutdown compatible may be shut down in
> + parallel and asynchronously. When disabled, device
> + shutdown is performed in a serially and synchronously.

performed serially and synchronously.

> + Enabled by default.

--
~Randy