[libvirt] [PATCH 2/2] qemu: fix nwfilter deadlock in qemuProcessReconnect

Ján Tomko jtomko at redhat.com
Mon Aug 14 15:52:40 UTC 2017


On Mon, Aug 07, 2017 at 04:31:31PM +0200, Pavel Hrdina wrote:
>The correct lock order is:
>
>  nwfilter driver lock (not used in this code path)
>  nwfilter update lock
>  virt driver lock (not used in this code path)
>  domain object lock
>
>but the current code have this order:
>
>  domain object lock
>  nwfilter update lock
>
>Signed-off-by: Pavel Hrdina <phrdina at redhat.com>
>---
> src/qemu/qemu_process.c | 5 +++--
> 1 file changed, 3 insertions(+), 2 deletions(-)

ACK

Jan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20170814/29974c7d/attachment-0001.sig>


More information about the libvir-list mailing list