[Makedumpfile PATCH v4 1/2] makedumpfile: add runtime kaslr offset if it exists
Pratyush Anand
panand at redhat.com
Thu Jun 8 01:10:36 PDT 2017
On Thursday 08 June 2017 01:29 PM, Atsushi Kumagai wrote:
>> 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 :-)
> Thanks for your pointing out.
~Pratyush
More information about the kexec
mailing list