kata-containers / packaging

Kata Containers version 1.x packaging (for version 2.x see https://github.com/kata-containers/kata-containers).
https://katacontainers.io/
Apache License 2.0
119 stars 92 forks source link

backport: 1.10.x: sock: Add mising fix to experimental kernel #1073

Closed jcvenegas closed 4 years ago

jcvenegas commented 4 years ago

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.

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

jcvenegas commented 4 years ago

/test

amshinde commented 4 years ago

/test-clh