Cloud hypervisor uses vsock, without this patch CI
for cloud hypervisor is not stable.
Patch information:
There was a race condition between bind() and listen() that was hit very
rarely when using Kata Containers and Cloud-Hypervisor. It's been
identified the problem is really coming from the virtio-vsock driver,
which is fixed by those new kernel patches uploaded for each version of
the kernels used by Kata Containers.
Cloud hypervisor uses vsock, without this patch CI for cloud hypervisor is not stable.
Patch information:
Update: Fixed to make it build with kernel 5.6
Fixes #932
Signed-off-by: Jose Carlos Venegas Munoz jose.carlos.venegas.munoz@intel.com