From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mx1.redhat.com ([209.132.183.28]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VZQjI-0003Iv-8x for kexec@lists.infradead.org; Thu, 24 Oct 2013 19:38:00 +0000 Date: Thu, 24 Oct 2013 15:37:30 -0400 From: Vivek Goyal Subject: Re: [PATCH] x86, kdump: crashkernel=X try to reserve below 896M first, then try below 4G, then MAXMEM Message-ID: <20131024193730.GH2322@redhat.com> References: <20131018123837.GB2277@redhat.com> <20131021151643.GA20669@redhat.com> <20131024140241.GA2322@redhat.com> <20131024191821.GE2322@redhat.com> <20131024192752.GG2322@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20131024192752.GG2322@redhat.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" Errors-To: kexec-bounces+dwmw2=twosheds.infradead.org@lists.infradead.org To: Yinghai Lu Cc: "kexec@lists.infradead.org" , Jacob Shin , Linux Kernel Mailing List , Pekka Enberg , Ingo Molnar , "Eric W. Biederman" , "H. Peter Anvin" , Thomas Gleixner , Andrew Morton , WANG Chao On Thu, Oct 24, 2013 at 03:27:52PM -0400, Vivek Goyal wrote: > On Thu, Oct 24, 2013 at 12:24:57PM -0700, Yinghai Lu wrote: > > On Thu, Oct 24, 2013 at 12:18 PM, Vivek Goyal wrote: > > > On Thu, Oct 24, 2013 at 12:15:25PM -0700, Yinghai Lu wrote: > > > > > > Also keeping things simple by not trying to *impose* a new crashkernel= > > > syntax on existing crashkernel=xM users. > > > > Existing user that have crashkernel=xM working with their old kernel > > and old kexec-tools, they still could keep their old command line and > > old kexec-tools > > with new updated kernel. > > We should not change semantics to surprise them. > > Old users will get reservation still below 896MB. > > It will go above 896MB only if memory could not be allocated below 896MB. > > In the past reservation will fail and kexec-tools will fail. > Now reservation will succeed but kexec-tools will fail. Only corner case I can see is where memory is reserved higher, old kexec-tools is not smart enough to figure out in advance that kernel will not boot at this high address and still goes ahead and loads the kernel and crash dump fails at run time. But this will happen only if memory reservation below 896MB fails. And in most of the cases after kernel upgrade, memory should still come from memory region below 896MB. Thanks Vivek _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec