Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp5769487yba; Thu, 11 Apr 2019 05:33:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqwEWByTRdwTO/tU7QQMCM2i3d5STIlmNBnnSBQtSZprM5LkREAHiO2nhC9y9Zqq3eRgTe+g X-Received: by 2002:a63:403:: with SMTP id 3mr42464687pge.335.1554986000775; Thu, 11 Apr 2019 05:33:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1554986000; cv=none; d=google.com; s=arc-20160816; b=EMfbIgpkadJfwPRphq0VOwgIqcwGtRcXRoBhQodcgdHCi7S4NvKI3e81q3DBNKLV8r w2KY2JEG4hUXKYfns1L9VSpoBvyvTkWQyoVaJMn3qHEZm+xaGxoi9wqzsAraTV5eKdfZ WfOSprKPH4uAhnMak3lRUiZBRe8G+TmhGga6Q9t9iOlrDVVWxG2N7Kn5tBBMGi0qTbn4 wny72kRoduVtRZEM5Sg44H3RWyZu0os9c2lUBYZjoFlgLNQ+LmNpKvg5XUDMB8vB05so SxuPj90fBehmo2TlL31MEwMgjluoO6+xUh80BFTMeSevnvlFUafGe0JaK5YhlcVeBf0R mqvw== 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=bt6wWpJdybrxVqwerEg7eEw6uZTRVVYM53TvODhSPBc=; b=IgkfgWKboq41TCwqwx/HHhfSbk1PX5PuOdCAO0N4nBDvj9AGF1x+rTeAlckQdhzrwg NjoOVvZ5giw9caXn4xKNNXL4hEqaGpwy6MuBNTZ7ZtHRIjbVKViq08ItEI9Q3o/gd3bJ GUkbD/GgZaTBcznH2SZveM+/3cMDtiWPo9LTktEUjdkp83HQFMPJHE5ZPg05J8J7nkdJ r/p6BcoeLRpscXYD/CRkIzZDRTr8ZH94hXnQF0yTa7huXB3pFQ7Q27Zrm9KHCrEQfpqx EITjxa9U9C/izqByhlGGxGJJ8SAD91JXCC/NuuOtgyHrsj2+T2Zny8JAr/ryCBwSW38C 5G+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w22si12352673pgj.174.2019.04.11.05.33.05; Thu, 11 Apr 2019 05:33:20 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726727AbfDKMca (ORCPT + 99 others); Thu, 11 Apr 2019 08:32:30 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:41538 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726536AbfDKMc2 (ORCPT ); Thu, 11 Apr 2019 08:32:28 -0400 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 7E4E0BFF5522A0FE345B; Thu, 11 Apr 2019 20:32:21 +0800 (CST) Received: from [127.0.0.1] (10.177.131.64) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.408.0; Thu, 11 Apr 2019 20:32:13 +0800 Subject: Re: [PATCH v3 1/4] x86: kdump: move reserve_crashkernel_low() into kexec_core.c To: Ingo Molnar References: <20190409102819.121335-1-chenzhou10@huawei.com> <20190409102819.121335-2-chenzhou10@huawei.com> <20190410070914.GA10935@gmail.com> CC: , , , , , , , , , , , , , , , From: Chen Zhou Message-ID: <31b41dcc-0d16-d1d0-bff9-dec3e77515c1@huawei.com> Date: Thu, 11 Apr 2019 20:32:11 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <20190410070914.GA10935@gmail.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.177.131.64] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ingo, On 2019/4/10 15:09, Ingo Molnar wrote: > > * Chen Zhou wrote: > >> In preparation for supporting more than one crash kernel regions >> in arm64 as x86_64 does, move reserve_crashkernel_low() into >> kexec/kexec_core.c. >> >> Signed-off-by: Chen Zhou >> --- >> arch/x86/include/asm/kexec.h | 3 ++ >> arch/x86/kernel/setup.c | 66 +++++--------------------------------------- >> include/linux/kexec.h | 1 + >> kernel/kexec_core.c | 53 +++++++++++++++++++++++++++++++++++ >> 4 files changed, 64 insertions(+), 59 deletions(-) > > No objections for this to be merged via the ARM tree, as long as x86 > functionality is kept intact. This patch has no affect on x86. Thanks, Chen Zhou > > Thanks, > > Ingo > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > >