ruby/coroutine/amd64
KJ Tsanaktsidis 8ec67052e6 Do not define SHSTK feature for amd64 Context.S
We do not implement CET shadow-stack switching in amd64 Context.S. If
you compile Ruby with `-fcf-protection=full` and run it with
`GLIBC_TUNABLES=glibc.cpu.hwcaps=SHSTK` exported, it will crash with a
control flow exception.

Configure the appropriate notes at the end of Context.S

[Bug #18061]
2024-07-07 20:14:44 +10:00
..
Context.h Add support for address sanitizer for amd64 and arm64. 2022-05-25 15:24:24 +12:00
Context.S Do not define SHSTK feature for amd64 Context.S 2024-07-07 20:14:44 +10:00