X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e..HEAD:/san/kasan-blacklist diff --git a/san/kasan-blacklist b/san/kasan-blacklist index 38df385ad..9d7a97047 100644 --- a/san/kasan-blacklist +++ b/san/kasan-blacklist @@ -17,8 +17,17 @@ src:./osfmk/kern/debug.c # Exclude linker sets type:struct linker_set_entry type:linker_set_entry +type:struct startup_entry +type:startup_entry -# Exclude KASAN itself +# Exclude per-cpu data structures the assembly accesses +type:vm_statistics64 +type:struct vm_statistics64 +type:vm_statistics64_data_t +type:struct processor +type:processor + +# Exclude KASan itself src:./san/kasan.c src:./san/kasan-fakestack.c src:./san/kasan-x86_64.c @@ -37,5 +46,4 @@ fun:_ZL18IOTrackingLeakScanPv # Exclude KASAN dependencies # XXX: could this be relaxed since fakestack is reentrant? src:./osfmk/kern/zalloc.c -src:./osfmk/kern/zcache.c