mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-10 20:25:39 +07:00
![Martin Pärtel](/assets/img/avatar_default.png)
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>
2 lines
72 B
C
2 lines
72 B
C
void alarm_handler(int sig, struct siginfo *unused_si, mcontext_t *mc);
|