Re: [PATCH 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node

2019-12-25 Thread Sughosh Ganu
On Wed, 25 Dec 2019 at 13:57, Heinrich Schuchardt wrote: > On 12/24/19 4:54 PM, Sughosh Ganu wrote: > > Install the EFI_RNG_PROTOCOL implementation for it's subsequent use by > > the kernel for features like kaslr. > > > > Signed-off-by: Sughosh Ganu > > --- > > include/efi_loader.h

Re: [PATCH 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node

2019-12-25 Thread Heinrich Schuchardt
On 12/24/19 4:54 PM, Sughosh Ganu wrote: Install the EFI_RNG_PROTOCOL implementation for it's subsequent use by the kernel for features like kaslr. Signed-off-by: Sughosh Ganu --- include/efi_loader.h | 4 lib/efi_loader/efi_rng.c | 2 ++ lib/efi_loader/efi_root_node.c

[PATCH 3/3] efi_rng_protocol: Install the efi_rng_protocol on the root node

2019-12-24 Thread Sughosh Ganu
Install the EFI_RNG_PROTOCOL implementation for it's subsequent use by the kernel for features like kaslr. Signed-off-by: Sughosh Ganu --- include/efi_loader.h | 4 lib/efi_loader/efi_rng.c | 2 ++ lib/efi_loader/efi_root_node.c | 4 3 files changed, 10 insertions(+) d