[PATCH 0/4] Bugfixes for THP refcounting

From: Kirill A. Shutemov
Date: Tue Nov 03 2015 - 10:27:21 EST


Hi,

There's few bugfixes for THP refcounting patchset. It should address most
reported bugs.

I need to track down one more bug: rss-counter mismatch on exit.

Kirill A. Shutemov (4):
mm: do not crash on PageDoubleMap() for non-head pages
mm: duplicate rmap reference for hugetlb pages as compound
thp: fix split vs. unmap race
mm: prepare page_referenced() and page_idle to new THP refcounting

include/linux/huge_mm.h | 4 --
include/linux/mm.h | 19 +++++++
include/linux/page-flags.h | 3 +-
mm/huge_memory.c | 76 ++++++-------------------
mm/migrate.c | 2 +-
mm/page_idle.c | 64 ++++++++++++++++++---
mm/rmap.c | 137 ++++++++++++++++++++++++++++-----------------
7 files changed, 180 insertions(+), 125 deletions(-)

--
2.6.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/