mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-10 14:02:00 +00:00
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 | ||