lsds / sgx-lkl

SGX-LKL Library OS for running Linux applications inside of Intel SGX enclaves
MIT License
257 stars 89 forks source link

Fix: Update to lkl that contains signaling changes. #830

Closed KenGordon closed 4 years ago

KenGordon commented 4 years ago

Fixes 644 (signals going to the wrong thread) Fixes parts of 709 More work is due, tests need to be updated and other added.

Note to reviewer. This is the same changes as reviewed in the lkl sub repo over the past few days.

vtikoo commented 4 years ago

@KenGordon As /ltp/testcases/kernel/syscalls/rt_sigqueueinfo/rt_sigqueueinfo01 is passing now, should we re-enable it as part of this PR?