um: pass siginfo to guest process
authorMartin Pärtel <martin.partel@gmail.com>
Wed, 1 Aug 2012 22:49:17 +0000 (00:49 +0200)
committerRichard Weinberger <richard@nod.at>
Wed, 1 Aug 2012 22:49:17 +0000 (00:49 +0200)
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 <martin.partel@gmail.com>
Signed-off-by: Richard Weinberger <richard@nod.at>

No differences found