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 CE56AC433FE for ; Tue, 15 Nov 2022 12:20:19 +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:From:References:CC:To:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=JNpCoazIVyl6GNHRx6tPhx3Mwr1/LC/6kAgr1JGxgJ8=; b=kEN3VyEvgeM8L2eZXkW4RkJ9xS jkk1A5SZghCz+lG6KetfarWHykqnqT6/mKq2mTk3rBwt6kMbYHN/4NzfiEtsTYhA3H5VckzxoidAq lvTSAexPOunIQ0tw1EhJyrIOdSk3qOQNxXUuz6fMwAn7LSu1TkMRRUS92qzHuL1xcvA4ndyqxAOQi GZJ54eGzVCnIU5j+I6YxvOFlBOvKTwDdLUyTjDcITl74h8HHjVRYFJcrc1kLQwoA7OscthE843pft RqFpiqBRoIjVG15MpNyUMtCvjQZtQ3o+PCBRY9bYiA5Ptrd5Cx4204X2KsQriLk8JU0RpEmV6qMvn ew+HhLvg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouuuM-00Ax8u-Ow; Tue, 15 Nov 2022 12:19:18 +0000 Received: from szxga02-in.huawei.com ([45.249.212.188]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ouutc-00AwPn-W1; Tue, 15 Nov 2022 12:18:34 +0000 Received: from dggpemm500023.china.huawei.com (unknown [172.30.72.54]) by szxga02-in.huawei.com (SkyGuard) with ESMTP id 4NBQDs0tDczRpFg; Tue, 15 Nov 2022 20:18:05 +0800 (CST) Received: from dggpemm500006.china.huawei.com (7.185.36.236) by dggpemm500023.china.huawei.com (7.185.36.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.31; Tue, 15 Nov 2022 20:18: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.2375.31; Tue, 15 Nov 2022 20:18:22 +0800 Subject: Re: [PATCH v3 0/2] arm64: kdump: Function supplement and performance optimization To: Will Deacon CC: Dave Young , Baoquan He , Vivek Goyal , , , Catalin Marinas , , Jonathan Corbet , , "Eric W . Biederman" , Randy Dunlap , Feng Zhou , Kefeng Wang , Chen Zhou , John Donnelly , "Dave Kleikamp" References: <20220711090319.1604-1-thunder.leizhen@huawei.com> <20221115115837.GE32523@willie-the-truck> From: "Leizhen (ThunderTown)" Message-ID: <6c1751be-9957-0765-5e68-2eb78adc9a94@huawei.com> Date: Tue, 15 Nov 2022 20:18:21 +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: <20221115115837.GE32523@willie-the-truck> 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-20221115_041833_247151_07DDD9A6 X-CRM114-Status: UNSURE ( 7.93 ) X-CRM114-Notice: Please train this message. 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 2022/11/15 19:58, Will Deacon wrote: > On Mon, Jul 11, 2022 at 05:03:17PM +0800, Zhen Lei wrote: >> v2 --> v3: >> 1. Discard patch 3 in v2, a cleanup patch. > > Do you plan to respin this series, addressing the various comments on v3? Yes, I haven't figured out where to make DEFAULT_CRASH_KERNEL_LOW_SIZE generic. > > Will > . > -- Regards, Zhen Lei _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel