diff options
author | Jason A. Donenfeld <[email protected]> | 2022-06-16 15:00:51 +0200 |
---|---|---|
committer | Jason A. Donenfeld <[email protected]> | 2022-06-19 23:50:46 +0200 |
commit | c01d4d0a82b71857be7449380338bc53dde2da92 (patch) | |
tree | 36bb05511732d8e4260a1a26ccc707324c31113c /scripts/gdb/linux/rbtree.py | |
parent | 534d2eaf1970274150596fdd2bf552721e65d6b2 (diff) |
random: quiet urandom warning ratelimit suppression message
random.c ratelimits how much it warns about uninitialized urandom reads
using __ratelimit(). When the RNG is finally initialized, it prints the
number of missed messages due to ratelimiting.
It has been this way since that functionality was introduced back in
2018. Recently, cc1e127bfa95 ("random: remove ratelimiting for in-kernel
unseeded randomness") put a bit more stress on the urandom ratelimiting,
which teased out a bug in the implementation.
Specifically, when under pressure, __ratelimit() will print its own
message and reset the count back to 0, making the final message at the
end less useful. Secondly, it does so as a pr_warn(), which apparently
is undesirable for people's CI.
Fortunately, __ratelimit() has the RATELIMIT_MSG_ON_RELEASE flag exactly
for this purpose, so we set the flag.
Fixes: 4e00b339e264 ("random: rate limit unseeded randomness warnings")
Cc: [email protected]
Reported-by: Jon Hunter <[email protected]>
Reported-by: Ron Economos <[email protected]>
Tested-by: Ron Economos <[email protected]>
Signed-off-by: Jason A. Donenfeld <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/rbtree.py')
0 files changed, 0 insertions, 0 deletions