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

Michal Privoznik mprivozn at redhat.com
Wed Jun 21 14:09:08 UTC 2023


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



More information about the libvir-list mailing list