diff options
author | Andrew Turner <andrew@FreeBSD.org> | 2019-02-03 12:46:27 +0000 |
---|---|---|
committer | Andrew Turner <andrew@FreeBSD.org> | 2019-02-03 12:46:27 +0000 |
commit | 634a8a8873d76c4faaf99990a41c985d9cd6b7e9 (patch) | |
tree | e77f5e0265d04478495723301b51d4573584bd78 | |
parent | 3ca1c423aa157ebf21382543b03d84a64af38e47 (diff) | |
download | src-test2-634a8a8873d76c4faaf99990a41c985d9cd6b7e9.tar.gz src-test2-634a8a8873d76c4faaf99990a41c985d9cd6b7e9.zip |
Notes
-rw-r--r-- | sys/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arm64/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 9a8532ba6f03..ef7b1a0660ff 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -102,8 +102,8 @@ options MALLOC_DEBUG_MAXZONES=8 # Separate malloc(9) zones options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default # Kernel Sanitizers -#options COVERAGE # Generic kernel coverage. Used by KCOV -#options KCOV # Kernel Coverage Sanitizer +options COVERAGE # Generic kernel coverage. Used by KCOV +options KCOV # Kernel Coverage Sanitizer # Warning: KUBSAN can result in a kernel too large for loader to load #options KUBSAN # Kernel Undefined Behavior Sanitizer diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC index 641ad1cac97e..a5e182ea6682 100644 --- a/sys/arm64/conf/GENERIC +++ b/sys/arm64/conf/GENERIC @@ -94,8 +94,8 @@ options USB_DEBUG # enable debug msgs options VERBOSE_SYSINIT=0 # Support debug.verbose_sysinit, off by default # Kernel Sanitizers -#options COVERAGE # Generic kernel coverage. Used by KCOV -#options KCOV # Kernel Coverage Sanitizer +options COVERAGE # Generic kernel coverage. Used by KCOV +options KCOV # Kernel Coverage Sanitizer # Warning: KUBSAN can result in a kernel too large for loader to load #options KUBSAN # Kernel Undefined Behavior Sanitizer |