From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from psmtp.com (na3sys010amx162.postini.com [74.125.245.162]) by kanga.kvack.org (Postfix) with SMTP id 6C2166B0070 for ; Tue, 3 Jul 2012 06:47:03 -0400 (EDT) Date: Tue, 3 Jul 2012 12:45:39 +0200 From: Andrea Arcangeli Subject: Re: [PATCH 04/40] xen: document Xen is using an unused bit for the pagetables Message-ID: <20120703104539.GR3726@redhat.com> References: <1340888180-15355-1-git-send-email-aarcange@redhat.com> <1340888180-15355-5-git-send-email-aarcange@redhat.com> <20120630044700.GA3975@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120630044700.GA3975@localhost.localdomain> Sender: owner-linux-mm@kvack.org List-ID: To: Konrad Rzeszutek Wilk Cc: linux-kernel@vger.kernel.org, linux-mm@kvack.org, Hillf Danton , Dan Smith , Peter Zijlstra , Linus Torvalds , Andrew Morton , Thomas Gleixner , Ingo Molnar , Paul Turner , Suresh Siddha , Mike Galbraith , "Paul E. McKenney" , Lai Jiangshan , Bharata B Rao , Lee Schermerhorn , Rik van Riel , Johannes Weiner , Srivatsa Vaddagiri , Christoph Lameter , Alex Shi , Mauricio Faria de Oliveira , Konrad Rzeszutek Wilk , Don Morris , Benjamin Herrenschmidt Hi Konrad, On Sat, Jun 30, 2012 at 12:47:18AM -0400, Konrad Rzeszutek Wilk wrote: > On Thu, Jun 28, 2012 at 02:55:44PM +0200, Andrea Arcangeli wrote: > > Xen has taken over the last reserved bit available for the pagetables > > Some time ago when I saw this patch I asked about it (if there is way > to actually stop using this bit) and you mentioned it is not the last > bit available for pagemaps. Perhaps you should alter the comment > in this description? As far as I can tell the comment is correct, it is the last bit available. Simply I don't need to use it anymore. There are 3 reserved bits, one is used by Xen, the second is used by SPECIAL the third is used by kmemcheck. > > which is set through ioremap, this documents it and makes the code > > It actually is through ioremap, gntdev (to map another guest memory), > and on pfns which fall in E820 on the non-RAM and gap sections. Well I dropped this patch, there's too much other important work to do, this is only a documentation improvement and a cleanup and I don't need it. -- 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