[all-commits] [llvm/llvm-project] fb6513: Add API to temporalily suppress usage of ASAN's fa...

happyCoder92 via All-commits all-commits at lists.llvm.org
Fri Dec 5 09:53:43 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fb6513130de7578c847aaaf6c278809b6c2476c3
      https://github.com/llvm/llvm-project/commit/fb6513130de7578c847aaaf6c278809b6c2476c3
  Author: happyCoder92 <wiktorg at google.com>
  Date:   2025-12-05 (Fri, 05 Dec 2025)

  Changed paths:
    M compiler-rt/include/sanitizer/asan_interface.h
    M compiler-rt/lib/asan/asan_fake_stack.cpp
    M compiler-rt/lib/asan/asan_interface.inc
    M compiler-rt/lib/asan/asan_thread.cpp
    M compiler-rt/lib/asan/asan_thread.h
    M compiler-rt/lib/asan_abi/asan_abi.cpp
    M compiler-rt/lib/asan_abi/asan_abi.h
    M compiler-rt/lib/asan_abi/asan_abi_shim.cpp
    A compiler-rt/test/asan/TestCases/suppress_fake_stack.cpp
    A compiler-rt/test/asan/TestCases/suppress_fake_stack_force_disabled.cpp

  Log Message:
  -----------
  Add API to temporalily suppress usage of ASAN's fake stack (#160135)

Intended use-case is for threads that use (or switch to) stack with
special properties e.g. backed by MADV_DONTDUMP memory.

---------

Co-authored-by: Vitaly Buka <vitalybuka at google.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list