The patch titled bootmem: mark link_bootmem() as part of the __init section has been added to the -mm tree. Its filename is bootmem-mark-link_bootmem-as-part-of-the-__init-section.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: bootmem: mark link_bootmem() as part of the __init section From: Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> Signed-off-by: Franck Bui-Huu <vagabon.xyz@xxxxxxxxx> Cc: Dave Hansen <haveblue@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/bootmem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/bootmem.c~bootmem-mark-link_bootmem-as-part-of-the-__init-section mm/bootmem.c --- a/mm/bootmem.c~bootmem-mark-link_bootmem-as-part-of-the-__init-section +++ a/mm/bootmem.c @@ -56,7 +56,7 @@ unsigned long __init bootmem_bootmap_pag /* * link bdata in order */ -static void link_bootmem(bootmem_data_t *bdata) +static void __init link_bootmem(bootmem_data_t *bdata) { bootmem_data_t *ent; if (list_empty(&bdata_list)) { _ Patches currently in -mm which might be from vagabon.xyz@xxxxxxxxx are origin.patch bootmem-remove-useless-__init-in-header-file.patch bootmem-mark-link_bootmem-as-part-of-the-__init-section.patch bootmem-remove-useless-parentheses-in-bootmem-header.patch bootmem-limit-to-80-columns-width.patch bootmem-remove-useless-headers-inclusions.patch bootmem-use-pfn-page-conversion-macros.patch bootmem-miscellaneous-coding-style-fixes.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