On Fri, Sep 04, 2020 at 03:44:37AM -0700, Sean Christopherson wrote: > Add a very simple exit handler and use it as a third variant of the SGX > selftest to verify that the vDSO invokes then user's handler when one is > supplied. > > Signed-off-by: Sean Christopherson <sean.j.christopherson@xxxxxxxxx> Acked-by: Jarkko Sakkinen <jarkko.sakkinen@xxxxxxxxxxxxxxx> I have no concerns of the vDSO code with these changes have been merged. The way things are structured ('flags' + the fact we have a context structure 'run' for everything) keeps door open for eBPF (if ever wanted). /Jarkko