kdump, vmcoreinfo: report memory sections virtual addresses
[deliverable/linux.git] / arch / x86 / kernel / machine_kexec_64.c
index 5a294e48b18529045ae4371f4ef8dc281773aea8..b1f15a2dab65cc299fd5fb134ef429080e78a55e 100644 (file)
@@ -337,6 +337,10 @@ void arch_crash_save_vmcoreinfo(void)
 #endif
        vmcoreinfo_append_str("KERNELOFFSET=%lx\n",
                              kaslr_offset());
+       VMCOREINFO_PHYS_BASE(phys_base);
+       VMCOREINFO_PAGE_OFFSET(PAGE_OFFSET);
+       VMCOREINFO_VMALLOC_START(VMALLOC_START);
+       VMCOREINFO_VMEMMAP_START(VMEMMAP_START);
 }
 
 /* arch-dependent functionality related to kexec file-based syscall */
This page took 0.0241170000000001 seconds and 5 git commands to generate.