>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


_______________________________________________
kexec mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/kexec

Reply via email to