Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp218623ybk; Tue, 19 May 2020 20:33:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyme0uv+J1aF8xmHo4OrbMBJmQJ8Tv4lsFYLwgwzAjXRWJiPi0cUB8HwnrqsBHnMlga1FKs X-Received: by 2002:a17:907:b11:: with SMTP id h17mr2139212ejl.497.1589945584363; Tue, 19 May 2020 20:33:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589945584; cv=none; d=google.com; s=arc-20160816; b=ve9TlcP9ZTzYuTbg90IL5A0mpVj485wa97BRmHJV3u0vRP4+I2D2yQdJa2l6VWSIZW 8tLNkeST0O4Zgt/sOzoebsYKBrXRXMcHKLvb87pI6MquSpGB0nwygDO9ovZuQKkEzk6b VpoiZLD1Bx63xJhuzooDD6hoqOiAwlhStlRi90VNSJxd3zUq8Betvw2LbsjWvAENMHnt qXt04cbbfj5N/KESSi80rTikR+C6j4nEbdSypP6gVVuFekM9ZblcgqTSvANIKd3suIm2 STIHoxfYhuh6xnd7J/35eUE8M4PhnsiwFTJ6WADzh84KFsSHq1obedNlYPlhqmONT3AS Yv0g== 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=bcRrkKXbK8E80g2P3Gvz6INqOJasahF+wqTp5NRFuHc=; b=qrz89MeQhZSKOuH5QC2tz1OeYnzvxNVSXtc/jDC9SiPTvpXCPkXdWuPhvLQGZq7X3T bD6oWDhpjCJQXUDFamQy/3Zry2cNBLxuHUDlzLr2m7IYi7CdjmVDwGwdd1IF9cuyuJdl /z/hYaIR7nlI7e+CvNBtvdZ6p3BibabaG81Swqso4ir6qnO7EoiZh9IyakVZe4EXij/q Jf8Y59GsmGhSOSoY8CswuvHddmlWARcvqYTmIbIDmsCweWeRC8Dz1oaxUt50uOh/e49Y g3O/LhD4p8DSLRk9WU6tamMEv7uRAbbGQy/OfWgbxkvHMkzhFGHGFYnrjR2U14bF7jw/ q9GA== 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 f23si1081436ejf.414.2020.05.19.20.32.41; Tue, 19 May 2020 20:33:04 -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 S1728474AbgETDav (ORCPT + 99 others); Tue, 19 May 2020 23:30:51 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:42586 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727029AbgETDau (ORCPT ); Tue, 19 May 2020 23:30:50 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id BF96A762C7016041C142; Wed, 20 May 2020 11:30:48 +0800 (CST) Received: from [127.0.0.1] (10.166.213.90) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Wed, 20 May 2020 11:30:45 +0800 Subject: Re: [PATCH v7 0/4] support reserving crashkernel above 4G on arm64 kdump To: Arnd Bergmann References: <20191223152349.180172-1-chenzhou10@huawei.com> CC: Thomas Gleixner , Ingo Molnar , Catalin Marinas , Will Deacon , James Morse , Dave Young , "Bhupesh Sharma" , , , Simon Horman , , "linux-kernel@vger.kernel.org" , Linux ARM , "open list:DOCUMENTATION" From: chenzhou Message-ID: Date: Wed, 20 May 2020 11:30:43 +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="utf-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.166.213.90] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Arnd, On 2020/5/19 18:21, Arnd Bergmann wrote: > On Thu, Mar 26, 2020 at 4:10 AM Chen Zhou wrote: >> Hi all, >> >> Friendly ping... > I was asked about this patch series, and see that you last posted it in > December. I think you should rebase it to linux-5.7-rc6 and post the > entire series again to make progress, as it's unlikely that any maintainer > would pick up the patches from last year. > > For the contents, everything seems reasonable to me, but I noticed that > you are adding a property to the /chosen node without adding the > corresponding documentation to > Documentation/devicetree/bindings/chosen.txt > > Please add that, and Cc the devicetree maintainers on the updated > patch. > > Arnd Thanks for your review and comments, i will rebase it to linux-5.7-rc6 and add the corresponding documentation. Thanks, Chen Zhou >> On 2019/12/23 23:23, Chen Zhou wrote: >>> This patch series enable reserving crashkernel above 4G in arm64. >>> >>> 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. Currently, crashkernel=Y@X can be used to reserve crashkernel above 4G, >>> in this case, if swiotlb or DMA buffers are required, crash dump kernel >>> will boot failure because there is no low memory available for allocation. >>> >>> The previous changes and discussions can be retrieved from: >>> >>> Changes since [v6] >>> - Fix build errors reported by kbuild test robot. > ... > > . >