aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/net
diff options
context:
space:
mode:
authorDave Martin <Dave.Martin@arm.com>2017-06-29 15:25:49 +0100
committerWill Deacon <will.deacon@arm.com>2017-06-29 17:44:08 +0100
commit5fbd5fc49fc39ac8433da62d16682a1d0217ea4f (patch)
tree82733204697236c0171030a6ec506782fb2d1ca0 /arch/arm64/net
parentarm64: ptrace: Remove redundant overrun check from compat_vfp_set() (diff)
downloadlinux-dev-5fbd5fc49fc39ac8433da62d16682a1d0217ea4f.tar.xz
linux-dev-5fbd5fc49fc39ac8433da62d16682a1d0217ea4f.zip
arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set()
Now that compat_vfp_get() uses the regset API to copy the FPSCR value out to userspace, compat_vfp_set() looks inconsistent. In particular, compat_vfp_set() will fail if called with kbuf != NULL && ubuf == NULL (which is valid usage according to the regset API). This patch fixes compat_vfp_set() to use user_regset_copyin(), similarly to compat_vfp_get(). This also squashes a sparse warning triggered by the cast that drops __user when calling get_user(). Signed-off-by: Dave Martin <Dave.Martin@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>
Diffstat (limited to 'arch/arm64/net')
0 files changed, 0 insertions, 0 deletions