The patch titled Subject: mm-migration-add-trace-events-for-base-page-and-hugetlb-migrations-fix has been added to the -mm tree. Its filename is mm-migration-add-trace-events-for-base-page-and-hugetlb-migrations-fix.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-migration-add-trace-events-for-base-page-and-hugetlb-migrations-fix.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-migration-add-trace-events-for-base-page-and-hugetlb-migrations-fix.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: Anshuman Khandual <anshuman.khandual@xxxxxxx> Subject: mm-migration-add-trace-events-for-base-page-and-hugetlb-migrations-fix fix build Link: https://lkml.kernel.org/r/53c3d1bb-7085-4947-772c-a3cbf94f02c8@xxxxxxx Reported-by: kernel test robot <lkp@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/rmap.c | 1 + 1 file changed, 1 insertion(+) --- a/mm/rmap.c~mm-migration-add-trace-events-for-base-page-and-hugetlb-migrations-fix +++ a/mm/rmap.c @@ -76,6 +76,7 @@ #include <asm/tlbflush.h> +#define CREATE_TRACE_POINTS #include <trace/events/tlb.h> #include <trace/events/migrate.h> _ Patches currently in -mm which might be from anshuman.khandual@xxxxxxx are mm-generalize-arch_has_filter_pgprot.patch mm-migration-add-trace-events-for-thp-migrations.patch mm-migration-add-trace-events-for-base-page-and-hugetlb-migrations.patch mm-migration-add-trace-events-for-base-page-and-hugetlb-migrations-fix.patch