From owner-dev-commits-doc-all@freebsd.org Sun Sep 19 23:17:40 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DB9D1673803 for ; Sun, 19 Sep 2021 23:17:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HCNrh5bVpz4tl3; Sun, 19 Sep 2021 23:17:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C2A425E85; Sun, 19 Sep 2021 23:17:40 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 18JNHesx028708; Sun, 19 Sep 2021 23:17:40 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18JNHeoM028707; Sun, 19 Sep 2021 23:17:40 GMT (envelope-from git) Date: Sun, 19 Sep 2021 23:17:40 GMT Message-Id: <202109192317.18JNHeoM028707@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Brad Davis Subject: git: f2d41e8c90 - main - Add missing blank line preventing the bulleted list from rendering properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: brd X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f2d41e8c9028ecca0b0067e05da6636eb5a8f29d Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Sep 2021 23:17:40 -0000 The branch main has been updated by brd: URL: https://cgit.FreeBSD.org/doc/commit/?id=f2d41e8c9028ecca0b0067e05da6636eb5a8f29d commit f2d41e8c9028ecca0b0067e05da6636eb5a8f29d Author: Brad Davis AuthorDate: 2021-09-19 23:17:19 +0000 Commit: Brad Davis 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.