[Makedumpfile PATCH v4 1/2] makedumpfile: add runtime kaslr offset if it exists
Atsushi Kumagai
ats-kumagai at wm.jp.nec.com
Thu Jun 8 00:59:21 PDT 2017
>Hi Atsushi,
>
>On Friday 26 May 2017 08:36 AM, Pratyush Anand wrote:
>> +#define get_kaslr_offset(X) FALSE
>> #define get_xen_basic_info_arch(X) get_xen_basic_info_arm64(X)
>> #define get_xen_info_arch(X) get_xen_info_arm64(X)
>> #define is_phys_addr(X) stub_true_ul(X)
>> @@ -851,6 +857,7 @@ unsigned long long vaddr_to_paddr_arm(unsigned long vaddr);
>> #define get_phys_base() get_phys_base_arm()
>> #define get_machdep_info() get_machdep_info_arm()
>> #define get_versiondep_info() stub_true()
>> +#define get_kaslr_offset(X) FALSE
>
>
>It seems that using stub_false() would be better than FALSE.
>
>I see, its not yet in upstream/devel branch.
>So, Either you can edit them before applying or may be I can send v5.
>
>Please let me know.
I'll fix it and push it to the devel branch.
Thanks for your pointing out.
Regards,
Atsushi Kumagai
More information about the kexec
mailing list