Skip to content
Commit 55a423b6 authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

s390/kernel: fix ptrace peek/poke for floating point registers

git commit 155e839a


"s390/kernel: dynamically allocate FP register save area"
introduced a regression in regard to ptrace.

If the vector register extension is not present or unused the
ptrace peek of a floating pointer register return incorrect data
and the ptrace poke to a floating pointer register overwrites the
task structure starting at task->thread.fpu.fprs.

Cc: stable@kernel.org # v4.3
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent ef12cb90
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment