From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932445AbaDHQMV (ORCPT ); Tue, 8 Apr 2014 12:12:21 -0400 Received: from merlin.infradead.org ([205.233.59.134]:42787 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932082AbaDHQMT (ORCPT ); Tue, 8 Apr 2014 12:12:19 -0400 Date: Tue, 8 Apr 2014 18:12:03 +0200 From: Peter Zijlstra To: Linus Torvalds Cc: "H. Peter Anvin" , Mel Gorman , Linux-X86 , Cyrill Gorcunov , Ingo Molnar , Steven Noonan , Rik van Riel , David Vrabel , Andrew Morton , Andrea Arcangeli , Dave Hansen , Srikar Dronamraju , Linux-MM , LKML Subject: Re: [RFC PATCH 0/5] Use an alternative to _PAGE_PROTNONE for _PAGE_NUMA v2 Message-ID: <20140408161203.GQ10526@twins.programming.kicks-ass.net> References: <1396962570-18762-1-git-send-email-mgorman@suse.de> <53440A5D.6050301@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2012-12-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Apr 08, 2014 at 08:22:15AM -0700, Linus Torvalds wrote: > On Tue, Apr 8, 2014 at 7:40 AM, H. Peter Anvin wrote: > > > > David, is your patchset going to be pushed in this merge window as expected? > > Apparently aiming for 3.16 right now. > > > That being said, these bits are precious, and if this ends up being a > > case where "only Xen needs another bit" once again then Xen should > > expect to get kicked to the curb at a moment's notice. > > Quite frankly, I don't think it's a Xen-only issue. The code was hard > to figure out even without the Xen issues. For example, nobody ever > explained to me why it > > (a) could be the same as PROTNONE on x86 > (b) could not be the same as PROTNONE in general > > I think the best explanation for it so far was from the little voices > in my head that sang "It's a kind of Magic", and that isn't even > remotely the best song by Queen. Right; so initially when I started doing the numa scanning thing I implemented b. I've never quite understood why that wasn't chosen; but since Mel already got the PAGE_NUMA bits merged by the time I re-surfaced, I didn't want to argue too much about it.