mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-27 06:04:23 +08:00
d5d44e7e35
Disable instrumentation for arch/arm/boot/compressed/*
since that code is executed before the kernel has even
set up its mappings and definately out of scope for
KASan.
Disable instrumentation of arch/arm/vdso/* because that code
is not linked with the kernel image, so the KASan management
code would fail to link.
Disable instrumentation of arch/arm/mm/physaddr.c. See commit
|
||
---|---|---|
.. | ||
.gitignore | ||
datapage.S | ||
Makefile | ||
note.c | ||
vdso.lds.S | ||
vdso.S | ||
vdsomunge.c | ||
vgettimeofday.c |