On Mon, May 30, 2022 at 1:49 AM Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx> wrote: > > 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. Thanks for testing! I missed your reply until now and I ended up sending out a v2 a few days back. That's a much better series IMO because it only temporarily ignores dependencies and only when NFS root mounting might not work. If you can test that too (and it shouldn't have the useless variable), I'd appreciate it. -Saravana