[PATCH v2 2/2] lsefi: fixed memory leaks

2022-02-14 Thread Renaud Métrich
From: Fedora Ninjas Signed-off-by: Renaud Métrich --- grub-core/commands/efi/lsefi.c | 4 1 file changed, 4 insertions(+) diff --git a/grub-core/commands/efi/lsefi.c b/grub-core/commands/efi/lsefi.c index 7acba3b39..f0b9201f1 100644 --- a/grub-core/commands/efi/lsefi.c +++ b/grub-core/com

[PATCH v2 1/2] efi: new 'connectefi' command

2022-02-14 Thread Renaud Métrich
When efi.quickboot is enabled on VMWare (which is the default for hardware release 16 and later), it may happen that not all EFI devices are connected. Due to this, browsing the devices in make_devices() just fails to find devices, in particular disks or partitions for a given disk. This typically

[PATCH v2 2/2] lsefi: fixed memory leaks

2022-02-14 Thread Renaud Métrich
Signed-off-by: Renaud Métrich --- grub-core/commands/efi/lsefi.c | 4 1 file changed, 4 insertions(+) diff --git a/grub-core/commands/efi/lsefi.c b/grub-core/commands/efi/lsefi.c index 7acba3b39..f0b9201f1 100644 --- a/grub-core/commands/efi/lsefi.c +++ b/grub-core/commands/efi/lsefi.c @@ -

Re: [PATCH v4 1/2] cryptodisk: add OS provided secret support

2022-02-14 Thread Glenn Washburn
On Mon, 7 Feb 2022 10:29:43 -0500 James Bottomley wrote: > Make use of the new OS provided secrets API so that if the new '-s' > option is passed in we try to extract the secret from the API rather > than prompting for it. > > The primary consumer of this is AMD SEV, which has been programmed t

Re: [PATCH v4 2/2] efi: Add API for retrieving the EFI secret for cryptodisk

2022-02-14 Thread Glenn Washburn
On Mon, 7 Feb 2022 10:29:44 -0500 James Bottomley wrote: > This module is designed to provide an efisecret provider which > interrogates the EFI configuration table to find the location of the > confidential computing secret and tries to register the secret with > the cryptodisk. > > The secret