diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-29 18:33:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2022-10-29 18:33:03 -0700 |
commit | 882ad2a2a8ffa1defecdf907052f04da2737dc46 (patch) | |
tree | 36de7e94aea004cbad949d655e229ed99dddc764 /tools/testing/radix-tree/linux.c | |
parent | 83633ed70c50d3a8470c7e40732efa165dcc2dc7 (diff) | |
parent | f5e4ec155d145002fd9840868453d785fab86d42 (diff) |
Merge tag 'random-6.1-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
Pull random number generator fix from Jason Donenfeld:
"One fix from Jean-Philippe Brucker, addressing a regression in which
early boot code on ARM64 would use the non-_early variant of the
arch_get_random family of functions, resulting in the architectural
random number generator appearing unavailable during that early phase
of boot.
The fix simply changes arch_get_random*() to arch_get_random*_early().
This distinction between these two functions is a bit of an old wart
I'm not a fan of, and for 6.2 I'll see if I can make obsolete the
_early variant, so that one function does the right thing in all
contexts without overhead"
* tag 'random-6.1-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random:
random: use arch_get_random*_early() in random_init()
Diffstat (limited to 'tools/testing/radix-tree/linux.c')
0 files changed, 0 insertions, 0 deletions