OSDN Git Service

signal: Explicitly call force_sig_fault on current
authorEric W. Biederman <ebiederm@xmission.com>
Thu, 7 Feb 2019 15:25:08 +0000 (09:25 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 29 May 2019 14:31:43 +0000 (09:31 -0500)
commit351b6825b3a9f70bab080fba67aec104ff9a41d6
tree8d46d573a342393df13a874fabd20af264cae458
parentec74e9205e064af6a7076faabe649335acc78b69
signal: Explicitly call force_sig_fault on current

Update the calls of force_sig_fault that pass in a variable that is
set to current earlier to explicitly use current.

This is to make the next change that removes the task parameter
from force_sig_fault easier to verify.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
14 files changed:
arch/arc/kernel/traps.c
arch/arc/mm/fault.c
arch/arm/mm/fault.c
arch/mips/mm/fault.c
arch/nds32/kernel/traps.c
arch/nds32/mm/fault.c
arch/openrisc/mm/fault.c
arch/riscv/kernel/traps.c
arch/sh/math-emu/math.c
arch/unicore32/mm/fault.c
arch/x86/kernel/ptrace.c
arch/x86/kernel/traps.c
arch/x86/kernel/umip.c
arch/x86/mm/fault.c