]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
random: fix soft lockup when trying to read from an uninitialized blocking pool
authorTheodore Ts'o <tytso@mit.edu>
Wed, 22 May 2019 16:02:16 +0000 (12:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 26 May 2019 04:11:49 +0000 (00:11 -0400)
commit58be0106c5306b939b07b4b8bf00669a20593f4b
treed606e36cf1ad7fc39da0a980db7d718f3730b875
parentb7d5dc21072cda7124d13eae2aefb7343ef94197
random: fix soft lockup when trying to read from an uninitialized blocking pool

Fixes: eb9d1bf079bb: "random: only read from /dev/random after its pool has received 128 bits"
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
drivers/char/random.c