From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 14135C433EF for ; Wed, 15 Dec 2021 08:57:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:References:CC:To:From:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=hOrY7pRUQXcwztT1VXjXCtBAh8aG1TK3exPqeOWBWE8=; b=OTkPNryM92IQo4WWcDz2P7Qo2J 67xT3ruRH4a2WJEa/dgMlv5042NyiH3g+i6hZf6aUyPQ9EXWc7GiOk7f1EnOUBI04AtxyZNhKZobY Or/l2S4KicyQffo7Uc4E1nsYo2YCy9Wh5ti63AzGkT/XUgJYIogBXLxgrchKUg4oZuIaWk4XfVcIf jdQYVnUBlApkNZ0tqAs6lQ+XmKIXOMrXKzJSrBXaAq9v6c16Ee/a4Yd5KxLSI3zKZmCaIbxj6p9vl sUswdp64paftb7705w/fFEQG/+hcxza3QBwvSFkUXC8IEjulkmLKhZgBW6W5jAwY4QQDW6kWla+1r +/zN871g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxQ5X-00HQET-EA; Wed, 15 Dec 2021 08:56:39 +0000 Received: from szxga01-in.huawei.com ([45.249.212.187]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mxQ5K-00HQ6C-NH; Wed, 15 Dec 2021 08:56:29 +0000 Received: from dggpemm500020.china.huawei.com (unknown [172.30.72.57]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4JDTcQ1xhbzXdTj; Wed, 15 Dec 2021 16:56:06 +0800 (CST) Received: from dggpemm500006.china.huawei.com (7.185.36.236) by dggpemm500020.china.huawei.com (7.185.36.49) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 15 Dec 2021 16:56:23 +0800 Received: from [10.174.178.55] (10.174.178.55) by dggpemm500006.china.huawei.com (7.185.36.236) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.20; Wed, 15 Dec 2021 16:56:22 +0800 Subject: Re: [PATCH v17 04/10] x86: kdump: move xen_pv_domain() check and insert_resource() to setup_arch() From: "Leizhen (ThunderTown)" To: Thomas Gleixner , Ingo Molnar , Borislav Petkov , , "H . Peter Anvin" , , Dave Young , Baoquan He , Vivek Goyal , Eric Biederman , , Catalin Marinas , "Will Deacon" , , Rob Herring , Frank Rowand , , Jonathan Corbet , CC: Randy Dunlap , Feng Zhou , Kefeng Wang , "Chen Zhou" References: <20211210065533.2023-1-thunder.leizhen@huawei.com> <20211210065533.2023-5-thunder.leizhen@huawei.com> Message-ID: <03bd43f3-14a1-dbd1-9fff-118c0885653c@huawei.com> Date: Wed, 15 Dec 2021 16:56:11 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US X-Originating-IP: [10.174.178.55] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggpemm500006.china.huawei.com (7.185.36.236) X-CFilter-Loop: Reflected X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211215_005627_185733_071B7435 X-CRM114-Status: GOOD ( 22.39 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2021/12/14 19:40, Leizhen (ThunderTown) wrote: > > > On 2021/12/10 14:55, Zhen Lei wrote: >> From: Chen Zhou >> >> We will make the functions reserve_crashkernel() as generic, the >> xen_pv_domain() check in reserve_crashkernel() is relevant only to >> x86, the same as insert_resource() in reserve_crashkernel[_low](). >> So move xen_pv_domain() check and insert_resource() to setup_arch() >> to keep them in x86. >> >> Suggested-by: Mike Rapoport >> Signed-off-by: Chen Zhou >> Signed-off-by: Zhen Lei >> Tested-by: John Donnelly >> Tested-by: Dave Kleikamp >> Acked-by: Baoquan He >> --- >> arch/x86/kernel/setup.c | 19 +++++++++++-------- >> 1 file changed, 11 insertions(+), 8 deletions(-) >> >> diff --git a/arch/x86/kernel/setup.c b/arch/x86/kernel/setup.c >> index bb2a0973b98059e..7ae00716a208f82 100644 >> --- a/arch/x86/kernel/setup.c >> +++ b/arch/x86/kernel/setup.c >> @@ -456,7 +456,6 @@ static int __init reserve_crashkernel_low(void) >> >> crashk_low_res.start = low_base; >> crashk_low_res.end = low_base + low_size - 1; >> - insert_resource(&iomem_resource, &crashk_low_res); >> #endif >> return 0; >> } >> @@ -480,11 +479,6 @@ static void __init reserve_crashkernel(void) >> high = true; >> } >> >> - if (xen_pv_domain()) { >> - pr_info("Ignoring crashkernel for a Xen PV domain\n"); >> - return; >> - } >> - >> /* 0 means: find the address automatically */ >> if (!crash_base) { >> /* >> @@ -531,7 +525,6 @@ static void __init reserve_crashkernel(void) >> >> crashk_res.start = crash_base; >> crashk_res.end = crash_base + crash_size - 1; >> - insert_resource(&iomem_resource, &crashk_res); >> } >> #else >> static void __init reserve_crashkernel(void) >> @@ -1143,7 +1136,17 @@ void __init setup_arch(char **cmdline_p) >> * Reserve memory for crash kernel after SRAT is parsed so that it >> * won't consume hotpluggable memory. >> */ >> - reserve_crashkernel(); > > Hi Baoquan: > How about move "#ifdef CONFIG_KEXEC_CORE" here, so that we can remove the > empty reserve_crashkernel(). In fact, xen_pv_domain() is invoked only > when CONFIG_KEXEC_CORE is enabled before. Hi Baoquan: Did you miss this email? If no reply, I will keep it no change. > >> + if (xen_pv_domain()) >> + pr_info("Ignoring crashkernel for a Xen PV domain\n"); >> + else { >> + reserve_crashkernel(); >> +#ifdef CONFIG_KEXEC_CORE >> + if (crashk_res.end > crashk_res.start) >> + insert_resource(&iomem_resource, &crashk_res); >> + if (crashk_low_res.end > crashk_low_res.start) >> + insert_resource(&iomem_resource, &crashk_low_res); >> +#endif >> + } >> >> memblock_find_dma_reserve(); >> >> > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > . > _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel