Page MenuHomeFreeBSD

arm64: Add msan.h
ClosedPublic

Authored by markj on Dec 21 2023, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jan 26, 5:43 AM
Unknown Object (File)
Jan 10 2025, 6:09 AM
Unknown Object (File)
Jan 9 2025, 9:49 PM
Unknown Object (File)
Jan 8 2025, 9:20 PM
Unknown Object (File)
Jan 3 2025, 8:10 PM
Unknown Object (File)
Nov 16 2024, 2:31 PM
Unknown Object (File)
Nov 2 2024, 9:33 PM
Unknown Object (File)
Oct 19 2024, 12:01 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