]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
efi: avoid error message when booting under Xen
authorJuergen Gross <jgross@suse.com>
Fri, 10 Jul 2020 14:16:51 +0000 (16:16 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Aug 2020 09:42:21 +0000 (11:42 +0200)
commitc295c0c495e646682a22d7856b94cba15ba788ed
tree2a7e99d54d1299fe24ed11d67cf5614a33704862
parent16b6ebef8316f410f7cc96a1a47982ca815c86ce
efi: avoid error message when booting under Xen

[ Upstream commit 6163a985e50cb19d5bdf73f98e45b8af91a77658 ]

efifb_probe() will issue an error message in case the kernel is booted
as Xen dom0 from UEFI as EFI_MEMMAP won't be set in this case. Avoid
that message by calling efi_mem_desc_lookup() only if EFI_MEMMAP is set.

Fixes: 38ac0287b7f4 ("fbdev/efifb: Honour UEFI memory map attributes when mapping the FB")
Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Ard Biesheuvel <ardb@kernel.org>
Acked-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/video/fbdev/efifb.c