Message ID | 20230927224757.1154247-8-samitolvanen@google.com (mailing list archive) |
---|---|
Headers | show |
Series | riscv: SCS support | expand |
Hello: This series was applied to riscv/linux.git (for-next) by Palmer Dabbelt <palmer@rivosinc.com>: On Wed, 27 Sep 2023 22:47:58 +0000 you wrote: > Hi folks, > > This series adds Shadow Call Stack (SCS) support for RISC-V. SCS > uses compiler instrumentation to store return addresses in a > separate shadow stack to protect them against accidental or > malicious overwrites. More information about SCS can be found > here: > > [...] Here is the summary with links: - [v4,1/6] riscv: VMAP_STACK overflow detection thread-safe https://git.kernel.org/riscv/c/be97d0db5f44 - [v4,2/6] riscv: Deduplicate IRQ stack switching https://git.kernel.org/riscv/c/82982fdd5133 - [v4,3/6] riscv: Move global pointer loading to a macro https://git.kernel.org/riscv/c/e609b4f4252a - [v4,4/6] riscv: Implement Shadow Call Stack https://git.kernel.org/riscv/c/d1584d791a29 - [v4,5/6] riscv: Use separate IRQ shadow call stacks https://git.kernel.org/riscv/c/c40fef858d00 - [v4,6/6] lkdtm: Fix CFI_BACKWARD on RISC-V https://git.kernel.org/riscv/c/245561ba6d5d You are awesome, thank you!