commit | 9d631759818b9e53795ddaea2d3e807a485cd294 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Feb 05 18:35:08 2019 -0600 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed May 29 09:31:42 2019 -0500 |
tree | 468e0c3b81c286f66c7beeac6b22deda52a2056e | |
parent | 28d42ea14e489047caeaa89496a3ad7e0ae6a49f [diff] |
signal/um: Remove task parameter from send_sigtrap The send_sigtrap function is always called with task == current. Make that explicit by removing the task parameter. This also makes it clear that the uml send_sigtrap passes current into force_sig_fault. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>