All of lore.kernel.org
 help / color / mirror / Atom feed
* [tip: efi/core] x86/efi: Log 32/64-bit mismatch with kernel as an error
@ 2021-05-23 10:04 tip-bot2 for Paul Menzel
  0 siblings, 0 replies; only message in thread
From: tip-bot2 for Paul Menzel @ 2021-05-23 10:04 UTC (permalink / raw)
  To: linux-tip-commits; +Cc: Paul Menzel, Ard Biesheuvel, x86, linux-kernel

The following commit has been merged into the efi/core branch of tip:

Commit-ID:     bb11580f61b6c4ba5c35706abd927c8ac8c32852
Gitweb:        https://git.kernel.org/tip/bb11580f61b6c4ba5c35706abd927c8ac8c32852
Author:        Paul Menzel <pmenzel@molgen.mpg.de>
AuthorDate:    Sat, 15 May 2021 10:14:04 +02:00
Committer:     Ard Biesheuvel <ardb@kernel.org>
CommitterDate: Sat, 22 May 2021 14:09:07 +02:00

x86/efi: Log 32/64-bit mismatch with kernel as an error

Log the message

    No EFI runtime due to 32/64-bit mismatch with kernel

as an error condition, as several things like efivarfs won’t work
without the EFI runtime.

Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
---
 arch/x86/platform/efi/efi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c
index 8a26e70..147c30a 100644
--- a/arch/x86/platform/efi/efi.c
+++ b/arch/x86/platform/efi/efi.c
@@ -468,7 +468,7 @@ void __init efi_init(void)
 	 */
 
 	if (!efi_runtime_supported())
-		pr_info("No EFI runtime due to 32/64-bit mismatch with kernel\n");
+		pr_err("No EFI runtime due to 32/64-bit mismatch with kernel\n");
 
 	if (!efi_runtime_supported() || efi_runtime_disabled()) {
 		efi_memmap_unmap();

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-23 10:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23 10:04 [tip: efi/core] x86/efi: Log 32/64-bit mismatch with kernel as an error tip-bot2 for Paul Menzel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.