The patch titled Subject: mm-vmstat-add-events-for-thp-migration-without-split-v4 has been added to the -mm tree. Its filename is mm-vmstat-add-events-for-thp-migration-without-split-v4.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/mm-vmstat-add-events-for-thp-migration-without-split-v4.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/mm-vmstat-add-events-for-thp-migration-without-split-v4.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-vmstat-add-events-for-thp-migration-without-split-v4 s/thp_nr_pages/hpage_nr_pages/ Link: http://lkml.kernel.org/r/1594287583-16568-1-git-send-email-anshuman.khandual@xxxxxxx Signed-off-by: Zi Yan <ziy@xxxxxxxxxx> Signed-off-by: Anshuman Khandual <anshuman.khandual@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/migrate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/migrate.c~mm-vmstat-add-events-for-thp-migration-without-split-v4 +++ a/mm/migrate.c @@ -1446,7 +1446,7 @@ retry: * during migration. */ is_thp = PageTransHuge(page); - nr_subpages = thp_nr_pages(page); + nr_subpages = hpage_nr_pages(page); cond_resched(); if (PageHuge(page)) _ Patches currently in -mm which might be from anshuman.khandual@xxxxxxx are mm-vmstat-add-events-for-thp-migration-without-split.patch mm-vmstat-add-events-for-thp-migration-without-split-v4.patch