On 28.06.24 16:31, Andrew Cooper wrote:
More fixes to CLOEXEC handling in libxenstore. For 4.19, because the first
attempt to fix this wasn't complete.
libxl is far worse, but I don't have time to get started on that mess.
Andrew Cooper (3):
tools/libxs: Fix CLOEXEC handling in get_dev()
tools/libxs: Fix CLOEXEC handling in get_socket()
tools/libxs: Fix CLOEXEC handling in xs_fileno()
tools/config.h.in | 3 ++
tools/configure | 12 ++++++++
tools/configure.ac | 2 ++
tools/libs/store/xs.c | 68 ++++++++++++++++++++++++++++++++++---------
4 files changed, 72 insertions(+), 13 deletions(-)
For the series:
Reviewed-by: Juergen Gross <jgr...@suse.com>
Juergen