Re: [PATCH] kexec/ppc: cleanup crash regions creation

2014-03-21 Thread Nikita Yushchenko
for x86. Credits to Yadviga Grigorieva yadv...@dev.rtsoft.ru for tracking down this issue for ppc. Also this patch makes excluding crash kernel region a bit shorter, and removes unused variable to get rid of compiler warning. Signed-off-by: Nikita Yushchenko nyushche...@dev.rtsoft.ru --- kexec

[PATCH] kexec/powerpc: fix exporting memory limit

2014-03-06 Thread Nikita Yushchenko
subsystem. These are adjusted at kernel memory management init and thus always contain values that match reality. Signed-off-by: Nikita Yushchenko nyushche...@dev.rtsoft.ru --- arch/powerpc/kernel/machine_kexec.c |8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/arch/powerpc

Re: [PATCH] kexec/powerpc: fix exporting memory limit

2014-03-06 Thread Nikita Yushchenko
On Thu, 2014-03-06 at 18:24 +0400, Nikita Yushchenko wrote: When preparing dump-capturing kernel, kexec userspace tool needs to know actual amount of memory used by the running kernel. This may differ from extire available DRAM for a couple of reasons. To address this issue, kdump kernel

[PATCH] kexec/ppc: cleanup crash regions creation

2014-03-06 Thread Nikita Yushchenko
. Credits to Yadviga Grigorieva yadv...@dev.rtsoft.ru for tracking down this issue for ppc. Also this patch makes excluding crash kernel regoin a bit shorter, and removes unused variable to get rid of compiler warning. Signed-off-by: Nikita Yushchenko nyushche...@dev.rtsoft.ru --- kexec/arch/ppc