]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8d35e3111da8563759c3b8498af29a206251e0d0
tree5859c56e3c65c12608e5fba4c785b787e32e1484
parent2358d48a6db92cb022eb848a0943363a742d51a5
Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests"

This reverts commit 33a4111431683e4f432805ecd4e06cfd6b7c9aa8.

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