]> git.ipfire.org Git - people/arne_f/kernel.git/commit
s390/kasan: avoid instrumentation of early C code
authorVasily Gorbik <gor@linux.ibm.com>
Fri, 17 Nov 2017 12:10:33 +0000 (13:10 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Tue, 9 Oct 2018 09:21:17 +0000 (11:21 +0200)
commit0a9b40911baffac6fc9cc2d88e893585870a97f7
treee25beace7ad8f658edc883aec8444b6de128420f
parent348498458505e202df41b6b9a78da448d39298b7
s390/kasan: avoid instrumentation of early C code

Instrumented C code cannot run without the kasan shadow area. Exempt
source code files from kasan which are running before / used during
kasan initialization.

Reviewed-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/boot/Makefile
arch/s390/boot/compressed/Makefile
arch/s390/kernel/Makefile
drivers/s390/char/Makefile