From: Martin Pärtel Date: Wed, 1 Aug 2012 22:49:17 +0000 (+0200) Subject: um: pass siginfo to guest process X-Git-Tag: v3.6-rc1~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3c1cfcdb43e023ab1b1c7a555cd9e929026500a;p=pandora-kernel.git um: pass siginfo to guest process 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 Signed-off-by: Richard Weinberger --- Reading git-diff-tree failed