Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752485Ab2JTQCs (ORCPT ); Sat, 20 Oct 2012 12:02:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11467 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752321Ab2JTQCr (ORCPT ); Sat, 20 Oct 2012 12:02:47 -0400 Message-ID: <5082CB18.6060300@redhat.com> Date: Sat, 20 Oct 2012 12:02:32 -0400 From: Rik van Riel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20120827 Thunderbird/15.0 MIME-Version: 1.0 To: Ingo Molnar CC: Peter Zijlstra , Andrea Arcangeli , Linux Memory Management List , Mel Gorman , Linux kernel Mailing List Subject: Re: question on NUMA page migration References: <5081777A.8050104@redhat.com> <1350664742.2768.40.camel@twins> <50818A41.7030909@redhat.com> <1350669236.2768.66.camel@twins> <50819CED.30803@redhat.com> <20121020012345.GA24667@gmail.com> In-Reply-To: <20121020012345.GA24667@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1850 Lines: 55 On 10/19/2012 09:23 PM, Ingo Molnar wrote: > > * Rik van Riel wrote: > >> On 10/19/2012 01:53 PM, Peter Zijlstra wrote: >>> On Fri, 2012-10-19 at 13:13 -0400, Rik van Riel wrote: >> >>>> Another alternative might be to do the put_page inside >>>> do_prot_none_numa(). That would be analogous to do_wp_page >>>> disposing of the old page for the caller. >>> >>> It'd have to be inside migrate_misplaced_page(), can't do before >>> isolate_lru_page() or the page might disappear. Doing it after is >>> (obviously) too late. >> >> Keeping an extra refcount on the page might _still_ >> result in it disappearing from the process by some >> other means, in-between you grabbing the refcount >> and invoking migration of the page. >> >>>> I am not real happy about NUMA migration introducing its own >>>> migration mode... >>> >>> You didn't seem to mind too much earlier, but I can remove it if you >>> want. >> >> Could have been reviewing fatigue :) > > :-) > >> And yes, it would have been nice to not have a special >> migration mode for sched/numa. >> >> Speaking of, when do you guys plan to submit a (cleaned up) >> version of the sched/numa patch series for review on lkml? > > Which commit(s) worry you specifically? One of them would be the commit that introduces MIGRATE_FAULT. Adding it in one patch, and removing it into a next just makes things harder on the reviewers. 03a040f6c17ab81659579ba6abe267c0562097e4 If the changesets with NUMA syscalls are still in your tree's history, they should not be submitted as part of the patch series, either. -- All rights reversed -- 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/