From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1S1oaz-0006Vg-D2 for kexec@lists.infradead.org; Mon, 27 Feb 2012 00:37:42 +0000 Date: Mon, 27 Feb 2012 09:37:30 +0900 From: Simon Horman Subject: Re: [PATCH] kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurations Message-ID: <20120227003727.GA30831@verge.net.au> References: <1330094447-11900-1-git-send-email-will.deacon@arm.com> <20120225023748.GE21429@verge.net.au> <20120226225842.GA23028@mudshark.cambridge.arm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20120226225842.GA23028@mudshark.cambridge.arm.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kexec-bounces@lists.infradead.org Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Will Deacon Cc: "kexec@lists.infradead.org" On Sun, Feb 26, 2012 at 10:58:42PM +0000, Will Deacon wrote: > On Sat, Feb 25, 2012 at 02:37:49AM +0000, Simon Horman wrote: > > On Fri, Feb 24, 2012 at 02:40:47PM +0000, Will Deacon wrote: > > > nommu platforms don't have very interesting swapper_pg_dir pointers and > > > usually just #define them to NULL, meaning that we can't include them in > > > the vmcoreinfo on the kexec crash path. > > > > > > This patch only saves the swapper_pg_dir if we have an MMU. > > > > Hi Will, > > Hi Simon, > > > might this cover cases where swapper_pg_dir is interesting? > > The only case where it's interesting is when you have CONFIG_MMU enabled - > otherwise it's always NULL. If it's #defined as NULL, the current code will > fail at build time so simply omitting it from the dump seems like the best > bet to me (the alternative being to add a NULL entry explicitly, but I don't > see what the gains us). Hi Will, thanks for the clarification. FWIW I am happy with your patch. Reviewed-by: Simon Horman _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec