Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp905273pxk; Thu, 17 Sep 2020 21:01:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx0Geq0SUnJHXOjx1EwtLsYjae+sDIfanZ6ke3svNBvNLEmOZaX1dWuRc/gzUJJ2qT6RnYM X-Received: by 2002:aa7:d34b:: with SMTP id m11mr36784984edr.178.1600401681477; Thu, 17 Sep 2020 21:01:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600401681; cv=none; d=google.com; s=arc-20160816; b=CeLHgnTynAnaN3qpA1jgLi18+z1aJEbBCuZ+WEO+vvX6Zb3RM+l6H8eE/SUkbR34TD ONpv7neeuUTFq2GLGyzhG3TPQ6+L0XkkSE7/wyqRl8aNYwlcIPhjVITdwfm2jVc4f5EM idHDlWgvdppcTmrroLPXzLSByFjJP5OoTA4gts9SMw6WOOUhP3TlFkXxDoqGeiExpUj+ y27Z7CTUVD1cL/fgrIQ0aEGtDXYmLeUPMevDvu3CN29oVrcCZ6Bhs6gGq3IQiYCKnece wuKMmiXpI5e1O7jxCMkkojI3OtYH623EXCOWrqqmZGTHOihV7pxMXEEqiUNd0yW5/BUV DLDQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=05VOGlCGCKqqJpOx8SBZRqiDK7Kc6VQzp3kyt6w9P64=; b=MlZnHWGY6TgBQ5xB5xhA/Wuc1FmPp3v099oXebv2r36q3se25IhQupEnnyBemAZmMb hSL4Uccc/KZ5Xe6Z7TtCsypDnAKu01NADXPJS0T88RBoJjWp3SE0K8fChjTKAYNdg8hK NyOMZlHcz+VQRzg3M8jNW0zuHv2ZEuxgecRKNe6E6OY6InCK3dA4QjqPB2qfVvOCeSz2 4OPOSV3jxCQlvOIUBSltXogiSDeZAbFjMyvByRJwUlMiUZ8Oz4WQza487b5xqHBuGql4 hUT3dc96Qs/NGU2iozitpjRtjWHn/yrdewj8INRqkJe+UHk5aunbQYNvI7lYsBqormAI QFmQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t5si1289662edt.527.2020.09.17.21.00.58; Thu, 17 Sep 2020 21:01:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726437AbgIRD5T (ORCPT + 99 others); Thu, 17 Sep 2020 23:57:19 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:53380 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726102AbgIRD5S (ORCPT ); Thu, 17 Sep 2020 23:57:18 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id AFF254184C0DB64F4702; Fri, 18 Sep 2020 11:57:15 +0800 (CST) Received: from [10.174.176.220] (10.174.176.220) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.487.0; Fri, 18 Sep 2020 11:57:07 +0800 Subject: Re: [PATCH v12 3/9] x86: kdump: use macro CRASH_ADDR_LOW_MAX in functions reserve_crashkernel[_low]() To: Dave Young References: <20200907134745.25732-1-chenzhou10@huawei.com> <20200907134745.25732-4-chenzhou10@huawei.com> <20200918030112.GA3356@dhcp-128-65.nay.redhat.com> CC: , , , , , , , , , , , , , , , , , , , , , From: chenzhou Message-ID: Date: Fri, 18 Sep 2020 11:57:06 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20200918030112.GA3356@dhcp-128-65.nay.redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.176.220] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Dave, On 2020/9/18 11:01, Dave Young wrote: > On 09/07/20 at 09:47pm, Chen Zhou wrote: >> To make the functions reserve_crashkernel[_low]() as generic, >> replace some hard-coded numbers with macro CRASH_ADDR_LOW_MAX. >> >> Signed-off-by: Chen Zhou >> --- >> arch/x86/kernel/setup.c | 11 ++++++----- >> 1 file changed, 6 insertions(+), 5 deletions(-) >> >> diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c >> index d7fd90c52dae..71a6a6e7ca5b 100644 >> --- a/arch/x86/kernel/setup.c >> +++ b/arch/x86/kernel/setup.c >> @@ -430,7 +430,7 @@ static int __init reserve_crashkernel_low(void) >> unsigned long total_low_mem; >> int ret; >> >> - total_low_mem = memblock_mem_size(1UL << (32 - PAGE_SHIFT)); >> + total_low_mem = memblock_mem_size(CRASH_ADDR_LOW_MAX >> PAGE_SHIFT); > total_low_mem != CRASH_ADDR_LOW_MAX I just replace the magic number with macro, no other change. Besides, function memblock_mem_size(limit_pfn) will compute the memory size according to the actual system ram. Thanks, Chen Zhou > >> >> /* crashkernel=Y,low */ >> ret = parse_crashkernel_low(boot_command_line, total_low_mem, &low_size, &base); > The param total_low_mem is for dynamically change crash_size according > to system ram size. > > Is above change a must for your arm64 patches? See above. > >> @@ -451,7 +451,7 @@ static int __init reserve_crashkernel_low(void) >> return 0; >> } >> >> - low_base = memblock_find_in_range(CRASH_ALIGN, 1ULL << 32, low_size, CRASH_ALIGN); >> + low_base = memblock_find_in_range(CRASH_ALIGN, CRASH_ADDR_LOW_MAX, low_size, CRASH_ALIGN); >> if (!low_base) { >> pr_err("Cannot reserve %ldMB crashkernel low memory, please try smaller size.\n", >> (unsigned long)(low_size >> 20)); >> @@ -504,8 +504,9 @@ static void __init reserve_crashkernel(void) >> if (!crash_base) { >> /* >> * Set CRASH_ADDR_LOW_MAX upper bound for crash memory, >> - * crashkernel=x,high reserves memory over 4G, also allocates >> - * 256M extra low memory for DMA buffers and swiotlb. >> + * crashkernel=x,high reserves memory over CRASH_ADDR_LOW_MAX, >> + * also allocates 256M extra low memory for DMA buffers >> + * and swiotlb. >> * But the extra memory is not required for all machines. >> * So try low memory first and fall back to high memory >> * unless "crashkernel=size[KMG],high" is specified. >> @@ -539,7 +540,7 @@ static void __init reserve_crashkernel(void) >> return; >> } >> >> - if (crash_base >= (1ULL << 32) && reserve_crashkernel_low()) { >> + if (crash_base >= CRASH_ADDR_LOW_MAX && reserve_crashkernel_low()) { >> memblock_free(crash_base, crash_size); >> return; >> } >> -- >> 2.20.1 >> > . >