Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
signal/nds32: Use force_sig in unhandled_interruption and unhandled_e…
…xceptions Neither unhandled_interrupt nor unhandled_exceptions fills in any of the siginfo fields whend sending SIGKILL. Further because it is SIGKILL even if all of the fields were filled out appropriately it would be impossible for the process to read any of the siginfo fields. So simplfy things and just use force_sig instead of force_sig_info. Fixes: 2923f5e ("nds32: Exception handling") Cc: Vincent Chen <[email protected]> Cc: Greentime Hu <[email protected]> Cc: Arnd Bergmann <[email protected]> Acked-by: Vincent Chen <[email protected]> Signed-off-by: "Eric W. Biederman" <[email protected]>
- Loading branch information