x86 user stack frame reads: switch to explicit __get_user()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 15 Feb 2020 16:28:09 +0000 (11:28 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 15 Feb 2020 22:26:26 +0000 (17:26 -0500)
commitc8e3dd86600a1a7b165478cc626d69bf07967c15
tree78340dbc13eea3b70f43b1a0c9f4df3bc238db1e
parentbb6d3fb354c5ee8d6bde2d576eb7220ea09862b9
x86 user stack frame reads: switch to explicit __get_user()

rather than relying upon the magic in raw_copy_from_user()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86/events/core.c
arch/x86/include/asm/uaccess.h
arch/x86/kernel/stacktrace.c