mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
kmsan: Update kmsan.9 to note arm64 support
MFC after: 2 weeks Sponsored by: Klara, Inc. Sponsored by: Juniper Networks, Inc.
This commit is contained in:
parent
01bb9a2a35
commit
f5b549d098
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@
|
|||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd December 6, 2023
|
||||
.Dd January 11, 2024
|
||||
.Dt KMSAN 9
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -62,7 +62,7 @@ kernel configuration file:
|
|||
.Nm
|
||||
is a subsystem which leverages compiler instrumentation to detect uses of
|
||||
uninitialized memory in the kernel.
|
||||
Currently it is implemented only on the amd64 platform.
|
||||
Currently it is implemented only on the amd64 and arm64 platforms.
|
||||
.Pp
|
||||
When
|
||||
.Nm
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue