From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754795Ab3AKUIo (ORCPT ); Fri, 11 Jan 2013 15:08:44 -0500 Received: from terminus.zytor.com ([198.137.202.10]:51354 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753326Ab3AKUIm (ORCPT ); Fri, 11 Jan 2013 15:08:42 -0500 Message-ID: <50F070D8.2080109@zytor.com> Date: Fri, 11 Jan 2013 12:06:48 -0800 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Yinghai Lu CC: Thomas Renninger , MUNEDA Takahiro , Takao Indoh , linux-pci@vger.kernel.org, x86@kernel.org, linux-kernel@vger.kernel.org, andi@firstfloor.org, tokunaga.keiich@jp.fujitsu.com, kexec@lists.infradead.org, hbabu@us.ibm.com, mingo@redhat.com, ddutile@redhat.com, vgoyal@redhat.com, ishii.hironobu@jp.fujitsu.com, bhelgaas@google.com, tglx@linutronix.de, khalid@gonehiking.org, horms@verge.net.au Subject: Re: [PATCH] x86 e820: only void usable memory areas in memmap=exactmap case References: <20121127004144.3604.61708.sendpatchset@tindoh.g01.fujitsu.local> <201301111333.49238.trenn@suse.de> <1603289.LXteBtkifD@hammer82.arch.suse.de> In-Reply-To: X-Enigmail-Version: 1.5 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/11/2013 11:59 AM, Yinghai Lu wrote: > On Fri, Jan 11, 2013 at 10:24 AM, Thomas Renninger wrote: >>> We may need to keep exactmap intact. >> Why? >> Kexec/kdump should have been the only user? >> If older/current kexec calls still add ACPI maps via memmap=X#Y, >> they should already exist in the original e820 map and fall off or >> get glued to one region if (wrongly) overlapping via sanitize_map. > > No, kexec/kdump is not the only user for memmap=exactmap. > Who is using it then, since you seem to know? -hpa