Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754289Ab3CKSuf (ORCPT ); Mon, 11 Mar 2013 14:50:35 -0400 Received: from mail-ia0-f177.google.com ([209.85.210.177]:34897 "EHLO mail-ia0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754033Ab3CKSue (ORCPT ); Mon, 11 Mar 2013 14:50:34 -0400 MIME-Version: 1.0 In-Reply-To: <513E2695.3080707@zytor.com> References: <513D52BA.3070206@redhat.com> <1362977817-23297-1-git-send-email-yinghai@kernel.org> <20130311144853.GB8482@redhat.com> <20130311150256.GC8482@redhat.com> <20130311182655.GB12107@redhat.com> <513E2695.3080707@zytor.com> Date: Mon, 11 Mar 2013 11:50:33 -0700 X-Google-Sender-Auth: jezbDfrwgy8NanxPSDZJxgQXHmc Message-ID: Subject: Re: [PATCH] x86, kdump: Set crashkernel_low automatically From: Yinghai Lu To: "H. Peter Anvin" Cc: Vivek Goyal , Thomas Gleixner , Ingo Molnar , WANG Chao , "Eric W. Biederman" , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1247 Lines: 37 On Mon, Mar 11, 2013 at 11:46 AM, H. Peter Anvin wrote: > On 03/11/2013 11:26 AM, Vivek Goyal wrote: >>> >> Hi Yinghai, >> >> In mutt your patches are showing as attachment instead of inline. Mutt >> thinks attachment is of type "application/octet-stream". Not sure if >> this is configuration issue on my part or something is going on your >> end. >> >> I have few more concerns. >> >> - Are we able to reserve 512MB memory now below 896MB. I remember so >> far it was broken. >> > > What is the purpose of reserving that kind of memory below 896 MB? If > you have a 32-bit system, it will likely be useless since you are > robbing the primary of most of lowmem, on a 64-bit system 896 MB is not > a magic value in any way...? We did not touch 32 bit system. Do you mean that we should For 64bit, we should try under 4G, and then try MAXMEM instead of try under 896M, then 4G, and MAXMEM? Try 896M at first, we will let user to avoid updating their kexec-tools. Thanks Yinghai -- 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/