]> git.ipfire.org Git - thirdparty/systemd.git/commit
stub: fix file path handling for loaded kernel
authorTobias Heider <me@tobhe.de>
Mon, 25 Aug 2025 14:07:54 +0000 (16:07 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 18 Sep 2025 02:40:43 +0000 (11:40 +0900)
commitf4051650657cd337ceba67b773f0e3bf854cbaff
treef972f1302b321fcbab14d6f0e1e736d55cca9704
parentf871c20bad37c77bf086598e00cc20d99fd8d69d
stub: fix file path handling for loaded kernel

- Actually pass the new memory file path to parent_loaded_image->FilePath
- Restore old parent_loaded_image if Linux returns
- Pass the same kernel_file_path in load_via_boot_services path
- s/Re-use/Patch in comment explaining what we are doing

Fixes #38566
src/boot/linux.c