]> Git Repo - linux.git/commit
s390/kasan: improve string/memory functions checks
authorVasily Gorbik <[email protected]>
Thu, 13 Dec 2018 14:53:48 +0000 (15:53 +0100)
committerMartin Schwidefsky <[email protected]>
Fri, 18 Jan 2019 08:34:18 +0000 (09:34 +0100)
commit7e0d92f002460d30bea01fa7157be2f13af370a5
treeef62cb72c7d7683f8e0bc4390d13195afc060afc
parent32b77252f47ec00c3c9dc4705f0197dd0f5f87d9
s390/kasan: improve string/memory functions checks

Avoid using arch specific implementations of string/memory functions
with KASAN since gcc cannot instrument asm code memory accesses and
many bugs could be missed.

Acked-by: Heiko Carstens <[email protected]>
Signed-off-by: Vasily Gorbik <[email protected]>
Signed-off-by: Martin Schwidefsky <[email protected]>
arch/s390/boot/string.c
arch/s390/include/asm/string.h
arch/s390/lib/string.c
This page took 0.05852 seconds and 4 git commands to generate.