The patch titled Subject: mm: include <linux/huge_mm.h> for is_vma_temporary_stack has been added to the -mm tree. Its filename is mm-include-linux-huge_mmh-for-is_vma_temporary_stack.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-include-linux-huge_mmh-for-is_vma_temporary_stack.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-include-linux-huge_mmh-for-is_vma_temporary_stack.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: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx> Subject: mm: include <linux/huge_mm.h> for is_vma_temporary_stack Include <linux/huge_mm.h> for the definition of is_vma_temporary_stack to fix the following sparse warning: mm/rmap.c:1673:6: warning: symbol 'is_vma_temporary_stack' was not declared. Should it be static? Link: http://lkml.kernel.org/r/20191009151155.27763-1-ben.dooks@xxxxxxxxxxxxxxx Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx> Reviewed-by: Qian Cai <cai@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/rmap.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/rmap.c~mm-include-linux-huge_mmh-for-is_vma_temporary_stack +++ a/mm/rmap.c @@ -61,6 +61,7 @@ #include <linux/mmu_notifier.h> #include <linux/migrate.h> #include <linux/hugetlb.h> +#include <linux/huge_mm.h> #include <linux/backing-dev.h> #include <linux/page_idle.h> #include <linux/memremap.h> _ Patches currently in -mm which might be from ben.dooks@xxxxxxxxxxxxxxx are mm-include-linux-huge_mmh-for-is_vma_temporary_stack.patch