The branch main has been updated by markj:

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

commit 1263022e3922f9b73c79f7f0fe34c0dfed86fb25
Author:     Mark Johnston <[email protected]>
AuthorDate: 2021-08-10 19:51:31 +0000
Commit:     Mark Johnston <[email protected]>
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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to