Re: [PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size

2023-01-29 Thread Sourabh Jain
On 30/01/23 08:34, Michael Ellerman wrote: Sourabh Jain writes: On Systems where online memory is lesser compared to max memory, the kexec_file_load system call may fail to load the kdump kernel with the below errors: "Failed to update fdt with linux,drconf-usable-memory property"

Re: [PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size

2023-01-29 Thread Michael Ellerman
Sourabh Jain writes: > On Systems where online memory is lesser compared to max memory, the > kexec_file_load system call may fail to load the kdump kernel with the > below errors: > > "Failed to update fdt with linux,drconf-usable-memory property" > "Error setting up usable-memory propert

Re: [PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size

2023-01-26 Thread Sourabh Jain
Gentle reminder, any comments and suggestions on this fix. - Sourabh On 15/12/22 14:08, Sourabh Jain wrote: On Systems where online memory is lesser compared to max memory, the kexec_file_load system call may fail to load the kdump kernel with the below errors: "Failed to update fdt with

Re: [PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size

2022-12-16 Thread Sourabh Jain
On 16/12/22 11:45, Hari Bathini wrote: On 15/12/22 2:08 pm, Sourabh Jain wrote: On Systems where online memory is lesser compared to max memory, the kexec_file_load system call may fail to load the kdump kernel with the below errors: "Failed to update fdt with linux,drconf-usable-memor

Re: [PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size

2022-12-15 Thread Hari Bathini
On 15/12/22 2:08 pm, Sourabh Jain wrote: On Systems where online memory is lesser compared to max memory, the kexec_file_load system call may fail to load the kdump kernel with the below errors: "Failed to update fdt with linux,drconf-usable-memory property" "Error setting up usable

[PATCH] powerpc/kexec_file: account hot-pluggable memory while estimating FDT size

2022-12-15 Thread Sourabh Jain
On Systems where online memory is lesser compared to max memory, the kexec_file_load system call may fail to load the kdump kernel with the below errors: "Failed to update fdt with linux,drconf-usable-memory property" "Error setting up usable-memory property for kdump kernel" This happens