This is an archive of the discontinued LLVM Phabricator instance.

[scudo][standalone] Fuchsia related changes
ClosedPublic

Authored by cryptoad on Jun 17 2019, 8:41 AM.

Details

Summary

Fuchsia wants to use mutexes with PI in the Scudo code, as opposed to
our own implementation. This required making lock & unlock platform
specific (as opposed to wait & wake) [code courtesy of John
Grossman].
There is an additional flag required now for mappings as well:
ZX_VM_ALLOW_FAULTS.

Diff Detail

Repository
rL LLVM

Event Timeline

cryptoad created this revision.Jun 17 2019, 8:41 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptJun 17 2019, 8:41 AM
Herald added subscribers: Restricted Project, jfb, delcypher. · View Herald Transcript
This revision is now accepted and ready to land.Jun 18 2019, 10:29 AM
This revision was automatically updated to reflect the committed changes.