Re: [Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-24 Thread Riku Voipio
On Thu, Sep 22, 2016 at 06:56:49PM +0200, Aleksandar Markovic wrote: > This series fixes certain Qemu user mode issues. The fixes mainly originate > from observation of LTP tests failures for execution in Qemu user mode on > various platforms. The series also contains a cleanup patch. Thanks, all

Re: [Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-23 Thread Laurent Vivier
Le 23/09/2016 à 10:43, Aleksandar Markovic a écrit : > > - changed PATH_MAX to 128 in sysfs() patch (last remaining item > > that was supposed to be in the previous version)/ > > At first glance of the patch, you didn't change the good PATH_MAX... > > Laurent/ > > It slipped th

Re: [Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-23 Thread Aleksandar Markovic
> - changed PATH_MAX to 128 in sysfs() patch (last remaining item > that was supposed to be in the previous version) At first glance of the patch, you didn't change the good PATH_MAX... Laurent It slipped through the cracks. Sorry. :( My bad. But all other changes are in. Rebase is also good, t

Re: [Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-22 Thread Laurent Vivier
Le 22/09/2016 à 18:56, Aleksandar Markovic a écrit : > From: Aleksandar Markovic > > v6->v7: > > - rebased to the latest code (there was a large linux-user change since > v6, consisting of 26 patches) > - slightly changed order of patches > - changed PATH_MAX to 128 in sy

[Qemu-devel] [PATCH v7 00/10] linux-user: Fix assorted Qemu user mode issues

2016-09-22 Thread Aleksandar Markovic
From: Aleksandar Markovic v6->v7: - rebased to the latest code (there was a large linux-user change since v6, consisting of 26 patches) - slightly changed order of patches - changed PATH_MAX to 128 in sysfs() patch (last remaining item that was supposed to be in t