From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konrad Rzeszutek Wilk Subject: [PATCH v3] Requisite paches for xSplice v3 (not yet posted). Date: Thu, 11 Feb 2016 22:08:22 -0500 Message-ID: <1455246507-5589-1-git-send-email-konrad.wilk@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aU46A-0006Wi-7h for xen-devel@lists.xenproject.org; Fri, 12 Feb 2016 03:08:46 +0000 List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.campbell@citrix.com, ian.jackson@eu.citrix.com, jbeulich@suse.com, xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org This mismatch of patches came about as I was redoing the xSplice patches based on reviews and splitting and/or doing some extra things. The first patch: [PATCH v3 1/5] hypervisor/arm/keyhandler: Declare struct Allows one to include the keyhandler.h (ARM one) file without having extra header file dependencies. [PATCH v3 2/5] arm/config: Declare ELFSIZE_[32|64] respectively. This allows us to use the Elf_ macros - instead of having to do Elf32_ or Elf64_. [PATCH v3 3/5] build: remove .config from /boot when uninstalling. A little fix. [PATCH v3 4/5] mkelf32: Remove the 32-bit hypervisor support. [PATCH v3 5/5] mkelf32: Close those file descriptors in the error And those were found when I was making the xen.gz able to contain the ELF_NOTE. Please review at your convience. xen/Makefile | 1 + xen/arch/x86/boot/mkelf32.c | 110 ++++++++++++++++--------------------------- xen/include/asm-arm/config.h | 2 + xen/include/xen/keyhandler.h | 1 + 4 files changed, 45 insertions(+), 69 deletions(-) Konrad Rzeszutek Wilk (5): hypervisor/arm/keyhandler: Declare struct cpu_user_regs; arm/config: Declare ELFSIZE_[32|64] respectively. build: remove .config from /boot when uninstalling. mkelf32: Remove the 32-bit hypervisor support. mkelf32: Close those file descriptors in the error paths.