Hi all, After merging the mm tree, today's linux-next build (powerpc allyesconfig) produced these warnings: WARNING: modpost: vmlinux: section mismatch in reference: remove_pte_table+0x230 (section: .text.remove_pte_table) -> free_vmemmap_pages (section: .meminit.text) WARNING: modpost: vmlinux: section mismatch in reference: remove_pte_table+0x43c (section: .text.remove_pte_table) -> vmemmap_populated (section: .meminit.text) WARNING: modpost: vmlinux: section mismatch in reference: remove_pte_table+0x4a4 (section: .text.remove_pte_table) -> free_vmemmap_pages (section: .meminit.text) Introduced by commit 25081814314b ("powerpc/book3s64/vmemmap: switch radix to use a different vmemmap handling function") -- Cheers, Stephen Rothwell