Skip to content
Commit d3c1cfcd authored by Martin Pärtel's avatar Martin Pärtel Committed by Richard Weinberger
Browse files

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: default avatarMartin Pärtel <martin.partel@gmail.com>
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
parent d4afcba9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment