Re: [Qemu-devel] [PATCH v2 00/19] linux-user: fix various signal race conditions

2016-06-06 Thread Peter Maydell
Ping? thanks -- PMM On 27 May 2016 at 15:51, Peter Maydell wrote: > > This patchset overhauls the linux-user signal handling code to > fix a number of race conditions. It is essentially a v2 of > Timothy Baldwin's original patchset, though I have addressed > code review issues, refactored it a l

[Qemu-devel] [PATCH v2 00/19] linux-user: fix various signal race conditions

2016-05-27 Thread Peter Maydell
This patchset overhauls the linux-user signal handling code to fix a number of race conditions. It is essentially a v2 of Timothy Baldwin's original patchset, though I have addressed code review issues, refactored it a little, fixed the occasional minor bug and added some patches of my own for oth