Discussion:
Need help for arm64
He Zhe
2016-12-14 09:42:38 UTC
Permalink
Hi,

I notice the function below in kexec/arch/arm64/crashdump-arm64.c. It looks it always causes "kexec -p" to return:
"Memory for crashkernel is not reserved
Please reserve memory by passing"crashkernel=***@Y" parameter to kernel
Then try to loading kdump kernel"

int is_crashkernel_mem_reserved(void)
{
return 0;
}

Do we have plan to implement this?
Do we have workaround for arm64?

Thanks,
Zhe
Maxim Uvarov
2016-12-14 13:37:53 UTC
Permalink
which kexec-tools and which kernel are you using?

Maxim.
Post by He Zhe
Hi,
"Memory for crashkernel is not reserved
Then try to loading kdump kernel"
int is_crashkernel_mem_reserved(void)
{
return 0;
}
Do we have plan to implement this?
Do we have workaround for arm64?
Thanks,
Zhe
_______________________________________________
kexec mailing list
http://lists.infradead.org/mailman/listinfo/kexec
--
Best regards,
Maxim Uvarov
Geoff Levand
2016-12-14 17:20:40 UTC
Permalink
Hi,
Post by He Zhe
Hi,
"Memory for crashkernel is not reserved
Do we have plan to implement this?
Do we have workaround for arm64?
kexec does not yet support kdump. Patches for it are in
review. Check the kexec ML.

-Geoff

Loading...