Re: [libvirt] [PATCH libvirt-python] Fix regression in lxcOpenNamespace

2019-06-26 Thread Ján Tomko
On Wed, Jun 26, 2019 at 11:27:45AM +1000, Sergei Turchanov wrote: This fixes regression caused by the 1d39dbaf637db03f6e597ed56b96aa065710b4a1 fdlist[i] erroneously was replaced by fdlist[1] which caused lxcOpenNamespace to return a list with identical elements. Signed-off-by: Sergei Turchanov

Re: [libvirt] [PATCH libvirt-python] Fix regression in lxcOpenNamespace

2019-06-25 Thread Sergei Turchanov
Hello! On 25.06.2019 18:41, Ján Tomko wrote: Thanks for catching this! However to be able to catch this, per our rules: https://libvirt.org/governance.html#contributors we need you to provide a sign-off to certify you complied with the Developer Certificate of Origin: https://developercertific

[libvirt] [PATCH libvirt-python] Fix regression in lxcOpenNamespace

2019-06-25 Thread Sergei Turchanov
This fixes regression caused by the 1d39dbaf637db03f6e597ed56b96aa065710b4a1 fdlist[i] erroneously was replaced by fdlist[1] which caused lxcOpenNamespace to return a list with identical elements. Signed-off-by: Sergei Turchanov --- libvirt-lxc-override.c | 2 +- 1 file changed, 1 insertion(+),

Re: [libvirt] [PATCH libvirt-python] Fix regression in lxcOpenNamespace

2019-06-25 Thread Ján Tomko
On Tue, Jun 25, 2019 at 10:29:52AM +1000, Sergei Turchanov wrote: Hello! Hi! Two weeks passed and still this fix not applied. Oops. Is no one interested fixing it? Wrong mailing list? Anything? Please, answer. On 10.06.2019 13:45, Sergei Turchanov wrote: This fixes regression caused

Re: [libvirt] [PATCH libvirt-python] Fix regression in lxcOpenNamespace

2019-06-24 Thread Sergei Turchanov
Hello! Two weeks passed and still this fix not applied. Is no one interested fixing it? Wrong mailing list? Anything? Please, answer. On 10.06.2019 13:45, Sergei Turchanov wrote: This fixes regression caused by the 1d39dbaf637db03f6e597ed56b96aa065710b4a1 fdlist[i] erroneously was replaced

[libvirt] [PATCH libvirt-python] Fix regression in lxcOpenNamespace

2019-06-09 Thread Sergei Turchanov
This fixes regression caused by the 1d39dbaf637db03f6e597ed56b96aa065710b4a1 fdlist[i] erroneously was replaced by fdlist[1] which caused lxcOpenNamespace to return a list with identical elements. --- libvirt-lxc-override.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvi