The patch titled Subject: kho: make kho_reserve_scratch __init has been added to the -mm mm-unstable branch. Its filename is kexec-add-kexec-handover-kho-generation-helpers-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/kexec-add-kexec-handover-kho-generation-helpers-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: "Mike Rapoport (Microsoft)" <rppt@xxxxxxxxxx> Subject: kho: make kho_reserve_scratch __init Date: Fri, 7 Feb 2025 09:57:09 +0200 Link: https://lkml.kernel.org/r/Z6W90hz6WaXfZCjQ@xxxxxxxxxx Signed-off-by: Mike Rapoport (Microsoft) <rppt@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/kexec_handover.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/kernel/kexec_handover.c~kexec-add-kexec-handover-kho-generation-helpers-fix +++ a/kernel/kexec_handover.c @@ -396,7 +396,7 @@ static phys_addr_t __init scratch_size(i * active. This CMA region will only be used for movable pages which are not a * problem for us during KHO because we can just move them somewhere else. */ -static void kho_reserve_scratch(void) +static void __init kho_reserve_scratch(void) { phys_addr_t addr, size; int nid, i = 1; _ Patches currently in -mm which might be from rppt@xxxxxxxxxx are mm-mm_init-rename-init_reserved_page-to-init_deferred_page.patch memblock-add-memblock_rsrv_kern-flag.patch memblock-introduce-memmap_init_kho_scratch.patch kexec-add-kexec-handover-kho-generation-helpers-fix.patch kexec-add-kho-parsing-support-fix.patch x86-setup-use-memblock_reserve_kern-for-memory-used-by-kernel.patch documentation-kho-add-memblock-bindings.patch