The patch titled Subject: mm/sparse.c: clean up obsolete code comment has been added to the -mm tree. Its filename is mm-sparse-clean-up-the-obsolete-code-comment.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-sparse-clean-up-the-obsolete-code-comment.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-sparse-clean-up-the-obsolete-code-comment.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: Baoquan He <bhe@xxxxxxxxxx> Subject: mm/sparse.c: clean up obsolete code comment The code comment above sparse_add_one_section() is obsolete and incorrect. Clean it up and write a new one. Link: http://lkml.kernel.org/r/20190329144250.14315-1-bhe@xxxxxxxxxx Signed-off-by: Baoquan He <bhe@xxxxxxxxxx> Acked-by: Michal Hocko <mhocko@xxxxxxxx> Reviewed-by: Oscar Salvador <osalvador@xxxxxxx> Reviewed-by: Mukesh Ojha <mojha@xxxxxxxxxxxxxx> Reviewed-by: Mike Rapoport <rppt@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/sparse.c | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) --- a/mm/sparse.c~mm-sparse-clean-up-the-obsolete-code-comment +++ a/mm/sparse.c @@ -684,10 +684,18 @@ static void free_map_bootmem(struct page #endif /* CONFIG_MEMORY_HOTREMOVE */ #endif /* CONFIG_SPARSEMEM_VMEMMAP */ -/* - * returns the number of sections whose mem_maps were properly - * set. If this is <=0, then that means that the passed-in - * map was not consumed and must be freed. +/** + * sparse_add_one_section - add a memory section + * @nid: The node to add section on + * @start_pfn: start pfn of the memory range + * @altmap: device page map + * + * This is only intended for hotplug. + * + * Return: + * * 0 - On success. + * * -EEXIST - Section has been present. + * * -ENOMEM - Out of memory. */ int __meminit sparse_add_one_section(int nid, unsigned long start_pfn, struct vmem_altmap *altmap) _ Patches currently in -mm which might be from bhe@xxxxxxxxxx are mm-memory_hotplug-fix-the-wrong-usage-of-n_high_memory.patch mm-sparse-clean-up-the-obsolete-code-comment.patch drivers-base-memoryc-clean-up-relicts-in-function-parameters.patch