The patch titled Subject: mm-move-mirrored-memory-specific-code-outside-of-memmap_init_zone-v2 has been added to the -mm tree. Its filename is mm-move-mirrored-memory-specific-code-outside-of-memmap_init_zone-v2.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-move-mirrored-memory-specific-code-outside-of-memmap_init_zone-v2.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-move-mirrored-memory-specific-code-outside-of-memmap_init_zone-v2.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: Pavel Tatashin <pasha.tatashin@xxxxxxxxxx> Subject: mm-move-mirrored-memory-specific-code-outside-of-memmap_init_zone-v2 uninline overlap_memmap_init() Link: http://lkml.kernel.org/r/20180726193509.3326-4-pasha.tatashin@xxxxxxxxxx Signed-off-by: Pavel Tatashin <pasha.tatashin@xxxxxxxxxx> Reviewed-by: Oscar Salvador <osalvador@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- a/mm/page_alloc.c~mm-move-mirrored-memory-specific-code-outside-of-memmap_init_zone-v2 +++ a/mm/page_alloc.c @@ -5457,7 +5457,8 @@ void __ref build_all_zonelists(pg_data_t } /* If zone is ZONE_MOVABLE but memory is mirrored, it is an overlapped init */ -static inline bool overlap_memmap_init(unsigned long zone, unsigned long *pfn) +static bool __meminit +overlap_memmap_init(unsigned long zone, unsigned long *pfn) { #ifdef CONFIG_HAVE_MEMBLOCK_NODE_MAP static struct memblock_region *r; _ Patches currently in -mm which might be from pasha.tatashin@xxxxxxxxxx are mm-skip-invalid-pages-block-at-a-time-in-zero_resv_unresv.patch mm-sparse-abstract-sparse-buffer-allocations.patch mm-sparse-use-the-new-sparse-buffer-functions-in-non-vmemmap.patch mm-sparse-move-buffer-init-fini-to-the-common-place.patch mm-sparse-add-new-sparse_init_nid-and-sparse_init.patch mm-sparse-delete-old-sprase_init-and-enable-new-one.patch mm-sparse-delete-old-sparse_init-and-enable-new-one-v6.patch mm-make-memmap_init-a-proper-function.patch mm-calculate-deferred-pages-after-skipping-mirrored-memory.patch mm-calculate-deferred-pages-after-skipping-mirrored-memory-v2.patch mm-move-mirrored-memory-specific-code-outside-of-memmap_init_zone.patch mm-move-mirrored-memory-specific-code-outside-of-memmap_init_zone-v2.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html