gvisor
gvisor copied to clipboard
Application Kernel for Containers
Add validation for spec fields. Adds validation for OCI spec fields across checkpoint restore. Tests are added to verify the behavior.
Fix TestCheckpointRestoreListeningConnection flaky test. Thee test has a connected connection which is closed (on both sides) before calling the checkpoint. But sometimes the checkpoint can start before server side connection...
### Description Gitter has been the primary IM for gVisor community. What do you think about Slack vs Discord vs Gitter as community IM. ### Is this feature related to...
On arm64, a signal frame contains ESR_EL1 information that can be used to determine whether it's been read or write fault: https://github.com/torvalds/linux/commit/15af1942dd61ee236a48b3de14d6f31c0b9e8116
### Description We've been getting spurious coredumps from our sandboxed containers that have had no panic trace from gVisor itself. After digging into a bunch of them, I've noticed that...
### Description We've been doing some performance analysis and have noticed that on bare-metal, a PyTorch image conversion from RGB to YUV will take over 1s for a sample image...
### Description When running a [Dangerzone](https://github.com/freedomofpress/dangerzone) container image with the latest gVisor release ([release-20240916.0](https://github.com/google/gvisor/releases/tag/release-20240916.0)), we stumble onto the following error: ``` W0923 13:05:11.358402 1 boot.go:266] Not setting product_name: open /sys/devices/virtual/dmi/id/product_name:...