The patch titled Subject: thp-reintroduce-split_huge_page-fix-2 has been removed from the -mm tree. Its filename was thp-reintroduce-split_huge_page-fix-2.patch This patch was dropped because it was folded into thp-reintroduce-split_huge_page.patch ------------------------------------------------------ From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx> Subject: thp-reintroduce-split_huge_page-fix-2 Cc: Minchan Kim <minchan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/huge_memory.c | 1 + 1 file changed, 1 insertion(+) diff -puN mm/huge_memory.c~thp-reintroduce-split_huge_page-fix-2 mm/huge_memory.c --- a/mm/huge_memory.c~thp-reintroduce-split_huge_page-fix-2 +++ a/mm/huge_memory.c @@ -3036,6 +3036,7 @@ static void unfreeze_page_vma(struct vm_ continue; entry = pte_mkold(mk_pte(page, vma->vm_page_prot)); + entry = pte_mkdirty(entry); if (is_write_migration_entry(swp_entry)) entry = maybe_mkwrite(entry, vma); _ Patches currently in -mm which might be from kirill@xxxxxxxxxxxxx are thp-reintroduce-split_huge_page.patch mm-prepare-page_referenced-and-page_idle-to-new-thp-refcounting-fix.patch thp-increase-split_huge_page-success-rate-fix.patch mm-add-page_check_address_transhuge-helper-fix-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