summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorWill Deacon <will.deacon@arm.com>2014-06-02 11:47:23 +0100
committerJiri Slaby <jslaby@suse.cz>2014-07-02 12:06:13 +0200
commit177ee132eb7a7209e188c5d77584eedea840a01a (patch)
tree8766339e7066bf4e25d0b269224d43f31d197c4f /lib
parent7b41b2642dd8f6118049e2e287339cad607cb95b (diff)
downloadlwn-177ee132eb7a7209e188c5d77584eedea840a01a.tar.gz
lwn-177ee132eb7a7209e188c5d77584eedea840a01a.zip
arm64: ptrace: change fs when passing kernel pointer to regset code
commit c168870704bcde6bb63d05f7882b620dd3985a46 upstream. Our compat PTRACE_POKEUSR implementation simply passes the user data to regset_copy_from_user after some simple range checking. Unfortunately, the data in question has already been copied to the kernel stack by this point, so the subsequent access_ok check fails and the ptrace request returns -EFAULT. This causes problems tracing fork() with older versions of strace. This patch briefly changes the fs to KERNEL_DS, so that the access_ok check passes even with a kernel address. Signed-off-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions