On Fri, Nov 13, 2020 at 7:24 PM Andre Przywara <[email protected]> wrote:
> From: Ard Biesheuvel <[email protected]> > > 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 <[email protected]> > Cc: Russell King <[email protected]> > Signed-off-by: Ard Biesheuvel <[email protected]> > [Andre: rework to be initialised by the SMCCC firmware driver] > Signed-off-by: Andre Przywara <[email protected]> Excellent idea, Reviewed-by: Linus Walleij <[email protected]> Yours, Linus Walleij

