Skip to content

Commit

Permalink
Merge tag 'printk-for-4.18-rc3' of git://git.kernel.org/pub/scm/linux…
Browse files Browse the repository at this point in the history
…/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"
  • Loading branch information
torvalds committed Jun 28, 2018
2 parents e26aac3 + 043f891 commit 90368a3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/test_printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 90368a3

Please sign in to comment.