Re: [PATCH 1/1] efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartid

2023-01-12 Thread Sunil V L
On Wed, Jan 11, 2023 at 07:13:01PM +0100, Heinrich Schuchardt wrote: > After calling EFI_ENTRY we have to call EFI_EXIT before returning. > > Add a missing EFI_EXIT(). > > Fixes: 1ccf87165e38 ("efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support") > Reported-by: Dave Jones > Signed-off-by:

Re: [PATCH 1/1] efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartid

2023-01-11 Thread Ilias Apalodimas
On Wed, Jan 11, 2023 at 07:13:01PM +0100, Heinrich Schuchardt wrote: > After calling EFI_ENTRY we have to call EFI_EXIT before returning. > > Add a missing EFI_EXIT(). > > Fixes: 1ccf87165e38 ("efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support") > Reported-by: Dave Jones > Signed-off-by:

[PATCH 1/1] efi_loader: use EFI_EXIT in efi_riscv_get_boot_hartid

2023-01-11 Thread Heinrich Schuchardt
After calling EFI_ENTRY we have to call EFI_EXIT before returning. Add a missing EFI_EXIT(). Fixes: 1ccf87165e38 ("efi_loader: Enable RISCV_EFI_BOOT_PROTOCOL support") Reported-by: Dave Jones Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/efi_riscv.c | 2 +- 1 file changed, 1