Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964921AbbKCP1T (ORCPT ); Tue, 3 Nov 2015 10:27:19 -0500 Received: from mga11.intel.com ([192.55.52.93]:10634 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964909AbbKCP1H (ORCPT ); Tue, 3 Nov 2015 10:27:07 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,239,1444719600"; d="scan'208";a="841584729" From: "Kirill A. Shutemov" To: Andrew Morton Cc: Andrea Arcangeli , Hugh Dickins , Naoya Horiguchi , Sasha Levin , Minchan Kim , linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Kirill A. Shutemov" Subject: [PATCH 0/4] Bugfixes for THP refcounting Date: Tue, 3 Nov 2015 17:26:11 +0200 Message-Id: <1446564375-72143-1-git-send-email-kirill.shutemov@linux.intel.com> X-Mailer: git-send-email 2.6.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1065 Lines: 30 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/