The patch titled Subject: fixup for "memblock: use memblock_free for freeing virtual pointers" has been added to the -mm tree. Its filename is memblock-use-memblock_free-for-freeing-virtual-pointers-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/memblock-use-memblock_free-for-freeing-virtual-pointers-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/memblock-use-memblock_free-for-freeing-virtual-pointers-fix.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Subject: fixup for "memblock: use memblock_free for freeing virtual pointers" Link: https://lkml.kernel.org/r/20211018192940.3d1d532f@xxxxxxxxxxxxxxxx Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Mike Rapoport <rppt@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/init/main.c~memblock-use-memblock_free-for-freeing-virtual-pointers-fix +++ a/init/main.c @@ -382,7 +382,7 @@ static char * __init xbc_make_cmdline(co ret = xbc_snprint_cmdline(new_cmdline, len + 1, root); if (ret < 0 || ret > len) { pr_err("Failed to print extra kernel cmdline.\n"); - memblock_free_ptr(new_cmdline, len + 1); + memblock_free(new_cmdline, len + 1); return NULL; } _ Patches currently in -mm which might be from sfr@xxxxxxxxxxxxxxxx are memblock-use-memblock_free-for-freeing-virtual-pointers-fix.patch kernelh-drop-unneeded-linux-kernelh-inclusion-from-other-headers-fix.patch