[libvirt] [RFC PATCH 0/4] Deadlock fix and some minor fixes

Marc Hartmayer mhartmay at linux.vnet.ibm.com
Mon Oct 9 19:14:54 UTC 2017


The first patch is a preparatory patch for the deadlock fix (patch
2). The cleanup path for 'virExecCommon' may now be superflous. 
Patches 3-4 are only minor fixes.

Important: there may still be a deadlock for LXC (see the TODO in
patch 2)

Marc Hartmayer (4):
  util: Add virCommandGetGID and virCommandGetUID
  util: Fix deadlock across fork()
  lxc: Fixed a typo
  lxc: Fixed indentation

 src/libvirt_private.syms |  2 ++
 src/lxc/lxc_container.c  | 20 +++++++++++++++-----
 src/util/vircommand.c    | 39 ++++++++++++++++++++++++++++-----------
 src/util/vircommand.h    |  6 +++++-
 tests/commandtest.c      | 15 ++++++++++-----
 5 files changed, 60 insertions(+), 22 deletions(-)

-- 
2.5.5




More information about the libvir-list mailing list