git: 827d0e4b91f6 - main - arm64: Add a GENERIC-KMSAN kernel configuration
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Feb 2024 14:57:12 UTC
The branch main has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=827d0e4b91f601dce5a163458ff87296835a3508 commit 827d0e4b91f601dce5a163458ff87296835a3508 Author: Alexander Stetsenko <alex.stetsenko@klarasystems.com> AuthorDate: 2024-02-08 19:28:17 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-02-09 14:56:55 +0000 arm64: Add a GENERIC-KMSAN kernel configuration Reviewed by: imp Sponsored by: Klara, Inc. Sponsored by: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D43153 --- sys/arm64/conf/GENERIC-KMSAN | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sys/arm64/conf/GENERIC-KMSAN b/sys/arm64/conf/GENERIC-KMSAN new file mode 100644 index 000000000000..a9ff46159f14 --- /dev/null +++ b/sys/arm64/conf/GENERIC-KMSAN @@ -0,0 +1,5 @@ +include GENERIC + +ident GENERIC-KMSAN + +options KMSAN