[PATCH 0/3] Fix recent deadlocks when spawning processes

Michal Privoznik posted 3 patches 11 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1687356000.git.mprivozn@redhat.com
meson.build           |   2 +
src/libvirt.c         |   8 ++
src/util/vircommand.c | 239 +++++++++++++++++++++++++++++++-----------
3 files changed, 190 insertions(+), 59 deletions(-)
[PATCH 0/3] Fix recent deadlocks when spawning processes
Posted by Michal Privoznik 11 months ago
This is basically a v2 of:

https://listman.redhat.com/archives/libvir-list/2023-June/240320.html

But after discussion with Dan and most importantly, once he found the
root cause we can do proper fixes instead of papering over the issue.

Michal Prívozník (3):
  vircommand: Use closefrom() more often
  vircommand: Utilize close_range()
  virGlobalInit: Make glib init its own global state

 meson.build           |   2 +
 src/libvirt.c         |   8 ++
 src/util/vircommand.c | 239 +++++++++++++++++++++++++++++++-----------
 3 files changed, 190 insertions(+), 59 deletions(-)

-- 
2.39.3