The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=1263022e3922f9b73c79f7f0fe34c0dfed86fb25

commit 1263022e3922f9b73c79f7f0fe34c0dfed86fb25
Author:     Mark Johnston <ma...@freebsd.org>
AuthorDate: 2021-08-10 19:51:31 +0000
Commit:     Mark Johnston <ma...@freebsd.org>
CommitDate: 2021-08-11 01:27:53 +0000

    Add a GENERIC-KMSAN kernel configuration for amd64
    
    Sponsored by:   The FreeBSD Foundation
---
 sys/amd64/conf/GENERIC-KMSAN | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/sys/amd64/conf/GENERIC-KMSAN b/sys/amd64/conf/GENERIC-KMSAN
new file mode 100644
index 000000000000..0afbade172b4
--- /dev/null
+++ b/sys/amd64/conf/GENERIC-KMSAN
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+include GENERIC
+
+ident   GENERIC-KMSAN
+
+options        KMSAN
_______________________________________________
dev-commits-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "dev-commits-src-all-unsubscr...@freebsd.org"

Reply via email to