From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from kirsty.vergenet.net ([202.4.237.240]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jhYjh-0005x7-1C for kexec@lists.infradead.org; Sat, 06 Jun 2020 13:19:46 +0000 Date: Sat, 6 Jun 2020 15:19:33 +0200 From: Simon Horman Subject: Re: [PATCH v3] arm64: kdump: add another DT property to crash dump kernel's dtb Message-ID: <20200606131933.GA24391@vergenet.net> References: <20200521083257.53415-1-chenzhou10@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200521083257.53415-1-chenzhou10@huawei.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Chen Zhou Cc: kexec@lists.infradead.org On Thu, May 21, 2020 at 04:32:57PM +0800, Chen Zhou wrote: > Currently, there is only one crash kernel region on arm64, we add > another region "crash kernel low" used for crash dump kernel devices. > > To do this, we add DT property "linux,low-memory-range" to crash > dump kernel's dtb to pass the low region. > > Signed-off-by: Chen Zhou > --- > For "support reserving crashkernel above 4G on arm64 kdump", we need > to modify the kexec-tools. > > Changes since [v2]: > - Rebase to latest kexec-tools code. > > Changes since [v1]: > - Add another DT property "linux,low-memory-range" to crash dump kernel's > dtb to pass the low region instead of reusing "linux,usable-memory-range". > > [1]: http://lists.infradead.org/pipermail/kexec/2019-April/022792.html > [2]: http://lists.infradead.org/pipermail/kexec/2019-August/023569.html Thanks. I think it would be appropriate for me to apply this change to kexec-tools once the corresponding changes have been accepted to the kernel. Please repost when that is the case. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec