Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2021 01:31:08 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 1263022e3922 - main - Add a GENERIC-KMSAN kernel configuration for amd64
Message-ID:  <202108110131.17B1V8A9051113@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

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

commit 1263022e3922f9b73c79f7f0fe34c0dfed86fb25
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-08-10 19:51:31 +0000
Commit:     Mark Johnston <markj@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108110131.17B1V8A9051113>