Re: [RFC PATCH v1 0/9] deferred_probe_timeout logic clean up

From: Sebastian Andrzej Siewior
Date: Mon May 30 2022 - 04:49:19 EST


On 2022-05-26 01:15:39 [-0700], Saravana Kannan wrote:
> Yoshihiro/Geert,
Hi Saravana,

> If you can test this patch series and confirm that the NFS root case
> works, I'd really appreciate that.

The two patches you sent earlier, plus this series, plus

diff --git a/drivers/base/core.c b/drivers/base/core.c
index 7ff7fbb006431..829d9b1f7403f 100644
--- a/drivers/base/core.c
+++ b/drivers/base/core.c
@@ -1697,8 +1697,6 @@ static int fw_devlink_may_probe(struct device *dev, void *data)
*/
void __init fw_devlink_unblock_may_probe(void)
{
- struct device_link *link, *ln;
-
if (!fw_devlink_flags || fw_devlink_is_permissive())
return;

and it compiles + boots without a delay.

Sebastian