Page MenuHomeFreeBSD

arm64: Add msan.h
ClosedPublic

Authored by markj on Dec 21 2023, 6:40 PM.
Tags
None
Referenced Files
F132503124: D43156.id131691.diff
Fri, Oct 17, 11:20 AM
F132503122: D43156.id.diff
Fri, Oct 17, 11:20 AM
F132503121: D43156.diff
Fri, Oct 17, 11:20 AM
F132503114: D43156.id134010.diff
Fri, Oct 17, 11:20 AM
F132453808: D43156.diff
Fri, Oct 17, 1:56 AM
Unknown Object (File)
Tue, Oct 14, 3:27 PM
Unknown Object (File)
Sat, Oct 11, 4:40 AM
Unknown Object (File)
Fri, Sep 19, 5:21 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