Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756145Ab3JXTZZ (ORCPT ); Thu, 24 Oct 2013 15:25:25 -0400 Received: from mx1.redhat.com ([209.132.183.28]:24700 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754997Ab3JXTZX (ORCPT ); Thu, 24 Oct 2013 15:25:23 -0400 Date: Thu, 24 Oct 2013 15:24:46 -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: <20131024192446.GF2322@redhat.com> References: <1381751200-27376-1-git-send-email-chaowang@redhat.com> <20131015144810.GI31215@redhat.com> <20131018123837.GB2277@redhat.com> <20131021151643.GA20669@redhat.com> <20131024110117.GB3033@dhcp16-109.nay.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: 983 Lines: 28 On Thu, Oct 24, 2013 at 12:13:41PM -0700, Yinghai Lu wrote: [..] > old kexec-tools could work cross 892M in some case. > That will confuse the user, If it could work beyong 892MB, then why are you limiting user to 896MB only. That sounds wrong. > as it works some time on some setup, but does > not work on other setup. If it can work above 896MB, then those other setup should be fixed. All the existing users of crashkernel=xM *will not* be affected by this change. Memory reservation will still be below 892MB. Memory reservation will gove above 896MB, only if user chooses to reserve more memory. If kexec works in that case, its a win-win situation. If it does not and fails, then it is status quo is maintained. 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/