From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Wed, 2 Sep 2020 18:32:17 +0200 From: Simon Horman Subject: Re: [PATCH] arm: kdump: Add DT properties to crash dump kernel's DTB Message-ID: <20200902163217.GH21427@vergenet.net> References: <20200902154129.6358-1-geert+renesas@glider.be> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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: Geert Uytterhoeven Cc: Linux-Renesas , Akashi Takahiro , Lukasz Stelmach , kexec@lists.infradead.org, Linux ARM On Wed, Sep 02, 2020 at 05:48:00PM +0200, Geert Uytterhoeven wrote: > On Wed, Sep 2, 2020 at 5:41 PM Geert Uytterhoeven > wrote: > > Pass the following properties to the crash dump kernel, to provide a > > modern DT interface between kexec and the crash dump kernel: > > > > - linux,elfcorehdr: ELF core header segment, similar to the > > "elfcorehdr=" kernel parameter. > > - linux,usable-memory-range: Usable memory reserved for the crash dump > > kernel. > > This makes the memory reservation explicit, so Linux no longer needs > > to mask the program counter, and rely on the "mem=" kernel parameter > > to obtain the start and size of usable memory. > > > > For backwards compatibility, the "elfcorehdr=" and "mem=" kernel > > parameters are still appended to the kernel command line. > > > > Loosely based on the ARM64 version by Akashi Takahiro. > > > > Signed-off-by: Geert Uytterhoeven > > The counterpart patch for linux is "[PATCH] ARM: Parse kdump DT > properties" > (https://lore.kernel.org/r/20200902154538.6807-1-geert+renesas@glider.be) Thanks Geert, I think it would be best to hold-off on the user-space patch until the kernel patch is accepted. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec