kexec.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] kexec-tools: Tweak run-time handling of libxenctrl.so
@ 2018-01-23 19:12 Eric DeVolder
  2018-01-23 19:12 ` [PATCH v2 1/2] kexec-tools: Call dlclose() from within __xc_interface_close() Eric DeVolder
  2018-01-23 19:12 ` [PATCH v2 2/2] kexec-tools: Make xc_dlhandle static Eric DeVolder
  0 siblings, 2 replies; 9+ messages in thread
From: Eric DeVolder @ 2018-01-23 19:12 UTC (permalink / raw)
  To: kexec, horms, andrew.cooper3; +Cc: daniel.kiper, eric.devolder, konrad.wilk

This patch is a follow-on to commit 43d3932e "kexec-tools: Perform
run-time linking of libxenctrl.so". This patch addresses feedback
from Daniel Kiper concerning the lack of a dlclose() and the desire
to make xc_dlhandle static, rather than extern.

Signed-off-by: Eric DeVolder <eric.devolder@oracle.com>
---
v1: 23jan2018
 - Implemented feedback from Daniel Kiper

v2: 23jan2018
 - Implemented feedback from Daniel Kiper
 - Broke patch into two

Eric DeVolder (2):
  kexec-tools: Call dlclose() from within __xc_interface_close()
  kexec-tools: Make xc_dlhandle static

 kexec/kexec-xen.c | 10 +++++++++-
 kexec/kexec-xen.h |  9 ++++-----
 2 files changed, 13 insertions(+), 6 deletions(-)

-- 
2.7.4


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

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

end of thread, other threads:[~2018-01-24 18:07 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-23 19:12 [PATCH v2 0/2] kexec-tools: Tweak run-time handling of libxenctrl.so Eric DeVolder
2018-01-23 19:12 ` [PATCH v2 1/2] kexec-tools: Call dlclose() from within __xc_interface_close() Eric DeVolder
2018-01-23 20:34   ` Daniel Kiper
2018-01-24  8:35     ` Simon Horman
2018-01-23 19:12 ` [PATCH v2 2/2] kexec-tools: Make xc_dlhandle static Eric DeVolder
2018-01-23 20:59   ` Daniel Kiper
2018-01-24  8:36     ` Simon Horman
2018-01-24 18:08       ` Eric DeVolder
2018-01-24 18:07     ` Eric DeVolder

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