xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] Requisite paches for xSplice v3 (not yet posted).
@ 2016-02-12  3:08 Konrad Rzeszutek Wilk
  2016-02-12  3:08 ` [PATCH v3 1/5] hypervisor/arm/keyhandler: Declare struct cpu_user_regs; Konrad Rzeszutek Wilk
                   ` (4 more replies)
  0 siblings, 5 replies; 34+ messages in thread
From: Konrad Rzeszutek Wilk @ 2016-02-12  3:08 UTC (permalink / raw)
  To: ian.campbell, ian.jackson, jbeulich, xen-devel

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.

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2016-03-17 18:52 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-12  3:08 [PATCH v3] Requisite paches for xSplice v3 (not yet posted) Konrad Rzeszutek Wilk
2016-02-12  3:08 ` [PATCH v3 1/5] hypervisor/arm/keyhandler: Declare struct cpu_user_regs; Konrad Rzeszutek Wilk
2016-02-12  8:51   ` Jan Beulich
2016-02-12 14:06     ` Konrad Rzeszutek Wilk
2016-02-12 14:54       ` Jan Beulich
2016-02-12 11:37   ` Stefano Stabellini
2016-02-12 12:20     ` Jan Beulich
2016-02-12 12:46       ` Stefano Stabellini
2016-02-12 14:53         ` Jan Beulich
2016-02-12  3:08 ` [PATCH v3 2/5] arm/config: Declare ELFSIZE_[32|64] respectively Konrad Rzeszutek Wilk
2016-02-12 11:26   ` Stefano Stabellini
2016-02-12 14:17     ` Konrad Rzeszutek Wilk
2016-02-12 15:04       ` Jan Beulich
2016-02-12 15:26         ` Stefano Stabellini
2016-02-12 15:56           ` Konrad Rzeszutek Wilk
2016-02-12 15:57             ` Stefano Stabellini
2016-02-12 17:50               ` Konrad Rzeszutek Wilk
2016-03-16 17:32             ` Julien Grall
2016-03-16 17:52               ` Konrad Rzeszutek Wilk
2016-03-16 18:08                 ` Julien Grall
2016-03-16 19:21                   ` Konrad Rzeszutek Wilk
2016-03-17  1:16                     ` Konrad Rzeszutek Wilk
2016-03-17 11:04                       ` Julien Grall
2016-03-17 18:52                         ` Konrad Rzeszutek Wilk
2016-02-12  3:08 ` [PATCH v3 3/5] build: remove .config from /boot when uninstalling Konrad Rzeszutek Wilk
2016-02-12 14:11   ` Doug Goldstein
2016-02-12  3:08 ` [PATCH v3 4/5] mkelf32: Remove the 32-bit hypervisor support Konrad Rzeszutek Wilk
2016-02-12  3:08 ` [PATCH v3 5/5] mkelf32: Close those file descriptors in the error paths Konrad Rzeszutek Wilk
2016-02-18 16:29   ` Jan Beulich
2016-02-18 16:39     ` Ian Jackson
2016-02-18 16:45       ` Jan Beulich
2016-02-18 21:12         ` Konrad Rzeszutek Wilk
2016-02-19 11:39           ` Jan Beulich
2016-02-19 11:42           ` Ian Jackson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).