Re: [PATCH v6 00/41] Shadow stacks for userspace
From: "Edgecombe, Rick P" <rick.p.edgecombe@intel.com>
Date: 2023-02-20 21:24:02
Also in:
linux-api, linux-arch, linux-mm, lkml
From: "Edgecombe, Rick P" <rick.p.edgecombe@intel.com>
Date: 2023-02-20 21:24:02
Also in:
linux-api, linux-arch, linux-mm, lkml
On Mon, 2023-02-20 at 08:50 +0200, Mike Rapoport wrote:
On Sat, Feb 18, 2023 at 01:13:52PM -0800, Rick Edgecombe wrote:quoted
Hi, This series implements Shadow Stacks for userspace using x86's Control-flow Enforcement Technology (CET). CET consists of two related security features: shadow stacks and indirect branch tracking. This series implements just the shadow stack part of this feature, and just for userspace.For the series Acked-by: Mike Rapoport (IBM) <rppt@kernel.org>
Thanks Mike! Sorry forgot to add it since last time.