The patch titled Subject: hexagon: switch over to generic free_initmem() has been added to the -mm tree. Its filename is hexagon-switch-over-to-generic-free_initmem.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/hexagon-switch-over-to-generic-free_initmem.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/hexagon-switch-over-to-generic-free_initmem.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: Mike Rapoport <rppt@xxxxxxxxxxxxx> Subject: hexagon: switch over to generic free_initmem() hexagon implementation of free_initmem() is currently empty and marked with comment * Todo: free pages between __init_begin and __init_end; possibly * some devtree related stuff as well. Switch it to the generic implementation. Link: http://lkml.kernel.org/r/1550515285-17446-3-git-send-email-rppt@xxxxxxxxxxxxx Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxx> Cc: Palmer Dabbelt <palmer@xxxxxxxxxx> Cc: Richard Kuo <rkuo@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/hexagon/mm/init.c | 10 ---------- 1 file changed, 10 deletions(-) --- a/arch/hexagon/mm/init.c~hexagon-switch-over-to-generic-free_initmem +++ a/arch/hexagon/mm/init.c @@ -85,16 +85,6 @@ void __init mem_init(void) } /* - * free_initmem - frees memory used by stuff declared with __init - * - * Todo: free pages between __init_begin and __init_end; possibly - * some devtree related stuff as well. - */ -void __ref free_initmem(void) -{ -} - -/* * free_initrd_mem - frees... initrd memory. * @start - start of init memory * @end - end of init memory _ Patches currently in -mm which might be from rppt@xxxxxxxxxxxxx are init-provide-a-generic-free_initmem-implementation.patch hexagon-switch-over-to-generic-free_initmem.patch init-free_initmem-poison-freed-init-memory.patch riscv-switch-over-to-generic-free_initmem.patch