OSDN Git Service

driver core: Set fw_devlink.strict=1 by default
authorSaravana Kannan <saravanak@google.com>
Wed, 1 Jun 2022 07:07:03 +0000 (00:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Jun 2022 13:57:54 +0000 (15:57 +0200)
commit71066545b48e4259f89481199a0bbc7c35457738
treef82cd6162675b6e2a95f4df26328a42e385ff376
parentf516d01b9df2782b9399c44fa1d21c3d09211f8a
driver core: Set fw_devlink.strict=1 by default

Now that deferred_probe_timeout is non-zero by default, fw_devlink will
never permanently block the probing of devices. It'll try its best to
probe the devices in the right order and then finally let devices probe
even if their suppliers don't have any drivers.

Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Saravana Kannan <saravanak@google.com>
Link: https://lore.kernel.org/r/20220601070707.3946847-8-saravanak@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/core.c