commit | ccebcb1f5f3a85d0d23a23dfa611b28ae1e0f824 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Thu Apr 19 18:13:51 2018 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Thu Sep 27 22:11:28 2018 +0200 |
tree | 4edc3cc071f33fed0fa9403d5d87cc4b3c836c47 | |
parent | 5ee527d7cefddebd72970d290e5cc06c9ae32890 [diff] |
signal/unicore32: Generate siginfo in ucs32_notify_die Pass the signal number, and the signal code, and the faulting address into uc32_notify_die so the callers do not need to generate a struct siginfo. In ucs32_ntoify_die use the newly passed in information to call force_sig_fault to generate the siginfo and send the error. This simplifies the code making the chances of bugs much less likely. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>