[PATCH v2 0/2] kexec-tools: Tweak run-time handling of libxenctrl.so
Eric DeVolder
eric.devolder at oracle.com
Tue Jan 23 11:12:49 PST 2018
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 at 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
More information about the kexec
mailing list