linux/arch/csky
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
..
abiv1 signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
abiv2 signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
boot csky: remove deprecated arch/csky/boot/dts/include/dt-bindings 2019-05-18 11:29:01 +09:00
configs
include arch: remove dangling asm-generic wrappers 2019-05-18 11:49:52 +09:00
kernel signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
lib Remove 'type' argument from access_ok() function 2019-01-03 18:57:57 -08:00
mm signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
Kconfig DMA mapping updates for 5.2 2019-05-09 08:40:55 -07:00
Kconfig.debug csky: remove builtin-dtb Kbuild 2018-11-01 10:52:26 +08:00
Makefile csky: Fixup vdsp&fpu issues in kernel 2019-04-22 13:44:57 +08:00