From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f179.google.com (mail-pf0-f179.google.com [209.85.192.179]) by kanga.kvack.org (Postfix) with ESMTP id BCD3A6B0009 for ; Thu, 21 Jan 2016 07:09:36 -0500 (EST) Received: by mail-pf0-f179.google.com with SMTP id 65so22676620pff.2 for ; Thu, 21 Jan 2016 04:09:36 -0800 (PST) Received: from mga03.intel.com (mga03.intel.com. [134.134.136.65]) by mx.google.com with ESMTP id bz9si1691686pab.187.2016.01.21.04.09.35 for ; Thu, 21 Jan 2016 04:09:35 -0800 (PST) From: "Kirill A. Shutemov" Subject: [PATCH 0/3] Couple of fixes for deferred_split_huge_page() Date: Thu, 21 Jan 2016 15:09:20 +0300 Message-Id: <1453378163-133609-1-git-send-email-kirill.shutemov@linux.intel.com> In-Reply-To: <20160121012237.GE7119@redhat.com> References: <20160121012237.GE7119@redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: Andrew Morton , Andrea Arcangeli Cc: Hugh Dickins , Dave Hansen , Mel Gorman , Rik van Riel , Vlastimil Babka , Christoph Lameter , Naoya Horiguchi , Steve Capper , "Aneesh Kumar K.V" , Johannes Weiner , Michal Hocko , Jerome Marchand , Sasha Levin , linux-kernel@vger.kernel.org, linux-mm@kvack.org, "Kirill A. Shutemov" Hi Andrea, Sorry, I should be noticed and address the issue with scan before... Patchset below should address your concern. I've tested it in qemu with fake numa. Kirill A. Shutemov (3): thp: make split_queue per-node thp: change deferred_split_count() to return number of THP in queue thp: limit number of object to scan on deferred_split_scan() include/linux/mmzone.h | 6 +++++ mm/huge_memory.c | 64 +++++++++++++++++++++++++------------------------- mm/page_alloc.c | 5 ++++ 3 files changed, 43 insertions(+), 32 deletions(-) -- 2.7.0.rc3 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org