Trusty now has MTE support.
Back-ported from https://r.android.com/2332745.
Details
Details
- Reviewers
cferris Chia-hungDuan - Commits
- rG146f4c26ac50: [scudo] Enable MTE in Trusty
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/memtag.h | ||
---|---|---|
14 | I suggest using SCUDO_CAN_USE_MTE and define this in platform.h |
compiler-rt/lib/scudo/standalone/platform.h | ||
---|---|---|
46 | Should every architecture define SCUDO_CAN_USE_MTE itself, or leave it like this? |
compiler-rt/lib/scudo/standalone/platform.h | ||
---|---|---|
46 | This form looks good to me. Can we move this below SCUDO_CAN_USE_PRIMARY64? |
I suggest using SCUDO_CAN_USE_MTE and define this in platform.h