Hi, Here I am sending Xen kdump fixes. Daniel Daniel Kiper (7): kexec: Define some constants and structures conditionally xen: Rename e820_to_kexec_type() to xen_e820_to_kexec_type() and export it kexec: Move crash kernel area placement and size detection to is_crashkernel_mem_reserved() kexec: Add segregate_lowmem_region() kexec: Get backup area start address and size directly from mem_range kexec: Move crash memory ranges logging xen: Fix Xen kdump support include/x86/x86-linux.h | 7 +- kexec/arch/i386/crashdump-x86.c | 322 +++++++++++++++++++++++++++-------- kexec/arch/i386/kexec-x86-common.c | 6 +- kexec/arch/i386/kexec-x86.h | 2 + 4 files changed, 259 insertions(+), 78 deletions(-)