mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
d3c1cfcdb4
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>
1 line
72 B
C
1 line
72 B
C
void alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc);
|