Re: [libvirt] [PATCH 0/5] Fix virtlockd loosing locks

2018-03-06 Thread Daniel P . Berrangé
On Tue, Mar 06, 2018 at 05:58:47PM +, Daniel P. Berrangé wrote: > This is a workaround for the bizarre behaviour whereby the kernel throws > away all fcntl() locks on execve()... if any threads are running. We > simply make virtlockd & virlogd single threaded instead. > > Daniel P. Berrangé

[libvirt] [PATCH 0/5] Fix virtlockd loosing locks

2018-03-06 Thread Daniel P . Berrangé
This is a workaround for the bizarre behaviour whereby the kernel throws away all fcntl() locks on execve()... if any threads are running. We simply make virtlockd & virlogd single threaded instead. Daniel P. Berrangé (5): rpc: push ref acquisition into RPC dispatch function rpc: simplify