All of lore.kernel.org
 help / color / mirror / Atom feed
* + thp-reintroduce-split_huge_page-fix-2.patch added to -mm tree
@ 2015-10-21 20:30 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2015-10-21 20:30 UTC (permalink / raw)
  To: kirill, minchan, mm-commits


The patch titled
     Subject: thp-reintroduce-split_huge_page-fix-2
has been added to the -mm tree.  Its filename is
     thp-reintroduce-split_huge_page-fix-2.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/thp-reintroduce-split_huge_page-fix-2.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/thp-reintroduce-split_huge_page-fix-2.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
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
@@ -3038,6 +3038,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

mm-thp-remove-infrastructure-for-handling-splitting-pmds-fix.patch
thp-reintroduce-split_huge_page-fix-2.patch


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

only message in thread, other threads:[~2015-10-21 20:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-21 20:30 + thp-reintroduce-split_huge_page-fix-2.patch added to -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.