Re: [PATCH v9 3/6] powerpc/crash: add a new member to the kimage_arch struct

2023-03-13 Thread Sourabh Jain
On 13/03/23 21:55, Laurent Dufour wrote: On 12/03/2023 19:11:51, Sourabh Jain wrote: A new member "fdt_index" is added to the kimage_arch struct to hold the index of the FDT (Flattened Device Tree) segment from the kexec the segment array. fdt_index will provide direct access to the FDT

Re: [PATCH v9 3/6] powerpc/crash: add a new member to the kimage_arch struct

2023-03-13 Thread Laurent Dufour
On 12/03/2023 19:11:51, Sourabh Jain wrote: > A new member "fdt_index" is added to the kimage_arch struct to hold > the index of the FDT (Flattened Device Tree) segment from the kexec > the segment array. > > fdt_index will provide direct access to the FDT segment in the kexec > segment array

[PATCH v9 3/6] powerpc/crash: add a new member to the kimage_arch struct

2023-03-12 Thread Sourabh Jain
A new member "fdt_index" is added to the kimage_arch struct to hold the index of the FDT (Flattened Device Tree) segment from the kexec the segment array. fdt_index will provide direct access to the FDT segment in the kexec segment array after the kdump kernel is loaded. The new attribute will