The patch titled Subject: mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2-fix has been removed from the -mm tree. Its filename was mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2-fix.patch This patch was dropped because it was folded into mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2-fix kcompactd_do_work(): avoid unnecessary initialization of cc.zone Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: David Rientjes <rientjes@xxxxxxxxxx> Cc: Yafang Shao <shaoyafang@xxxxxxxxxxxxxx> Cc: Mel Gorman <mgorman@xxxxxxxxxxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/compaction.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/mm/compaction.c~mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone-fix-2-fix +++ a/mm/compaction.c @@ -2551,10 +2551,10 @@ static void kcompactd_do_work(pg_data_t COMPACT_CONTINUE) continue; - cc.zone = zone; - if (kthread_should_stop()) return; + + cc.zone = zone; status = compact_zone(&cc, NULL); if (status == COMPACT_SUCCESS) { _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-compaction-clear-total_migratefree_scanned-before-scanning-a-new-zone.patch mm-oom_killer-add-task-uid-to-info-message-on-an-oom-kill-fix.patch memcg-kmem-deprecate-kmemlimit_in_bytes-fix.patch mm-mmapc-refine-find_vma_prev-with-rb_last-fix.patch