On Wed, Dec 02, 2020 at 11:37:01AM +0100, Michael Kerrisk (man-pages) wrote: > Hi Jarkko, > > Thanks for the page. I'll have some more comments later, most likely. > But to begin with, are there any other manual pages that should be > listed in a SEE ALSO section for this manual page, and are there any > pages in man-pages that you think should refer to this page in their > SEE ALSO sections? Thanks for quick response. SGX does not declare any syscalls but it does have an ioctl API and a vDSO. I think one thing that the man page is missing is SIGSEGV handling. When user space directly invokes ENCLU[EENTER], then the exceptions inside are recognized through SIGSEV. This should be probably added, and then "SEE ALSO" should point out to sigaction(). > Cheers, > > Michael /Jarkko