linux/arch/hexagon/mm
Eric W. Biederman 2e1661d267 signal: Remove the task parameter from force_sig_fault
As synchronous exceptions really only make sense against the current
task (otherwise how are you synchronous) remove the task parameter
from from force_sig_fault to make it explicit that is what is going
on.

The two known exceptions that deliver a synchronous exception to a
stopped ptraced task have already been changed to
force_sig_fault_to_task.

The callers have been changed with the following emacs regular expression
(with obvious variations on the architectures that take more arguments)
to avoid typos:

force_sig_fault[(]\([^,]+\)[,]\([^,]+\)[,]\([^,]+\)[,]\W+current[)]
->
force_sig_fault(\1,\2,\3)

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
2019-05-29 09:31:43 -05:00
..
cache.c hexagon: Fix build failures in linux-next 2014-12-16 13:27:12 -06:00
copy_from_user.S hexagon: switch to RAW_COPY_USER 2017-04-24 20:28:29 -04:00
copy_to_user.S hexagon: switch to RAW_COPY_USER 2017-04-24 20:28:29 -04:00
copy_user_template.S
init.c hexagon: switch over to generic free_initmem() 2019-05-14 09:47:47 -07:00
ioremap.c hexagon: Fix build failures in linux-next 2014-12-16 13:27:12 -06:00
Makefile
pgalloc.c
strnlen_user.S
uaccess.c Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
vm_fault.c signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
vm_tlb.c mm: memcontrol: per-lruvec stats infrastructure 2017-07-06 16:24:35 -07:00