[all-commits] [llvm/llvm-project] 507e41: [libunwind][NFC] Remove the CET keyword in shadow ...

Ming-Yi Lai via All-commits all-commits at lists.llvm.org
Thu Feb 20 00:12:39 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 507e413a2d85fb25f70caa9ef843f7c7cffb94c6
      https://github.com/llvm/llvm-project/commit/507e413a2d85fb25f70caa9ef843f7c7cffb94c6
  Author: Ming-Yi Lai <ming-yi.lai at mediatek.com>
  Date:   2025-02-20 (Thu, 20 Feb 2025)

  Changed paths:
    M libunwind/src/CMakeLists.txt
    M libunwind/src/Registers.hpp
    M libunwind/src/UnwindCursor.hpp
    M libunwind/src/UnwindLevel1.c
    R libunwind/src/cet_unwind.h
    A libunwind/src/shadow_stack_unwind.h

  Log Message:
  -----------
  [libunwind][NFC] Remove the CET keyword in shadow stack-related stuffs (#126663)

libunwind currently supports shadow stack based on the Intel CET and
AArch64 GCS technology, but throughout related codes, the Intel-specific
keyword, "CET", is used to refer to the generic concept of control-flow
integrity/shadow stack. This patch replaces such wordings with
architecture-neutral term "shadow stack" (abbr. "shstk") to allow future
implementation to avoid using the Intel-specific "CET" term.



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