aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2018-06-28 12:45:34 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2018-06-28 12:45:34 -0700
commit90368a37fbbe76056db2b703c08903939a2a18dc (patch)
tree19d2b8697bdfeb8644eb7c874a93b8a249876f0b
parente26aac3caeadc476b96a1f384715e96b4a607342 (diff)
parent043f891b70e6197bc181f3b087c2bd04c60fddd2 (diff)
downloadstaging-90368a37fbbe76056db2b703c08903939a2a18dc.tar.gz
Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Pull printk fix from Petr Mladek: "Revert a commit that went in by mistake. I already have a better fix in the queue for 4.19" * tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk: Revert "lib/test_printf.c: call wait_for_random_bytes() before plain %p tests"
-rw-r--r--lib/test_printf.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/test_printf.c b/lib/test_printf.c
index b2aa8f5148449d..cea592f402ed02 100644
--- a/lib/test_printf.c
+++ b/lib/test_printf.c
@@ -260,13 +260,6 @@ plain(void)
{
int err;
- /*
- * Make sure crng is ready. Otherwise we get "(ptrval)" instead
- * of a hashed address when printing '%p' in plain_hash() and
- * plain_format().
- */
- wait_for_random_bytes();
-
err = plain_hash();
if (err) {
pr_warn("plain 'p' does not appear to be hashed\n");