[REVIEW][PATCH 01/15] signal/arm64: Push siginfo generation into arm64_notify_die

2018-09-24 Thread Eric W. Biederman
Instead of generating a struct siginfo before calling arm64_notify_die pass the signal number, tne sicode and the fault address into arm64_notify_die and have it call force_sig_fault instead of force_sig_info to let the generic code generate the struct siginfo. This keeps code passing just the

[REVIEW][PATCH 01/15] signal/arm64: Push siginfo generation into arm64_notify_die

2018-09-24 Thread Eric W. Biederman
Instead of generating a struct siginfo before calling arm64_notify_die pass the signal number, tne sicode and the fault address into arm64_notify_die and have it call force_sig_fault instead of force_sig_info to let the generic code generate the struct siginfo. This keeps code passing just the