xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Various fixes - libelf, paging, blktap.
@ 2015-10-03 18:39 Konrad Rzeszutek Wilk
  2015-10-03 18:39 ` [PATCH v1 1/3] libelf: Preserve log callback after elf_init Konrad Rzeszutek Wilk
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: Konrad Rzeszutek Wilk @ 2015-10-03 18:39 UTC (permalink / raw)
  To: xen-devel, ian.campbell, ian.jackson, jbeulich, tim, keir

Hey,

I was working on xSplice I enabled various options which ended
up causing compiler issues (except the first one).

The:
 [PATCH v1 1/3] libelf: Preserve log callback after elf_init

was a result of trying to use the libelf in some user-space and
messing up badly but not getting any errors because libelf would
'forget' the log callback.

The other two:
 [PATCH v1 2/3] paging: Fix compile error when DEBUG_TRACE_DUMP is
 [PATCH v1 3/3] blktap2: Silence warnings under GCC 5.1.1

Are just fixes for compiler issues.

 tools/blktap2/drivers/block-log.c |  4 ++--
 xen/arch/x86/mm/paging.c          |  4 ++--
 xen/common/libelf/libelf-loader.c | 16 +++++++++++++++-
 3 files changed, 19 insertions(+), 5 deletions(-)

Konrad Rzeszutek Wilk (3):
      libelf: Preserve log callback after elf_init
      paging: Fix compile error when DEBUG_TRACE_DUMP is enabled.
      blktap2: Silence warnings under GCC 5.1.1

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

end of thread, other threads:[~2015-10-05 15:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-03 18:39 [PATCH] Various fixes - libelf, paging, blktap Konrad Rzeszutek Wilk
2015-10-03 18:39 ` [PATCH v1 1/3] libelf: Preserve log callback after elf_init Konrad Rzeszutek Wilk
2015-10-05 10:36   ` Jan Beulich
2015-10-05 14:23     ` Konrad Rzeszutek Wilk
2015-10-05 14:39       ` Jan Beulich
2015-10-05 14:48         ` Konrad Rzeszutek Wilk
2015-10-03 18:39 ` [PATCH v1 2/3] paging: Fix compile error when DEBUG_TRACE_DUMP is enabled Konrad Rzeszutek Wilk
2015-10-05  8:46   ` Andrew Cooper
2015-10-03 18:39 ` [PATCH v1 3/3] blktap2: Silence warnings under GCC 5.1.1 Konrad Rzeszutek Wilk
2015-10-05  8:49   ` Andrew Cooper
2015-10-05 10:46     ` Jan Beulich
2015-10-05 14:26       ` Konrad Rzeszutek Wilk
2015-10-05 14:46         ` Jan Beulich
2015-10-05 14:57           ` Konrad Rzeszutek Wilk
2015-10-05 15:02             ` Jan Beulich

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).