Re: [Qemu-devel] [PATCH 2/2] signal: sigsegv protection on do_sigprocmask

2012-10-10 Thread Peter Maydell
On 29 September 2012 17:11, Alex Barcelo wrote: > Re: [Qemu-devel] [PATCH 2/2] signal: sigsegv protection on do_sigprocmask The convention for the initial summary line of a patch is that it starts with an indication of the subsystem being patched. For instance, here it might be: "li

[Qemu-devel] [PATCH 2/2] signal: sigsegv protection on do_sigprocmask

2012-09-29 Thread Alex Barcelo
The sigsegv protection is done by forcing the catch (needed in qemu-user) and then taking it off from the return mask (well, adding it in fact) --- linux-user/signal.c |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/linux-user/signal.c b/linux-user/signal.c index