Module Name: src
Committed By: skrll
Date: Sun Jul 12 13:35:33 UTC 2020
Modified Files:
src/sys/arch/evbarm/conf: GENERIC
Log Message:
Add KUBSAN commented out.
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/arch/evbarm/conf/GENERIC
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.81 src/sys/arch/evbarm/conf/GENERIC:1.82
--- src/sys/arch/evbarm/conf/GENERIC:1.81 Fri Jul 10 12:25:10 2020
+++ src/sys/arch/evbarm/conf/GENERIC Sun Jul 12 13:35:33 2020
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.81 2020/07/10 12:25:10 skrll Exp $
+# $NetBSD: GENERIC,v 1.82 2020/07/12 13:35:33 skrll Exp $
#
# GENERIC ARM (aarch32) kernel
#
@@ -81,6 +81,11 @@ options MSGBUFSIZE=32768
#options EARLYCONS=zynq, CONSADDR=0xe0001000
+# Kernel Undefined Behavior Sanitizer (kUBSan). Use UBSAN_ALWAYS_FATAL
+# if you want panics instead of warnings.
+#options KUBSAN # mandatory
+#options UBSAN_ALWAYS_FATAL # optional
+
# Kernel Address Sanitizer (kASan). The quarantine is optional and can
# help KASAN find more use-after-frees. Use KASAN_PANIC if you want panics
# instead of warnings.