From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756047Ab2GCKrU (ORCPT ); Tue, 3 Jul 2012 06:47:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50006 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750869Ab2GCKrT (ORCPT ); Tue, 3 Jul 2012 06:47:19 -0400 Date: Tue, 3 Jul 2012 12:45:39 +0200 From: Andrea Arcangeli 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 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: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.