Re: [PATCH 00/18] add support for Clang's Shadow Call Stack

2019-10-21 Thread Masami Hiramatsu
Hi, On Fri, 18 Oct 2019 09:10:15 -0700 Sami Tolvanen wrote: > This patch series adds support for Clang's Shadow Call Stack (SCS) > mitigation, which uses a separately allocated shadow stack to protect > against return address overwrites. More information can be found here: > > https://clang.l

[PATCH 00/18] add support for Clang's Shadow Call Stack

2019-10-18 Thread Sami Tolvanen
This patch series adds support for Clang's Shadow Call Stack (SCS) mitigation, which uses a separately allocated shadow stack to protect against return address overwrites. More information can be found here: https://clang.llvm.org/docs/ShadowCallStack.html SCS is currently supported only on arm