From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754700Ab2KMJgw (ORCPT ); Tue, 13 Nov 2012 04:36:52 -0500 Received: from mail-ee0-f46.google.com ([74.125.83.46]:50274 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752003Ab2KMJgu (ORCPT ); Tue, 13 Nov 2012 04:36:50 -0500 Date: Tue, 13 Nov 2012 10:36:44 +0100 From: Ingo Molnar To: Mel Gorman Cc: Peter Zijlstra , Andrea Arcangeli , Rik van Riel , Johannes Weiner , Hugh Dickins , Thomas Gleixner , Linus Torvalds , Andrew Morton , Linux-MM , LKML Subject: Re: [PATCH 12/19] mm: migrate: Introduce migrate_misplaced_page() Message-ID: <20121113093644.GA21522@gmail.com> References: <1352193295-26815-1-git-send-email-mgorman@suse.de> <1352193295-26815-13-git-send-email-mgorman@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1352193295-26815-13-git-send-email-mgorman@suse.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mel Gorman wrote: > From: Peter Zijlstra > > Note: This was originally based on Peter's patch "mm/migrate: Introduce > migrate_misplaced_page()" but borrows extremely heavily from Andrea's > "autonuma: memory follows CPU algorithm and task/mm_autonuma stats > collection". The end result is barely recognisable so signed-offs > had to be dropped. If original authors are ok with it, I'll > re-add the signed-off-bys. > > Add migrate_misplaced_page() which deals with migrating pages from > faults. > > Based-on-work-by: Lee Schermerhorn > Based-on-work-by: Peter Zijlstra > Based-on-work-by: Andrea Arcangeli > Signed-off-by: Mel Gorman > --- > include/linux/migrate.h | 8 ++++ > mm/migrate.c | 104 ++++++++++++++++++++++++++++++++++++++++++++++- > 2 files changed, 110 insertions(+), 2 deletions(-) That's a nice patch - the TASK_NUMA_FAULT approach in the original patch was not very elegant. I've started testing it to see how well your version works. Thanks, Ingo