kernel: Fix vsock packets drop when the vsock driver starts

The virtio vsock driver has a small window during initialization
where it can silently drop replies to connection requests.
Because no reply is sent, kata waits for 10 seconds and in the
end it generates a connection timeout error in HybridVSockDialer.

Fixes: #8291

Signed-off-by: Alexandru Matei <alexandru.matei@uipath.com>
This commit is contained in:
Alexandru Matei
2023-11-09 14:13:21 +02:00
parent dffc6f611c
commit bfd1ce30e1
13 changed files with 834 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ assets:
kernel:
description: "Linux kernel optimised for virtual machines"
url: "https://cdn.kernel.org/pub/linux/kernel/v6.x/"
version: "v6.1.52"
version: "v6.1.62"
sev:
description: "Linux kernel that supports SEV and SNP"
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
@@ -182,7 +182,7 @@ assets:
kernel-arm-experimental:
description: "Linux kernel with cpu/mem hotplug support on arm64"
url: "https://cdn.kernel.org/pub/linux/kernel/v5.x/"
version: "v5.15.7"
version: "v5.15.138"
kernel-dragonball-experimental:
description: "Linux kernel with Dragonball VMM optimizations like upcall"