[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20160712161927.7521-3-lee.jones@linaro.org>
Date: Tue, 12 Jul 2016 17:19:27 +0100
From: Lee Jones <lee.jones@...aro.org>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org
Cc: kernel@...inux.com, maxime.coquelin@...com, patrice.chotard@...com,
gregkh@...uxfoundation.org, arnd@...db.de,
peter.griffin@...aro.org, Lee Jones <lee.jones@...aro.org>
Subject: [PATCH 2/2] init/main: Trigger re-execution of deferred deferred probe()s
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@...aro.org>
Signed-off-by: Lee Jones <lee.jones@...aro.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
Powered by blists - more mailing lists