Re: [RFC PATCH v3 00/24] Control Flow Enforcement: Shadow Stack

From: Yu-cheng Yu
Date: Tue Sep 04 2018 - 10:52:23 EST


On Sun, 2018-09-02 at 18:13 +1000, Balbir Singh wrote:
> On Thu, Aug 30, 2018 at 07:38:40AM -0700, Yu-cheng Yu wrote:
> >
> > The previous version of CET patches can be found in the following
> > link.
> >
> > Â https://lkml.org/lkml/2018/7/10/1031
> >
> > Summary of changes from v2:
> >
> > Â Move Shadow Stack page fault handling logic to arch/x86.
> > Â Update can_follow_write_pte/pmd; move logic to arch/x86.
> > Â Fix problems in WRUSS in-line assembly.
> > Â Fix issues in ELF parser.
> > Â Split out IBT/PTRACE patches to a second set.
> > Â Other small fixes.
> >
> Quick question -- is there a simulator or some other way you've
> been testing this? Just curious, if it's possible to run these
> patches or just a review and internal hardware/simulator where
> they are run and posted
>
> Balbir Singh.

Currently only for review.

Yu-cheng