Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp598805pxk; Thu, 3 Sep 2020 07:57:24 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwh1DJw2BtVB9T98D+8vIYAPw2JPAghSn5LobayRqy8Qq1+VcXBp4ZHolz8Vkwx6G8iOB8g X-Received: by 2002:a17:906:d11a:: with SMTP id b26mr2436488ejz.191.1599145044408; Thu, 03 Sep 2020 07:57:24 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1599145044; cv=none; d=google.com; s=arc-20160816; b=nhPJsiFiw1vPYNXf7juv1x05O7CAgpdN2JfVec6qQPMfMR2Fi9Y/xrSby9FF1Ov2VY xFaOlA3FvkATaER1Zvn5QM25IHQ67Uo2ZNBsfAi2rDOZt90RP4qZF37b9qRG/qVCShZL rHL0SdHK8SpNQAG2K1q4Ad9jBh8dqj9vGtLZdMq0hQOWetgiTA8Bs6IoZSiAkPa6pPK9 coV3UZ0LYmrnI2TGin2h0dTMtC8Wa37cVmfxBiZ26l8YtaVOUumDZRbps8BdTMbCXYUX 1AU1rnPlhKwi+p5DjDebfKsS9tULn6xmNSlKrIiTmxRzucic0JmcHDX2aJFoxXFue3Wo KRHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=RGUCCeFBkFuHP8V24SdLkSNbN5iRvkkcpBg1bOeW3xw=; b=dJyErQBCQdbyRff/GTRT8z1+o7Cqfbtz3n3uKVavOGMhmX02HRpkDt0e+qG0xpWDvj 6ynUZundPJAdQmO6wWL1vSGGLHKVG4Tzx8sNadVYQXXRvkNE/rFSW66BFDhlHt7OSleU 9/xLstFEXAYh+Yc7DawifpFkCyW3mkvIw8Sa64EXfGg8BE/XaVFFved6iEqmxRD6g4Di NtLRJGrkCcVR/pyDoONVh5lhnLdsNkyToaRLqBErDdcFL1ytxMlFOe+mhC29dG7Ei6NN 6rBFR88puPM1W0ser3JN8bNE313Bqz59Z/wmkoue58K1b4d+6EE0wucquusaM000S21c WV5g== 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 f2si1849160edy.125.2020.09.03.07.57.01; Thu, 03 Sep 2020 07:57:24 -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 S1729461AbgICO4Y (ORCPT + 99 others); Thu, 3 Sep 2020 10:56:24 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:10764 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729175AbgICOKy (ORCPT ); Thu, 3 Sep 2020 10:10:54 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id C91757B51C7D80ACF500; Thu, 3 Sep 2020 21:18:59 +0800 (CST) Received: from [127.0.0.1] (10.174.176.220) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Thu, 3 Sep 2020 21:18:53 +0800 Subject: Re: [PATCH v11 3/5] arm64: kdump: reimplement crashkernel=X To: Catalin Marinas References: <20200801130856.86625-1-chenzhou10@huawei.com> <20200801130856.86625-4-chenzhou10@huawei.com> <20200902170910.GB16673@gaia> CC: , , , , , , , , , , , , , , , , , , , , , From: chenzhou Message-ID: <779fd86d-4d1a-c2ac-ffc8-79f05526a00c@huawei.com> Date: Thu, 3 Sep 2020 21:18:51 +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: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.176.220] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/9/3 19:26, chenzhou wrote: > Hi Catalin, > > > On 2020/9/3 1:09, Catalin Marinas wrote: >> On Sat, Aug 01, 2020 at 09:08:54PM +0800, Chen Zhou wrote: >>> There are following issues in arm64 kdump: >>> 1. We use crashkernel=X to reserve crashkernel below 4G, which >>> will fail when there is no enough low memory. >>> 2. If reserving crashkernel above 4G, in this case, crash dump >>> kernel will boot failure because there is no low memory available >>> for allocation. >>> 3. Since commit 1a8e1cef7603 ("arm64: use both ZONE_DMA and ZONE_DMA32"), >>> if the memory reserved for crash dump kernel falled in ZONE_DMA32, >>> the devices in crash dump kernel need to use ZONE_DMA will alloc >>> fail. >>> >>> To solve these issues, change the behavior of crashkernel=X. >>> crashkernel=X tries low allocation in ZONE_DMA, and fall back to >>> high allocation if it fails. >>> >>> If requized size X is too large and leads to very little free memory >>> in ZONE_DMA after low allocation, the system may not work normally. >>> So add a threshold and go for high allocation directly if the required >>> size is too large. The value of threshold is set as the half of >>> the low memory. >>> >>> If crash_base is outside ZONE_DMA, try to allocate at least 256M in >>> ZONE_DMA automatically. "crashkernel=Y,low" can be used to allocate >>> specified size low memory. >> Except for the threshold to keep zone ZONE_DMA memory, >> reserve_crashkernel() looks very close to the x86 version. Shall we try >> to make this generic as well? In the first instance, you could avoid the >> threshold check if it takes an explicit ",high" option. > Ok, i will try to do this. > > I look into the function reserve_crashkernel() of x86 and found the start address is > CRASH_ALIGN in function memblock_find_in_range(), which is different with arm64. > > I don't figure out why is CRASH_ALIGN in x86, is there any specific reason? Besides, in function reserve_crashkernel_low() of x86, the start address is 0. > > Thanks, > Chen Zhou > > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > > . >