lkml.org 
[lkml]   [2020]   [Mar]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4.14 065/126] [PATCH] Revert "char/random: silence a lockdep splat with printk()"
    Date
    This reverts commit 28820c5802f9f83c655ab09ccae8289103ce1490 which is
    commit 1b710b1b10eff9d46666064ea25f079f70bc67a8 upstream.

    It causes problems here just like it did in 4.19.y and odds are it will
    be reverted upstream as well.

    Reported-by: Guenter Roeck <linux@roeck-us.net>
    Cc: Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
    Cc: Qian Cai <cai@lca.pw>
    Cc: Theodore Ts'o <tytso@mit.edu>
    Cc: Sasha Levin <sashal@kernel.org>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    ---
    drivers/char/random.c | 5 ++---
    1 file changed, 2 insertions(+), 3 deletions(-)

    --- a/drivers/char/random.c
    +++ b/drivers/char/random.c
    @@ -1598,9 +1598,8 @@ static void _warn_unseeded_randomness(co
    print_once = true;
    #endif
    if (__ratelimit(&unseeded_warning))
    - printk_deferred(KERN_NOTICE "random: %s called from %pS "
    - "with crng_init=%d\n", func_name, caller,
    - crng_init);
    + pr_notice("random: %s called from %pS with crng_init=%d\n",
    + func_name, caller, crng_init);
    }

    /*

    \
     
     \ /
      Last update: 2020-03-10 14:08    [W:4.098 / U:1.364 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site