git: 05eba8e068c1 - main - RELNOTES: Add entries for KASAN and KMSAN
Mark Johnston
markj at FreeBSD.org
Wed Aug 11 17:10:21 UTC 2021
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=05eba8e068c192564075a62b70217031b2eeb3fe
commit 05eba8e068c192564075a62b70217031b2eeb3fe
Author: Mark Johnston <markj at FreeBSD.org>
AuthorDate: 2021-08-11 17:05:50 +0000
Commit: Mark Johnston <markj at 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
More information about the dev-commits-src-main
mailing list