Module Name: src Committed By: kamil Date: Wed May 22 08:31:26 UTC 2019
Modified Files: src/share/mk: bsd.sys.mk src/sys/arch/amd64/conf: Makefile.amd64 Log Message: Allow to use KCOV + kASan together Stop instrumenting KCOV files with kASan and the other way around. This fixes booting of the setup of using them together. In theory the checks could be more fine grained, however there is no good reason (except extra DIAGNISTIC) for running a kernel sanitizer without kernel coverage. Patch by <R3x> To generate a diff of this commit: cvs rdiff -u -r1.291 -r1.292 src/share/mk/bsd.sys.mk cvs rdiff -u -r1.76 -r1.77 src/sys/arch/amd64/conf/Makefile.amd64 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.