Re: [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation

2021-08-23 Thread Mike Rapoport
On Mon, Aug 23, 2021 at 09:44:55AM -0500, Rob Herring wrote: > On Mon, Aug 23, 2021 at 8:10 AM Mike Rapoport wrote: > > > > On Mon, Aug 23, 2021 at 12:17:50PM +0200, Geert Uytterhoeven wrote: > > > Hi Mike, > > > > > > On Mon, Aug 16, 2021 at 7:52 AM Mike Rapoport wrote: > > > > On Wed, Aug 11,

Re: [PATCH v5 0/9] Add generic support for kdump DT properties

2021-08-23 Thread Rob Herring
On Mon, Aug 23, 2021 at 5:13 AM Geert Uytterhoeven wrote: > > Hi Rob, > > On Sun, Aug 15, 2021 at 5:25 PM Rob Herring wrote: > > On Wed, Aug 11, 2021 at 10:50:58AM +0200, Geert Uytterhoeven wrote: > > > This patch series adds generic support for parsing DT properties related > > > to crash dump

Re: [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation

2021-08-23 Thread Rob Herring
On Mon, Aug 23, 2021 at 8:10 AM Mike Rapoport wrote: > > On Mon, Aug 23, 2021 at 12:17:50PM +0200, Geert Uytterhoeven wrote: > > Hi Mike, > > > > On Mon, Aug 16, 2021 at 7:52 AM Mike Rapoport wrote: > > > On Wed, Aug 11, 2021 at 10:50:59AM +0200, Geert Uytterhoeven wrote: > > > > Prepare for

Re: [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation

2021-08-23 Thread Mike Rapoport
On Mon, Aug 23, 2021 at 12:17:50PM +0200, Geert Uytterhoeven wrote: > Hi Mike, > > On Mon, Aug 16, 2021 at 7:52 AM Mike Rapoport wrote: > > On Wed, Aug 11, 2021 at 10:50:59AM +0200, Geert Uytterhoeven wrote: > > > Prepare for early_init_fdt_scan_reserved_mem() reserving the memory > > > occupied

Re: [PATCH v5 8/9] arm64: kdump: Remove custom linux,usable-memory-range handling

2021-08-23 Thread Catalin Marinas
On Wed, Aug 11, 2021 at 10:51:06AM +0200, Geert Uytterhoeven wrote: > Remove the architecture-specific code for handling the > "linux,usable-memory-range" property under the "/chosen" node in DT, as > the platform-agnostic FDT core code already takes care of this. > > Signed-off-by: Geert

Re: [PATCH v5 7/9] arm64: kdump: Remove custom linux,elfcorehdr handling

2021-08-23 Thread Catalin Marinas
On Wed, Aug 11, 2021 at 10:51:05AM +0200, Geert Uytterhoeven wrote: > Remove the architecture-specific code for handling the > "linux,elfcorehdr" property under the "/chosen" node in DT, as the > platform-agnostic handling in the FDT core code already takes care of > this. > > Signed-off-by:

Re: [PATCH v5 1/9] MIPS: Avoid future duplicate elf core header reservation

2021-08-23 Thread Geert Uytterhoeven
Hi Mike, On Mon, Aug 16, 2021 at 7:52 AM Mike Rapoport wrote: > On Wed, Aug 11, 2021 at 10:50:59AM +0200, Geert Uytterhoeven wrote: > > Prepare for early_init_fdt_scan_reserved_mem() reserving the memory > > occupied by an elf core header described in the device tree. > > As arch_mem_init()

Re: [PATCH v5 0/9] Add generic support for kdump DT properties

2021-08-23 Thread Geert Uytterhoeven
Hi Rob, On Sun, Aug 15, 2021 at 5:25 PM Rob Herring wrote: > On Wed, Aug 11, 2021 at 10:50:58AM +0200, Geert Uytterhoeven wrote: > > This patch series adds generic support for parsing DT properties related > > to crash dump kernels ("linux,elfcorehdr" and "linux,elfcorehdr" under > > the