MIPS: ptrace: Fix regs_return_value for kernel context
authorMarcin Nowakowski <marcin.nowakowski@imgtec.com>
Wed, 12 Oct 2016 07:32:56 +0000 (09:32 +0200)
committerDanny Wood <danwood76@gmail.com>
Tue, 29 Jan 2019 13:14:22 +0000 (13:14 +0000)
commit4a65f43fc8dc2529bbfc794cbda81d9f0209772e
tree7924d6544efe2b35822874f71fad161690cf8f0e
parentafc21408c4ee8f08f5794fa1a120f358d32bf0ca
MIPS: ptrace: Fix regs_return_value for kernel context

commit 74f1077b5b783e7bf4fa3007cefdc8dbd6c07518 upstream.

Currently regs_return_value always negates reg[2] if it determines
the syscall has failed, but when called in kernel context this check is
invalid and may result in returning a wrong value.

This fixes errors reported by CONFIG_KPROBES_SANITY_TEST

Fixes: d7e7528bcd45 ("Audit: push audit success and retcode into arch ptrace.h")
Signed-off-by: Marcin Nowakowski <marcin.nowakowski@imgtec.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/14381/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
arch/mips/include/asm/ptrace.h