mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-02 01:45:21 +00:00
37ea979e56
Replace the thread for handling SIGSYS with a simple signal handler. This resolves inconsistent delivery of signals to the SIGSYS thread due to other threads manipulating the signals. Tested by removing key syscalls from vCPU and virtio device filters and observing correct notice. Fixes: #3811 Signed-off-by: Rob Bradford <robert.bradford@intel.com>