All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] thp-reintroduce-split_huge_page-fix-2.patch removed from -mm tree
@ 2016-01-14 22:41 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-01-14 22:41 UTC (permalink / raw)
  To: kirill, minchan, mm-commits


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@shutemov.name>
Subject: thp-reintroduce-split_huge_page-fix-2

Cc: Minchan Kim <minchan@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@shutemov.name 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-01-14 22:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-14 22:41 [folded-merged] thp-reintroduce-split_huge_page-fix-2.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.