]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Revert "mm, thp: Do not make pmd/pud dirty without a reason"
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 Nov 2017 17:01:01 +0000 (09:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 Nov 2017 17:01:01 +0000 (09:01 -0800)
commitf55e1014f9e567d830eb3a7f57d879a34872af4b
tree7d3b834a71f6fbaec70bb4a5700424be15e9e1d3
parent43570f0383d6d5879ae585e6c3cf027ba321546f
Revert "mm, thp: Do not make pmd/pud dirty without a reason"

This reverts commit 152e93af3cfe2d29d8136cc0a02a8612507136ee.

It was a nice cleanup in theory, but as Nicolai Stange points out, we do
need to make the page dirty for the copy-on-write case even when we
didn't end up making it writable, since the dirty bit is what we use to
check that we've gone through a COW cycle.

Reported-by: Michal Hocko <mhocko@kernel.org>
Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/huge_memory.c
mm/internal.h
mm/khugepaged.c
mm/memory.c
mm/migrate.c