From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Kiper Subject: [PATCH 0/7] kdump: Xen fixes Date: Mon, 10 Sep 2012 13:57:44 +0200 Message-ID: <1347278271-5211-1-git-send-email-daniel.kiper@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kexec-bounces-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Errors-To: kexec-bounces+glkk-kexec=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: konrad.wilk-QHcLZuEGTsvQT0dZR+AlfA@public.gmane.org, andrew.cooper3-Sxgqhf6Nn4DQT0dZR+AlfA@public.gmane.org, olaf-QOLJcTWqO2uzQB+pC5nmwQ@public.gmane.org, jbeulich-IBi9RG/b67k@public.gmane.org, ptesarik-AlSwsSmVLrQ@public.gmane.org, kexec-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, xen-devel-GuqFBffKawuULHF6PoxzQEEOCMrvLtNR@public.gmane.org List-Id: xen-devel@lists.xenproject.org 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(-)