Re: [PATCH] powerpc/fadump: sysfs for fadump memory reservation

2019-08-07 Thread Sourabh Jain
On 8/7/19 8:40 AM, Michael Ellerman wrote: > Sourabh Jain writes: >> Add a sys interface to allow querying the memory reserved by fadump >> for saving the crash dump. >> >> Signed-off-by: Sourabh Jain >> --- >> Documentation/powerpc/firmware-assisted-dump.rst | 5 + >> arch/powerpc/kerne

Re: [PATCH] powerpc/fadump: sysfs for fadump memory reservation

2019-08-06 Thread Michael Ellerman
Sourabh Jain writes: > Add a sys interface to allow querying the memory reserved by fadump > for saving the crash dump. > > Signed-off-by: Sourabh Jain > --- > Documentation/powerpc/firmware-assisted-dump.rst | 5 + > arch/powerpc/kernel/fadump.c | 14 ++ > 2

Re: [PATCH] powerpc/fadump: sysfs for fadump memory reservation

2019-08-06 Thread Mahesh Jagannath Salgaonkar
On 8/6/19 8:42 AM, Sourabh Jain wrote: > Add a sys interface to allow querying the memory reserved by fadump > for saving the crash dump. > > Signed-off-by: Sourabh Jain Looks good to me. Reviewed-by: Mahesh Salgaonkar Thanks, -Mahesh. > --- > Documentation/powerpc/firmware-assisted-dump.rs

[PATCH] powerpc/fadump: sysfs for fadump memory reservation

2019-08-05 Thread Sourabh Jain
Add a sys interface to allow querying the memory reserved by fadump for saving the crash dump. Signed-off-by: Sourabh Jain --- Documentation/powerpc/firmware-assisted-dump.rst | 5 + arch/powerpc/kernel/fadump.c | 14 ++ 2 files changed, 19 insertions(+) dif