[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1446564375-72143-1-git-send-email-kirill.shutemov@linux.intel.com>
Date: Tue, 3 Nov 2015 17:26:11 +0200
From: "Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: Andrea Arcangeli <aarcange@...hat.com>,
Hugh Dickins <hughd@...gle.com>,
Naoya Horiguchi <n-horiguchi@...jp.nec.com>,
Sasha Levin <sasha.levin@...cle.com>,
Minchan Kim <minchan@...nel.org>, linux-kernel@...r.kernel.org,
linux-mm@...ck.org,
"Kirill A. Shutemov" <kirill.shutemov@...ux.intel.com>
Subject: [PATCH 0/4] Bugfixes for THP refcounting
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists