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

2012-07-31 Thread Martin Pärtel
On 07/31/2012 03:11 PM, Richard Weinberger wrote: > On 31.07.2012 14:05, Martin Pärtel wrote: >> What's the status with this? >> > > Oh sorry, I forgot you to answer. > It's queued for 3.6 and will be pushed to Linus tomorrow with all other > patches. > Cool, thanks!

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

2012-07-31 Thread Richard Weinberger
On 31.07.2012 14:05, Martin Pärtel wrote: > What's the status with this? > Oh sorry, I forgot you to answer. It's queued for 3.6 and will be pushed to Linus tomorrow with all other patches. Thanks, //richard -- Live Sec

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

2012-07-31 Thread Martin Pärtel
What's the status with this? On 06/21/2012 11:09 AM, 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: M

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

2012-06-21 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 --- Removed _ignore_siginfo wrappers as requested. diff -uprN -X linux