[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAMj1kXESt+1mWLx1oQUCWcQUa6e2M4D44jD_LH8gDraAQy-=9Q@mail.gmail.com>
Date: Sun, 29 Aug 2021 15:59:54 +0200
From: Ard Biesheuvel <ardb@...nel.org>
To: Heinrich Schuchardt <heinrich.schuchardt@...onical.com>
Cc: Atish Patra <atish.patra@....com>,
Heinrich Schuchardt <xypron.gpk@....de>,
linux-efi <linux-efi@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2: 1/1] efi/libstub: "Exiting bootservices" message
On Sun, 29 Aug 2021 at 15:23, Heinrich Schuchardt
<heinrich.schuchardt@...onical.com> wrote:
>
> The message
>
> "Exiting boot services and installing virtual address map...\n"
>
> is even shown if we have efi=novamap on the command line or the firmware
> does not provide EFI_RT_SUPPORTED_SET_VIRTUAL_ADDRESS_MAP.
>
> To avoid confusion just print
>
> "Exiting boot services...\n"
>
> Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@...onical.com>
> ---
> v2:
> reduce complexity, use same message irrespective of efi_novamap
Queued up now, thanks.
> ---
> drivers/firmware/efi/libstub/fdt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/firmware/efi/libstub/fdt.c b/drivers/firmware/efi/libstub/fdt.c
> index 365c3a43a198..fe567be0f118 100644
> --- a/drivers/firmware/efi/libstub/fdt.c
> +++ b/drivers/firmware/efi/libstub/fdt.c
> @@ -271,7 +271,7 @@ efi_status_t allocate_new_fdt_and_exit_boot(void *handle,
> return status;
> }
>
> - efi_info("Exiting boot services and installing virtual address map...\n");
> + efi_info("Exiting boot services...\n");
>
> map.map = &memory_map;
> status = efi_allocate_pages(MAX_FDT_SIZE, new_fdt_addr, ULONG_MAX);
> --
> 2.30.2
>
Powered by blists - more mailing lists