On Fri, Nov 13, 2020 at 7:24 PM Andre Przywara <andre.przyw...@arm.com> wrote:
> From: Ard Biesheuvel <a...@kernel.org> > > Implement arch_get_random_seed_*() for ARM based on the firmware > or hypervisor provided entropy source described in ARM DEN0098. > > This will make the kernel's random number generator consume entropy > provided by this interface, at early boot, and periodically at > runtime when reseeding. > > Cc: Linus Walleij <linus.wall...@linaro.org> > Cc: Russell King <li...@armlinux.org.uk> > Signed-off-by: Ard Biesheuvel <a...@kernel.org> > [Andre: rework to be initialised by the SMCCC firmware driver] > Signed-off-by: Andre Przywara <andre.przyw...@arm.com> Excellent idea, Reviewed-by: Linus Walleij <linus.wall...@linaro.org> Yours, Linus Walleij