linux/arch/c6x/kernel
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
..
asm-offsets.c c6x: remove unused KTHREAD_SIZE definition 2018-04-10 09:58:38 -04:00
c6x_ksyms.c
devicetree.c
entry.S
head.S
irq.c
Makefile c6x: use generic dma_noncoherent_ops 2018-05-19 08:46:12 +02:00
module.c
process.c sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> 2017-03-02 08:42:36 +01:00
ptrace.c Merge branch 'regset' (PTRACE_SETREGSET data leakage) 2017-03-29 08:55:25 -07:00
setup.c c6x changes for 4.20 2018-10-31 15:39:25 -07:00
signal.c signal: Remove task parameter from force_sig 2019-05-27 09:36:28 -05:00
soc.c
switch_to.S
sys_c6x.c new helper: uaccess_kernel() 2017-03-28 16:43:25 -04:00
time.c clocksource: Use a plain u64 instead of cycle_t 2016-12-25 11:04:12 +01:00
traps.c signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
vectors.S
vmlinux.lds.S c6x: use common built-in dtb support 2018-10-02 09:22:49 -05:00