Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend signal support #53

Open
cpriebe opened this issue Jul 11, 2019 · 0 comments
Open

Extend signal support #53

cpriebe opened this issue Jul 11, 2019 · 0 comments

Comments

@cpriebe
Copy link
Collaborator

cpriebe commented Jul 11, 2019

Currently SGX-LKL has only limited signal support. Signal handlers can be installed for SIGSEGV and SIGFPE. SIGILL handling is currently only used for transparently handling CPUID and RDTSC instructions which are illegal in SGX v1. Custom handlers should be supported at least for the most common catchable signals.

Also, a number of signal related functions/system calls such as sigsuspend, sigprocmask, sigwait are currently not supported. Ultimately these should be implemented within the enclave.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants