Re: [PATCH v8 09/27] mm/mmap: Prevent Shadow Stack VMA merges
From: Dave Hansen <hidden>
Date: 2019-08-13 22:34:03
Also in:
linux-arch, linux-doc, linux-mm, lkml
From: Dave Hansen <hidden>
Date: 2019-08-13 22:34:03
Also in:
linux-arch, linux-doc, linux-mm, lkml
On 8/13/19 1:52 PM, Yu-cheng Yu wrote:
To prevent function call/return spills into the next shadow stack area, do not merge shadow stack areas.
How does this prevent call/return spills?