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] um: fix missing include with glibc 2.16

2012-07-31 Thread Vianney le Clément de Saint-Marcq
From: Vianney le Clément de Saint-Marcq As of glibc 2.16, sys/wait.h does no longer include sys/resource.h, which is needed for getrlimit(). This patch fixes compiling UML with glibc 2.16. Signed-off-by: Vianney le Clément de Saint-Marcq --- --- linux-3.5/arch/um/os-Linux/start_up.c.orig 2012-