This is an archive of the discontinued LLVM Phabricator instance.

scudo: Remove ANDROID_EXPERIMENTAL_MTE macro.
ClosedPublic

Authored by pcc on Dec 17 2020, 9:41 PM.

Details

Summary

Kernel support for MTE has been released in Linux 5.10. This means
that it is a stable API and we no longer need to make the support
conditional on a macro. We do need to provide conditional definitions
of the new macros though in order to avoid a dependency on new
kernel headers.

Diff Detail

Event Timeline

pcc requested review of this revision.Dec 17 2020, 9:41 PM
pcc created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptDec 17 2020, 9:41 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cryptoad accepted this revision.Dec 18 2020, 9:59 AM
This revision is now accepted and ready to land.Dec 18 2020, 9:59 AM
This revision was automatically updated to reflect the committed changes.