]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: kasan: instrument user memory access API
authorYang Shi <yang.shi@linaro.org>
Wed, 8 Jun 2016 21:40:56 +0000 (14:40 -0700)
committerCatalin Marinas <catalin.marinas@arm.com>
Tue, 21 Jun 2016 14:37:18 +0000 (15:37 +0100)
commite5995309577a4aaa21d342153fb8eb0e8f0a1590
treee4e3c8640dc4eda6a53b526d11744cce8cf0d02c
parentdea2f7725319745079ad91cf991f7586ac17b1a3
arm64: kasan: instrument user memory access API

The upstream commit 448a9aeb2cd1133ad47415c8b41da386d18aed6f
("x86/kasan: instrument user memory access API") added KASAN instrument to
x86 user memory access API, so added such instrument to ARM64 too.

Define __copy_to/from_user in C in order to add kasan_check_read/write call,
rename assembly implementation to __arch_copy_to/from_user.

Tested by test_kasan module.

Acked-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Reviewed-by: Mark Rutland <mark.rutland@arm.com>
Tested-by: Mark Rutland <mark.rutland@arm.com>
Signed-off-by: Yang Shi <yang.shi@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/include/asm/uaccess.h
arch/arm64/kernel/arm64ksyms.c
arch/arm64/lib/copy_from_user.S
arch/arm64/lib/copy_to_user.S