]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
authorMaciej W. Rozycki <macro@mips.com>
Mon, 14 May 2018 15:49:43 +0000 (16:49 +0100)
committerJames Hogan <jhogan@kernel.org>
Mon, 14 May 2018 22:54:25 +0000 (23:54 +0100)
commitf0e019d2b863d7cd4e9d3cde05b9a1d84faa3b48
treee973a29b75eddc2c01155fa96efe3a6a8a718065
parent6e1ff00c89c99d0399f6a80d85583d9cfb26190f
MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs

Check the TIF_32BIT_FPREGS task setting of the tracee rather than the
tracer in determining the layout of floating-point general registers in
the floating-point context, correcting access to odd-numbered registers
for o32 tracees where the setting disagrees between the two processes.

Fixes: 81f3d2a39544 ("MIPS: Support for 64-bit FP with O32 binaries")
Signed-off-by: Maciej W. Rozycki <macro@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Cc: <stable@vger.kernel.org> # 3.14+
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/kernel/ptrace.c
arch/mips/kernel/ptrace32.c