Page MenuHomeFreeBSD

arm64: Add msan.h
ClosedPublic

Authored by markj on Dec 21 2023, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 16, 1:38 PM
Unknown Object (File)
Thu, Apr 16, 1:29 PM
Unknown Object (File)
Mar 20 2026, 8:48 AM
Unknown Object (File)
Mar 18 2026, 10:01 AM
Unknown Object (File)
Mar 18 2026, 12:21 AM
Unknown Object (File)
Mar 13 2026, 11:50 AM
Unknown Object (File)
Mar 8 2026, 2:59 PM
Unknown Object (File)
Mar 8 2026, 8:10 AM
Subscribers

Details

Reviewers
andrew
manu
imp
Group Reviewers
arm64
Commits
rG90010126b03b: arm64: Add msan.h
Summary

This is mostly a copy of amd64's msan.h, except that we currently do not
avoid shadowing the kernel itself, and we need a more restrictive upper
bound in kmsan_md_unsupported() to avoid probing non-existent shadow
mappings of device mappings.

Sponsored by: Klara, Inc.
Sponsored by: Juniper Networks, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable