Re: [PATCH] powerpc/kdump: handle crashkernel memory reservation failure

2018-06-28 Thread Dave Young
On 06/28/18 at 10:49am, Hari Bathini wrote: > Memory reservation for crashkernel could fail if there are holes around > kdump kernel offset (128M). Fail gracefully in such cases and print an > error message. > > Signed-off-by: Hari Bathini > --- > arch/powerpc/kernel/machine_kexec.c |7

Re: [PATCH] powerpc/kdump: handle crashkernel memory reservation failure

2018-06-27 Thread David Gibson
On Thu, 28 Jun 2018 10:49:56 +0530 Hari Bathini wrote: > Memory reservation for crashkernel could fail if there are holes around > kdump kernel offset (128M). Fail gracefully in such cases and print an > error message. > > Signed-off-by: Hari Bathini Tested-by: David Gibson > --- >

[PATCH] powerpc/kdump: handle crashkernel memory reservation failure

2018-06-27 Thread Hari Bathini
Memory reservation for crashkernel could fail if there are holes around kdump kernel offset (128M). Fail gracefully in such cases and print an error message. Signed-off-by: Hari Bathini --- arch/powerpc/kernel/machine_kexec.c |7 ++- 1 file changed, 6 insertions(+), 1 deletion(-) diff