Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp7035783ybi; Thu, 13 Jun 2019 08:30:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqxwhuQCuf/JSDaTp+NRFQ6NUrQs5K7mxVRMfj+vwn5r7NovAmqFkyzmEy/9rLq27Td69E5z X-Received: by 2002:a62:2d3:: with SMTP id 202mr19309825pfc.131.1560439806831; Thu, 13 Jun 2019 08:30:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560439806; cv=none; d=google.com; s=arc-20160816; b=kloatTzEUci5jEpMZ9auEz7XyZ1IHvfueQySLwOxR2wEI7gOHwgzcxkzloFP4rNS+J vPQmjPrjBPBsYpDz4te6TDsmnGNTCXZbZObC9r+mtOUcvCVfd9KtipOGbsKkUgMJucTR +A5Q/1snrp0o7vq37oYWJ2Q1y7GC1AwBigb7C86eN4qIuDJhniiF8aTBhlzYdd/IdzgN UTTtdF4xKzdKA8JW2YQLoUg/ei8n6EiVF198JGseIkVy+4g3Omwngoxb/yi0zWfoEA/h IX3AWu6E2is7ODVOP4849PUcGSH0CD2Jy+gokERr3AI4RydULxUUgGyC7Z2FaqJt4zOq Ezyw== 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=UbxihoWZ3mXaFgGzQ0L2D9nfKgmrQFc66XZo2cq89EI=; b=D93tUtilLSPDNJS2Qc52ZLzECKU8E+vYH2lmL390ux1z4wlTvltO8ERejEkqcMlaB9 jROUDo3EBHNqsZ9ZpZCDNE6vnUHyvVmuzTRyE5Q6nEMSYRVoEz2izP/SnBz7/XcraZh1 7a4xSr/nos1cLYhmot4GDC49eyawoysudrqNT9n3PKyF21bHwWGFW5e5lKlaV4pGWoBE UfZvPcG2cH66ItboUwm8ktCFf4bK42O5GuVbxvS/GcBAtk7UL9Qh8ix7VJwY1Os1LuB0 nGdGeb7jmOBLXc4XOfLzmjyUjoELPRk89Z/8UNcr4NYtjDMVTPeWS6QBwSBHRg64YH0O I38A== 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 j9si65770pgp.328.2019.06.13.08.29.51; Thu, 13 Jun 2019 08:30:06 -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 S1730661AbfFMP2o (ORCPT + 99 others); Thu, 13 Jun 2019 11:28:44 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:34548 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728928AbfFML2F (ORCPT ); Thu, 13 Jun 2019 07:28:05 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id AB2461C04B2F61064578; Thu, 13 Jun 2019 19:28:03 +0800 (CST) Received: from [127.0.0.1] (10.177.131.64) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.439.0; Thu, 13 Jun 2019 19:27:54 +0800 Subject: Re: [PATCH 1/4] x86: kdump: move reserve_crashkernel_low() into kexec_core.c To: Dave Young References: <20190507035058.63992-1-chenzhou10@huawei.com> <20190507035058.63992-2-chenzhou10@huawei.com> <20190612084551.GA24575@dhcp-128-65.nay.redhat.com> CC: , , , , , , , , , , , , , , , From: Chen Zhou Message-ID: <681c9884-4b8b-be87-2d78-d5f53ab23f34@huawei.com> Date: Thu, 13 Jun 2019 19:27:51 +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: <20190612084551.GA24575@dhcp-128-65.nay.redhat.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 Dave, On 2019/6/12 16:45, Dave Young wrote: > Other than the comments from James, can you move the function into > kernel/crash_core.c, we already have some functions moved there for > sharing. Sure. Thanks, Chen Zhou