]> git.ipfire.org Git - thirdparty/systemd.git/commit
stub: Fix above 4G boot
authorJan Janssen <medhefgo@web.de>
Sat, 17 Sep 2022 09:47:39 +0000 (11:47 +0200)
committerJan Janssen <medhefgo@web.de>
Tue, 20 Sep 2022 10:45:07 +0000 (12:45 +0200)
commite1636807749de4fd9d38dd268e8ec8c9aee72b30
treed1daa3a3d2af1a84f0ba545c8fa7e7a7c49a686a
parent55b5daf9b2b7e0c8b77de4f87986832447e72b84
stub: Fix above 4G boot

The kernel x86 boot protocol does not expect this value to be set when
using EFI handover protocol. If the stub is loaded above 4G we would
end up discarding the high bits, breaking boot.

Fixes: #24707
src/boot/efi/linux_x86.c