signal/um: Remove task parameter from send_sigtrap
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 6 Feb 2019 00:35:08 +0000 (18:35 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 29 May 2019 14:31:42 +0000 (09:31 -0500)
commit9d631759818b9e53795ddaea2d3e807a485cd294
tree468e0c3b81c286f66c7beeac6b22deda52a2056e
parent28d42ea14e489047caeaa89496a3ad7e0ae6a49f
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>
arch/um/kernel/ptrace.c