Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753891AbbG0Ol1 (ORCPT ); Mon, 27 Jul 2015 10:41:27 -0400 Received: from 8bytes.org ([81.169.241.247]:55936 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751262AbbG0Ol0 (ORCPT ); Mon, 27 Jul 2015 10:41:26 -0400 Date: Mon, 27 Jul 2015 16:41:24 +0200 From: Joerg Roedel To: Baoquan He Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, bp@suse.de, akpm@linux-foundation.org, jkosina@suse.cz, vgoyal@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] Do not reserve crashkernel high memory if crashkernel low memory reserving failed Message-ID: <20150727144124.GO10969@8bytes.org> References: <1437304064-9916-1-git-send-email-bhe@redhat.com> <20150719145320.GB9968@dhcp-17-102.nay.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150719145320.GB9968@dhcp-17-102.nay.redhat.com> 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: 1490 Lines: 34 Hi Baoquan, thanks for the fix! On Sun, Jul 19, 2015 at 10:53:20PM +0800, Baoquan He wrote: > People reported that when allocating crashkernel memory using > ",high" and ",low" syntax, there were cases where the reservation > of the "high" portion succeeds, but the reservation of the "low" > portion fails. Then kexec can load kdump kernel successfully, but > the boot of kdump kernel fails as there's no low memory. This is > because allocation of low memory for kdump kernel can fail on large > systems for reasons. E.g it could be manually specified crashkernel > low memory is too large to find in memblock region. > > In this patch add return value for reserve_crashkernel_low. Then put > the crashkernel low memory reserving earlier, just between finding > the crashkernel high memory region and reserving crashkernel high > memory. Then if crashkernel low memory reserving failed we do not > reserve crashkernel high memory but return immediately. Users can > take measures when they found kdump kernel cann't be loaded > successfully. > > Signed-off-by: Baoquan He > --- > arch/x86/kernel/setup.c | 14 ++++++++------ > 1 file changed, 8 insertions(+), 6 deletions(-) Reviewed-by: Joerg Roedel -- 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/