Re: [PATCH v2] module: Add support for default value for module async_probe

From: Luis Chamberlain
Date: Fri Jul 01 2022 - 17:54:25 EST


On Fri, Jun 03, 2022 at 06:01:00PM -0700, Saravana Kannan wrote:
> Add a module.async_probe kernel command line option that allows enabling
> async probing for all modules. When this command line option is used,
> there might still be some modules for which we want to explicitly force
> synchronous probing, so extend <modulename>.async_probe to take an
> optional bool input so that async probing can be disabled for a specific
> module.
>
> Signed-off-by: Saravana Kannan <saravanak@xxxxxxxxxx>
> ---

Queued up thanks!

Luis