Searched hist:"4445229445273 da16cc3a4928e3ba327b0301e7f" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/arc/kernel/ |
H A D | traps.c | diff 4445229445273da16cc3a4928e3ba327b0301e7f Thu Apr 19 19:20:58 CDT 2018 Eric W. Biederman <ebiederm@xmission.com> signal/arc: Push siginfo generation into unhandled_exception
Pass signr, sicode, and address into unhandled_exception as explicit parameters instead of members of struct siginfo. Then in unhandled exception generate and send the siginfo using force_sig_fault.
This keeps the code simpler and less error prone.
Acked-by: Vineet Gupta <vgupta@synopsys.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
|