[PATCH] D65730: [Sanitizer] Linux Shadow mapping explicit thp support when in madvise mode

David CARLIER via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 4 14:43:48 PDT 2019


devnexen created this revision.
devnexen added a reviewer: thakis.
devnexen created this object with visibility "All Users".
Herald added subscribers: llvm-commits, Sanitizers, kubamracek.
Herald added projects: LLVM, Sanitizers.

Page are attepted to migrate as huge page implicitly in always mode doing it explicitally in madvise mode.


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D65730

Files:
  compiler-rt/lib/asan/asan_shadow_setup.cpp
  compiler-rt/lib/hwasan/hwasan_linux.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_common.h
  compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
  compiler-rt/lib/tsan/rtl/tsan_platform_posix.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65730.213270.patch
Type: text/x-patch
Size: 3976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190804/0f5cf532/attachment.bin>


More information about the llvm-commits mailing list