Re: [PATCH v12 8/8] x86: Disallow vsyscall emulation when CET is enabled
From: Dave Hansen <hidden>
Date: 2020-09-18 19:33:13
Also in:
linux-arch, linux-doc, linux-mm, lkml
From: Dave Hansen <hidden>
Date: 2020-09-18 19:33:13
Also in:
linux-arch, linux-doc, linux-mm, lkml
On 9/18/20 12:23 PM, Yu-cheng Yu wrote:
Emulation of the legacy vsyscall page is required by some programs built before 2013. Newer programs after 2013 don't use it. Disable vsyscall emulation when Control-flow Enforcement (CET) is enabled to enhance security.
How does this "enhance security"? What is the connection between vsyscall emulation and CET?