Disable huge pages in the MSan shadow region when
no_huge_pages_for_shadow == true (default).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Testing this would be pretty hard - we'd need to touch a bunch of memory pages, and then somehow wait for the huge page daemon to merge them (or not).
Comment Actions
We could scan /proc/self/smaps for regions huge page eligibility, but that's probably brittle/annoying.