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 | ||
Makefile | ||
datapage.S | ||
note.c | ||
vdso.S | ||
vdso.lds.S | ||
vdsomunge.c | ||
vgettimeofday.c |