Page MenuHomeFreeBSD

arm64: Add msan.h
ClosedPublic

Authored by markj on Dec 21 2023, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 19, 5:21 PM
Unknown Object (File)
Fri, Sep 19, 1:09 PM
Unknown Object (File)
Wed, Sep 17, 7:23 AM
Unknown Object (File)
Wed, Sep 17, 5:30 AM
Unknown Object (File)
Fri, Sep 12, 11:04 AM
Unknown Object (File)
Aug 30 2025, 3:17 PM
Unknown Object (File)
Aug 26 2025, 9:17 PM
Unknown Object (File)
Aug 26 2025, 5:19 PM
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