The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=40924005c222ae8f4c5f647e2d214eefa677af95

commit 40924005c222ae8f4c5f647e2d214eefa677af95
Author:     Mark Johnston <[email protected]>
AuthorDate: 2023-03-24 00:37:41 +0000
Commit:     Mark Johnston <[email protected]>
CommitDate: 2023-03-24 00:39:10 +0000

    kasan.9: Update to note arm64 support
---
 share/man/man9/kasan.9 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/share/man/man9/kasan.9 b/share/man/man9/kasan.9
index 051c3ee0dbbb..752ea10cb41c 100644
--- a/share/man/man9/kasan.9
+++ b/share/man/man9/kasan.9
@@ -27,7 +27,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 29, 2021
+.Dd March 23, 2023
 .Dt KASAN 9
 .Os
 .Sh NAME
@@ -52,7 +52,7 @@ kernel configuration file:
 .Nm
 is a subsystem which leverages compiler instrumentation to detect invalid
 memory accesses in the kernel.
-Currently it is implemented only on the amd64 platform.
+Currently it is implemented on the amd64 and arm64 platforms.
 .Pp
 When
 .Nm
@@ -168,7 +168,7 @@ When
 .Nm
 is configured, the kernel memory allocators are configured to use the kernel
 map, but some uses of the direct map remain.
-For example, on amd64, accesses to page table pages are not tracked.
+For example, on amd64 and arm64, accesses to page table pages are not tracked.
 .Pp
 Some kernel memory allocators explicitly permit accesses after an object has
 been freed.

Reply via email to