mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
We observed CI instability for the past couple of days. This instability is confirmed to be a result of incomplete seccomp filters. Given the filter on 'virtio_vsock' is recently added and is missing 'brk', it is likely to be the root cause of the instability. Signed-off-by: Bo Chen <chen.bo@intel.com>