Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests"
authorPetr Mladek <pmladek@suse.com>
Mon, 25 Jun 2018 11:28:06 +0000 (13:28 +0200)
committerPetr Mladek <pmladek@suse.com>
Mon, 25 Jun 2018 11:44:20 +0000 (13:44 +0200)
commit043f891b70e6197bc181f3b087c2bd04c60fddd2
tree5859c56e3c65c12608e5fba4c785b787e32e1484
parentce397d215ccd07b8ae3f71db689aedb85d56ab40
Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests"

This reverts commit ee410f15b1418f2f4428e79980674c979081bcb7.

It might prevent the machine from boot. It would wait for enough
randomness at the very beginning of kernel_init(). But there is
basically nothing running in parallel that would help to produce
any randomness.

Reported-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Petr Mladek <pmladek@suse.com>
lib/test_printf.c