linux-bl808/arch/um/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
..
skas signal: Remove task parameter from force_sigsegv 2019-05-27 09:36:28 -05:00
asm-offsets.c
config.c.in
dyn.lds.S
early_printk.c
exec.c signal: Remove task parameter from force_sig 2019-05-27 09:36:28 -05:00
exitcode.c
gmon_syms.c
gprof_syms.c
initrd.c treewide: add checks for the return value of memblock_alloc*() 2019-03-12 10:04:02 -07:00
irq.c um: irq: don't set the chip for all irqs 2019-05-07 23:18:28 +02:00
kmsg_dump.c
ksyms.c
maccess.c
Makefile
mem.c initramfs: provide a generic free_initrd_mem implementation 2019-05-14 09:47:47 -07:00
physmem.c mm: remove include/linux/bootmem.h 2018-10-31 08:54:16 -07:00
process.c
ptrace.c signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
reboot.c
sigio.c um: Remove obsolete reenable_XX calls 2018-12-27 22:48:35 +01:00
signal.c
stacktrace.c um/stacktrace: Remove the pointless ULONG_MAX marker 2019-04-14 19:58:27 +02:00
syscall.c
sysrq.c treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively 2019-04-09 14:19:06 +02:00
time.c uml: fix a boot splat wrt use of cpu_all_mask 2019-05-07 23:18:28 +02:00
tlb.c signal: Remove task parameter from force_sig 2019-05-27 09:36:28 -05:00
trap.c signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
um_arch.c
umid.c
uml.lds.S
vmlinux.lds.S