From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] init/main: Trigger re-execution of deferred deferred probe()s
Date: Tue, 12 Jul 2016 17:19:27 +0100 [thread overview]
Message-ID: <20160712161927.7521-3-lee.jones@linaro.org> (raw)
In-Reply-To: <20160712161927.7521-1-lee.jones@linaro.org>
Some devices require files from rootfs.
Ensure they are given a chance to re-probe() now that the rootfs is mounted.
Tested-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
---
init/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/init/main.c b/init/main.c
index 4c17fda..0b905a1 100644
--- a/init/main.c
+++ b/init/main.c
@@ -1035,6 +1035,7 @@ static noinline void __init kernel_init_freeable(void)
* and default modules
*/
+ deferred_probe_trigger();
integrity_load_keys();
load_default_modules();
}
--
2.9.0
prev parent reply other threads:[~2016-07-12 16:19 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-12 16:19 [PATCH 0/2] core: Ensure drivers are given a chance to re-probe() late-on Lee Jones
2016-07-12 16:19 ` [PATCH 1/2] driver-core: Add externally callable function to trigger deferred probes Lee Jones
2016-07-12 16:19 ` Lee Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160712161927.7521-3-lee.jones@linaro.org \
--to=lee.jones@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).