commit | faf5b63e294151d6ac24ca6906d6f221bd3496cd | [log] [tgz] |
---|---|---|
author | Kees Cook <keescook@chromium.org> | Thu Jun 23 15:59:42 2016 -0700 |
committer | Kees Cook <keescook@chromium.org> | Tue Jul 26 14:41:49 2016 -0700 |
tree | 08d4c75346cf54025b6ae1599e3c61afe5423c8f | |
parent | dfd45b6103c973bfcea2341d89e36faf947dbc33 [diff] |
arm64/uaccess: Enable hardened usercopy Enables CONFIG_HARDENED_USERCOPY checks on arm64. As done by KASAN in -next, renames the low-level functions to __arch_copy_*_user() so a static inline can do additional work before the copy. Signed-off-by: Kees Cook <keescook@chromium.org>