Re: [PATCH] random: inform about bootloader-provided randomness

2019-10-15 Thread Hsin-Yi Wang
On Tue, Oct 15, 2019 at 8:40 AM Will Deacon wrote: > > On Sat, Oct 05, 2019 at 01:36:32PM +0200, Dominik Brodowski wrote: > > Inform how many bits of randomness were provided by the bootloader, > > and whether we trust that input. > > > > Signed-off-by: Dominik Brodowski > > Cc: Ard Biesheuvel

Re: [PATCH] random: inform about bootloader-provided randomness

2019-10-14 Thread Will Deacon
On Sat, Oct 05, 2019 at 01:36:32PM +0200, Dominik Brodowski wrote: > Inform how many bits of randomness were provided by the bootloader, > and whether we trust that input. > > Signed-off-by: Dominik Brodowski > Cc: Ard Biesheuvel > Cc: Hsin-Yi Wang > Cc: Stephen Boyd > Cc: Rob Herring > Cc:

[PATCH] random: inform about bootloader-provided randomness

2019-10-05 Thread Dominik Brodowski
Inform how many bits of randomness were provided by the bootloader, and whether we trust that input. Signed-off-by: Dominik Brodowski Cc: Ard Biesheuvel Cc: Hsin-Yi Wang Cc: Stephen Boyd Cc: Rob Herring Cc: Theodore Ts'o Cc: Will Deacon diff --git a/drivers/char/random.c