git: f2d41e8c90 - main - Add missing blank line preventing the bulleted list from rendering properly
Brad Davis
brd at FreeBSD.org
Sun Sep 19 23:17:40 UTC 2021
The branch main has been updated by brd:
URL: https://cgit.FreeBSD.org/doc/commit/?id=f2d41e8c9028ecca0b0067e05da6636eb5a8f29d
commit f2d41e8c9028ecca0b0067e05da6636eb5a8f29d
Author: Brad Davis <brd at FreeBSD.org>
AuthorDate: 2021-09-19 23:17:19 +0000
Commit: Brad Davis <brd at FreeBSD.org>
CommitDate: 2021-09-19 23:17:19 +0000
Add missing blank line preventing the bulleted list from rendering properly
---
website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc | 1 +
1 file changed, 1 insertion(+)
diff --git a/website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc b/website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc
index c9db780c6e..af90fa3e2b 100644
--- a/website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc
+++ b/website/content/en/status/report-2021-04-2021-06/kernel-sanitizers.adoc
@@ -23,6 +23,7 @@ This can be used, for example, to add checks in the network stack for uninitiali
A number of bugs have been found using KMASN and the FreeBSD regression test suite; many have already been fixed (search for "KMSAN" in src commit logs for examples), and patches have been written for all others found so far.
Future work includes:
+
* Finishing the KMSAN port and committing it to the FreeBSD main branch.
* Enabling CI jobs to run the test suite with KASAN and KMSAN enabled.
* Adding link:https://syzkaller.appspot.com/freebsd[syzbot] configurations with KASAN and KMSAN enabled, and fixing bugs found it.
More information about the dev-commits-doc-all
mailing list