On 14.06.25 18:41, Jason Andryuk wrote:
On Fri, Mar 21, 2025 at 5:25 AM Juergen Gross wrote:
Analyze the properties of the new kernel to be loaded by kexec. The
data needed is:
- upper boundary in final location
- copy and memory clear operations
- entry point and entry parameter
Signed-off-
On Fri, Mar 21, 2025 at 5:25 AM Juergen Gross wrote:
>
> Analyze the properties of the new kernel to be loaded by kexec. The
> data needed is:
>
> - upper boundary in final location
> - copy and memory clear operations
> - entry point and entry parameter
>
> Signed-off-by: Juergen Gross
> +
> +s
Analyze the properties of the new kernel to be loaded by kexec. The
data needed is:
- upper boundary in final location
- copy and memory clear operations
- entry point and entry parameter
Signed-off-by: Juergen Gross
---
arch/x86/kexec.c | 91 +++
include/kexec.