From: Linus Torvalds Date: Sun, 30 Oct 2022 01:33:03 +0000 (-0700) Subject: Merge tag 'random-6.1-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Tag: v6.1-rc5~80 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=882ad2a2a8ffa1defecdf907052f04da2737dc46;p=platform%2Fkernel%2Flinux-starfive.git Merge tag 'random-6.1-rc3-for-linus' of git://git./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() --- 882ad2a2a8ffa1defecdf907052f04da2737dc46