Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 2021 17:10:20 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: 05eba8e068c1 - main - RELNOTES: Add entries for KASAN and KMSAN
Message-ID:  <202108111710.17BHAKha006488@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=05eba8e068c192564075a62b70217031b2eeb3fe

commit 05eba8e068c192564075a62b70217031b2eeb3fe
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2021-08-11 17:05:50 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2021-08-11 17:08:36 +0000

    RELNOTES: Add entries for KASAN and KMSAN
    
    Sponsored by:   The FreeBSD Foundation
---
 RELNOTES | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index a33128e7370f..c5d4c038cfe7 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,14 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+422084abbda:
+	LLVM's MemorySanitizer can now be used in amd64 kernels.  See the
+	kmsan(9) manual page for more information.
+
+38da497a4dfc:
+	LLVM's AddressSanitizer can now be used in amd64 kernels.  See the
+	kasan(9) manual page for more information.
+
 f39dd6a97844,23f24377b1a9,628bd30ab5a4:
 	One True Awk has been updated to the latest from upstream
 	(20210727). All the FreeBSD patches, but one, have now been



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