gvisor
gvisor copied to clipboard
Application Kernel for Containers
The go_types_memoize.patch was generated using the git diff command, with the 'go' field manually added to the path. It would be more appropriate to set the patch_strip value to 1...
kernel: do not protect TaskSet.liveTasks with TaskSet.mu
### Description With Podman commit [c81f075f436466092372dec7a19c35fe387fe8d3](https://github.com/containers/podman/commit/c81f075f436466092372dec7a19c35fe387fe8d3) ("libpod: do not chmod bind mounts"), which is included in release 5.2.0-rc1 and above, runsc fails to bind mount volumes in certain cases with...
Add instructions for configuring nvidia-container-runtime with containerd. The only way to get containerd to use runsc shim correctly alongside nvidia-container-runtime right now is to manually modify /etc/containerd/config.toml after running `nvidia-ctk...
Remove references to math/rand package's Read function. The helper function is deprecated. The package gvisor.dev/gvisor/pkg/rand depends on crypto/rand which performs worse thatn math/rand, the changes are fine since they are...
### Description ffmpeg [supports](https://docs.nvidia.com/video-technologies/video-codec-sdk/12.0/ffmpeg-with-nvidia-gpu/index.html) video encoding and decoding using NVIDIA GPUs. Here's an example command: ```shell wget -q -O /neoncat.mp4 https://media.giphy.com/media/sIIhZliB2McAo/giphy.mp4 && \ ffmpeg -y -vsync 0 -hwaccel cuda -hwaccel_output_format...
Update all GPU tests to use the ioctl sniffer. Fixes issue #10885.
The helper function is deprecated. The package gvisor.dev/gvisor/pkg/rand depends on crypto/rand which performs worse thatn math/rand, the changes are fine since they are not at any gVisor's hot path. The...