Re: [REVIEW][PATCH 1/2] signal/arc: Push siginfo generation into unhandled_exception

2018-09-24 Thread Vineet Gupta
On 09/24/2018 07:49 AM, Eric W. Biederman wrote: > 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 err

[REVIEW][PATCH 1/2] signal/arc: Push siginfo generation into unhandled_exception

2018-09-24 Thread Eric W. Biederman
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. Signed-off-by: "Eric W. Biederman" --- arch/a