Re: [MINI-OS PATCH 07/19] kexec: fix physical addresses in start info data

2025-07-08 Thread Jason Andryuk
On 2025-07-02 04:12, Juergen Gross wrote: The physical addresses in struct hvm_start_info are pointing to the memory where the data is being built instead of the location where it will finally be moved to. Fix that. Fixes: b7994b6409a4 ("mini-os: kexec: build parameters for new kernel") Signed-

[MINI-OS PATCH 07/19] kexec: fix physical addresses in start info data

2025-07-02 Thread Juergen Gross
The physical addresses in struct hvm_start_info are pointing to the memory where the data is being built instead of the location where it will finally be moved to. Fix that. Fixes: b7994b6409a4 ("mini-os: kexec: build parameters for new kernel") Signed-off-by: Juergen Gross --- arch/x86/kexec.c