]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
efi: Improve logging around memmap init
authorBartosz Szczepanek <bsz@amazon.de>
Wed, 23 Apr 2025 09:05:16 +0000 (09:05 +0000)
committerArd Biesheuvel <ardb@kernel.org>
Fri, 9 May 2025 09:07:28 +0000 (11:07 +0200)
commite1288f1db68b30b1efd9a40ef966490631ae6a46
treed22a2cb497ae888dd132275a350450c7e05fa01b
parent0af2f6be1b4281385b618cb86ad946eded089ac8
efi: Improve logging around memmap init

Be more informative if memremap fails, and print out physical address
together with size. This change intends to make investigations of such
early failures slightly easier.

Signed-off-by: Bartosz Szczepanek <bsz@amazon.de>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/memmap.c