Re: [PATCH v40 19/24] x86/vdso: Implement a vDSO for Intel SGX enclave call

From: Dave Hansen
Date: Sun Nov 08 2020 - 15:26:18 EST


On 11/8/20 12:08 PM, Jethro Beekman wrote:
>> + * Most exceptions reported on ENCLU, including those that occur within the
>> + * enclave, are fixed up and reported synchronously instead of being delivered
>> + * via a standard signal. Debug Exceptions (#DB) and Breakpoints (#BP) are
>> + * never fixed up and are always delivered via standard signals. On synchrously

Jarrko, do you see the synchronously typo? ^


>> + * reported exceptions, -EFAULT is returned
> This part about EFAULT is also bogus.

Do you have any suggestions to improve it? What should it say instead?