Re: [libvirt] [PATCH v2 00/14] Fix race on srv->nclients_unauth and some other changes

2017-12-22 Thread Marc Hartmayer
On Thu, Dec 21, 2017 at 07:23 PM +0100, John Ferlan wrote: > On 12/21/2017 09:28 AM, Marc Hartmayer wrote: >> This patch series fixes some locking issues, a memory leak, some other >> cosmetic changes, and it fixes a bug that led to a libvirtd which >> doesn't accept new

Re: [libvirt] [PATCH v2 00/14] Fix race on srv->nclients_unauth and some other changes

2017-12-21 Thread John Ferlan
On 12/21/2017 09:28 AM, Marc Hartmayer wrote: > This patch series fixes some locking issues, a memory leak, some other > cosmetic changes, and it fixes a bug that led to a libvirtd which > doesn't accept new connections. > > Changelog: > v1->v2: > + Added r-b's > + Patch 2: Replaced the

[libvirt] [PATCH v2 00/14] Fix race on srv->nclients_unauth and some other changes

2017-12-21 Thread Marc Hartmayer
This patch series fixes some locking issues, a memory leak, some other cosmetic changes, and it fixes a bug that led to a libvirtd which doesn't accept new connections. Changelog: v1->v2: + Added r-b's + Patch 2: Replaced the patch with a new fix for the memory leak + Patch 5: Introduce