Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756090Ab3JXT2Y (ORCPT ); Thu, 24 Oct 2013 15:28:24 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55892 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753940Ab3JXT2W (ORCPT ); Thu, 24 Oct 2013 15:28:22 -0400 Date: Thu, 24 Oct 2013 15:27:52 -0400 From: Vivek Goyal To: Yinghai Lu Cc: WANG Chao , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , Pekka Enberg , Jacob Shin , Andrew Morton , "Eric W. Biederman" , "kexec@lists.infradead.org" , Linux Kernel Mailing List Subject: Re: [PATCH] x86, kdump: crashkernel=X try to reserve below 896M first, then try below 4G, then MAXMEM Message-ID: <20131024192752.GG2322@redhat.com> References: <20131015144810.GI31215@redhat.com> <20131018123837.GB2277@redhat.com> <20131021151643.GA20669@redhat.com> <20131024140241.GA2322@redhat.com> <20131024191821.GE2322@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1197 Lines: 30 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. So end result a user sees is that kexec-tools fails. So I don't see how we are breaking existing installations or user setups. Thanks Vivek -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/