gvisor icon indicating copy to clipboard operation
gvisor copied to clipboard

Application Kernel for Containers

Results 468 gvisor issues
Sort by recently updated
recently updated
newest added

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...

ready to pull

kernel: do not protect TaskSet.liveTasks with TaskSet.mu

exported

### 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...

type: bug

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...

exported

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...

exported

### 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...

type: bug
area: gpu

Update all GPU tests to use the ioctl sniffer. Fixes issue #10885.

exported

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...

ready to pull

Run CUDA tests as part of GPU tests.

exported

Run vLLM test as part of GPU test suite.

exported