From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933007Ab3LIQKq (ORCPT ); Mon, 9 Dec 2013 11:10:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:22248 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932758Ab3LIQKo (ORCPT ); Mon, 9 Dec 2013 11:10:44 -0500 Message-ID: <52A5EB7B.503@redhat.com> Date: Mon, 09 Dec 2013 11:10:35 -0500 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Mel Gorman CC: Andrew Morton , Alex Thorlton , Linux-MM , LKML Subject: Re: [PATCH 10/18] mm: numa: Avoid unnecessary disruption of NUMA hinting during migration References: <1386572952-1191-1-git-send-email-mgorman@suse.de> <1386572952-1191-11-git-send-email-mgorman@suse.de> In-Reply-To: <1386572952-1191-11-git-send-email-mgorman@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 12/09/2013 02:09 AM, Mel Gorman wrote: > do_huge_pmd_numa_page() handles the case where there is parallel THP > migration. However, by the time it is checked the NUMA hinting information > has already been disrupted. This patch adds an earlier check with some helpers. > > Cc: stable@vger.kernel.org > Signed-off-by: Mel Gorman Reviewed-by: Rik van Riel -- All rights reversed