MIPS: ptrace: Make FPU context layout comments match reality
authorMaciej W. Rozycki <macro@mips.com>
Tue, 15 May 2018 22:03:09 +0000 (23:03 +0100)
committerJames Hogan <jhogan@kernel.org>
Thu, 24 May 2018 12:37:07 +0000 (13:37 +0100)
commitd1157b1074343fa3e21c083277fc4eae162ff1e4
tree3fc460bf9efad7c512f5722a093c8373c987567f
parent21325631f395b1885a0979ac2eb9838ab2036526
MIPS: ptrace: Make FPU context layout comments match reality

Correct comments across ptrace(2) handlers about an FPU register context
layout discrepancy between MIPS I and later ISAs, which was fixed with
`linux-mips.org' (LMO) commit 42533948caac ("Major pile of FP emulator
changes."), the fix corrected with LMO commit 849fa7a50dff ("R3k FPU
ptrace() handling fixes."), and then broken and fixed over and over
again, until last time fixed with commit 80cbfad79096 ("MIPS: Correct
MIPS I FP context layout").

NB running the GDB test suite for the relevant ABI/ISA and watching out
for regressions is advisable when poking around ptrace(2).

Signed-off-by: Maciej W. Rozycki <macro@mips.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/19326/
Signed-off-by: James Hogan <jhogan@kernel.org>
arch/mips/kernel/ptrace.c
arch/mips/kernel/ptrace32.c