linux/arch
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
..
alpha signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
arc signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
arm signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
arm64 signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
c6x signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
csky signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
h8300 signal: Remove task parameter from force_sig 2019-05-27 09:36:28 -05:00
hexagon signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
ia64 signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
m68k signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
microblaze signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
mips signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
nds32 signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
nios2 signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
openrisc signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
parisc signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
powerpc signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
riscv signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
s390 signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
sh signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
sparc signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
um signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
unicore32 signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
x86 signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
xtensa signal: Remove the task parameter from force_sig_fault 2019-05-29 09:31:43 -05:00
.gitignore
Kconfig Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2019-05-16 11:00:20 -07:00