Re: [uml-devel] [PATCH v2] um: pass siginfo to guest process

2012-06-20 Thread richard -rw- weinberger
On Fri, Jun 15, 2012 at 7:20 PM, Martin Pärtel wrote: > UML guest processes now get correct siginfo_t for SIGTRAP, SIGFPE, > SIGILL and SIGBUS. Specifically, si_addr and si_code are now correct > where previously they were si_addr = NULL and si_code = 128. > > Signed-off-by: Martin Pärtel Do we

[uml-devel] [PATCH v2] um: pass siginfo to guest process

2012-06-15 Thread Martin Pärtel
UML guest processes now get correct siginfo_t for SIGTRAP, SIGFPE, SIGILL and SIGBUS. Specifically, si_addr and si_code are now correct where previously they were si_addr = NULL and si_code = 128. Signed-off-by: Martin Pärtel --- Same as last time but put guest side faultaddr to si_addr in relay_