The patch titled Subject: mm-compaction-count-pages-and-stop-correctly-during-page-isolation-v3 has been removed from the -mm tree. Its filename was mm-compaction-count-pages-and-stop-correctly-during-page-isolation-v3.patch This patch was dropped because it was folded into mm-compaction-count-pages-and-stop-correctly-during-page-isolation.patch ------------------------------------------------------ From: Zi Yan <ziy@xxxxxxxxxx> Subject: mm-compaction-count-pages-and-stop-correctly-during-page-isolation-v3 Link: https://lkml.kernel.org/r/20201030183809.3616803-1-zi.yan@xxxxxxxx Fixes: 1da2f328fa64 (“mm,thp,compaction,cma: allow THP migration for CMA allocations”) Signed-off-by: Zi Yan <ziy@xxxxxxxxxx> Reviewed-by: Yang Shi <shy828301@xxxxxxxxx> Cc: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/compaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/compaction.c~mm-compaction-count-pages-and-stop-correctly-during-page-isolation-v3 +++ a/mm/compaction.c @@ -1012,8 +1012,8 @@ isolate_migratepages_block(struct compac isolate_success: list_add(&page->lru, &cc->migratepages); - cc->nr_migratepages += thp_nr_pages(page); - nr_isolated += thp_nr_pages(page); + cc->nr_migratepages += compound_nr(page); + nr_isolated += compound_nr(page); /* * Avoid isolating too much unless this block is being _ Patches currently in -mm which might be from ziy@xxxxxxxxxx are mm-compaction-count-pages-and-stop-correctly-during-page-isolation.patch mm-compaction-stop-isolation-if-too-many-pages-are-isolated-and-we-have-pages-to-migrate.patch