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

From: Will Deacon
Date: Thu Jan 16 2020 - 13:25:00 EST


On Fri, Dec 06, 2019 at 02:13:36PM -0800, 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.llvm.org/docs/ShadowCallStack.html

I've queued the first four via arm64.

Will