Re: [PATCH v15 00/26] Control-flow Enforcement: Shadow Stack

2020-11-28 Thread Yu, Yu-cheng
On 11/27/2020 1:29 AM, Balbir Singh wrote: On Tue, Nov 10, 2020 at 08:21:45AM -0800, Yu-cheng Yu wrote: Control-flow Enforcement (CET) is a new Intel processor feature that blocks return/jump-oriented programming attacks. Details are in "Intel 64 and IA-32 Architectures Software Developer's

Re: [PATCH v15 00/26] Control-flow Enforcement: Shadow Stack

2020-11-27 Thread Balbir Singh
On Tue, Nov 10, 2020 at 08:21:45AM -0800, Yu-cheng Yu wrote: > Control-flow Enforcement (CET) is a new Intel processor feature that blocks > return/jump-oriented programming attacks. Details are in "Intel 64 and > IA-32 Architectures Software Developer's Manual" [1]. > > CET can protect

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack

2020-11-10 Thread Yu-cheng Yu
Control-flow Enforcement (CET) is a new Intel processor feature that blocks return/jump-oriented programming attacks. Details are in "Intel 64 and IA-32 Architectures Software Developer's Manual" [1]. CET can protect applications and the kernel. This series enables only application-level