The patch titled Subject: mm, compaction: prevent VM_BUG_ON when terminating freeing scanner fix has been removed from the -mm tree. Its filename was mm-compaction-prevent-vm_bug_on-when-terminating-freeing-scanner-fix.patch This patch was dropped because it was folded into mm-compaction-prevent-vm_bug_on-when-terminating-freeing-scanner.patch ------------------------------------------------------ From: David Rientjes <rientjes@xxxxxxxxxx> Subject: mm, compaction: prevent VM_BUG_ON when terminating freeing scanner fix Per Joonsoo. An artifact of __isolate_free_page() doing per-zone watermark checks (?), we don't want to rescan pages in a pageblock that were not successfully isolated last time. Link: http://lkml.kernel.org/r/alpine.DEB.2.10.1607111244150.83138@xxxxxxxxxxxxxxxxxxxxxxxxx Signed-off-by: David Rientjes <rientjes@xxxxxxxxxx> Cc: Joonsoo Kim <iamjoonsoo.kim@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/compaction.c | 1 - 1 file changed, 1 deletion(-) diff -puN mm/compaction.c~mm-compaction-prevent-vm_bug_on-when-terminating-freeing-scanner-fix mm/compaction.c --- a/mm/compaction.c~mm-compaction-prevent-vm_bug_on-when-terminating-freeing-scanner-fix +++ a/mm/compaction.c @@ -1055,7 +1055,6 @@ static void isolate_freepages(struct com * If isolation failed early, do not continue * needlessly. */ - isolate_start_pfn = block_start_pfn; break; } } _ Patches currently in -mm which might be from rientjes@xxxxxxxxxx are mm-compaction-prevent-vm_bug_on-when-terminating-freeing-scanner.patch mm-compaction-split-freepages-without-holding-the-zone-lock-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html