Module Name: src Committed By: maxv Date: Thu Sep 5 16:19:17 UTC 2019
Modified Files: src/sys/kern: subr_asan.c src/sys/sys: atomic.h Log Message: Add KASAN instrumentation on the atomic functions. Use macros to simplify. These macros are prerequisites for future changes. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/kern/subr_asan.c cvs rdiff -u -r1.13 -r1.14 src/sys/sys/atomic.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.