gvisor
gvisor copied to clipboard
Application Kernel for Containers
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=5373656300126208 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45414 and will auto-close if the status changes there. If...
OSS-Fuzz has found a bug in this project. Please see https://oss-fuzz.com/testcase?key=4670945671905280 for details and reproducers. This issue is mirrored from https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=38891 and will auto-close if the status changes there. If...
### Description I am new to gVisor and am thinking about running gVisor on aws ec2 instances. However, it looks like most of the aws ec2 instances does not support...
Hi @avagin @amscanne I saw there were many ARM64 related patches had merged. And now cross-build for multi-arch binaries and images has enabled. I am wander if there is any...
Add new variables necessary for DSACK undo cwnd reduction. Adds the below variables for TCP sender: - undoMarker: when set indicates a new recovery episode. - unackedRetrans: the number of...
Enable tmpfs size mount option. When tmpfs is mounted with `size` option it imposes a limit for the tmpfs mount. The total size of all files in that mount must...
Test `wait` returns immediately with ECHILD for childless process
Update BuildKite agents to use Go 1.17. As mentioned in containerd/containerd#6605, containerd 1.6 does not build with go 1.18. Rollback buildkite agents to go 1.17 for now.
gVisor fails in unintuitive ways when run on an older version of Linux. We should print a warning or simply fail if he version of Linux used is less than...