Re: [Qemu-devel] [PATCH v2 00/28] linux-user: fix race between signals and syscalls

2016-05-24 Thread Riku Voipio
On Thu, May 12, 2016 at 06:47:24PM +0100, Peter Maydell wrote: > This patch series is an updated version of the original series > sent by Timothy Baldwin in autumn of last year > (https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg01388.html). > I have attempted to address various code review

Re: [Qemu-devel] [PATCH v2 00/28] linux-user: fix race between signals and syscalls

2016-05-23 Thread Peter Maydell
Ping? I have a second series based on top of this which is shaping up nicely and it would be good to get this lot into master before posting the second set... thanks -- PMM On 12 May 2016 at 18:47, Peter Maydell wrote: > This patch series is an updated version of the original series > sent by T

[Qemu-devel] [PATCH v2 00/28] linux-user: fix race between signals and syscalls

2016-05-12 Thread Peter Maydell
This patch series is an updated version of the original series sent by Timothy Baldwin in autumn of last year (https://lists.gnu.org/archive/html/qemu-devel/2015-09/msg01388.html). I have attempted to address various code review comments made on that original patchset. Changes v1->v2: * more desc