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

PGO: Add make target to refresh profiles for PGO. This runs all benchmarks tagged as PGO-enabled, of which there is currently just one for simplicity (the ffmpeg benchmark). All other...

exported

### Description Currently, `nvproxy`'s ABI version tree describes the ABI of each individual version number. This means that users need to have exactly the right driver version in order to...

type: enhancement
area: gpu

`v0.20.0` of `golang.org/x/sys` renamed [`XDPUmemReg.Size`](https://pkg.go.dev/golang.org/x/[email protected]/unix#XDPUmemReg) to [`XDPUmemReg.Chunk_size`](https://pkg.go.dev/golang.org/x/[email protected]/unix#XDPUmemReg). Since gvisor makes use of `XDPUmemReg`, projects with gvisor as a Go dependency can't upgrade `golang.org/x/sys` until the dependency is upgraded. Changeset was...

ready to pull

### Description I want to use gVisor with my A100 GPU's. When I follow the instructions at https://gvisor.dev/docs/user_guide/gpu/ and run: ``` runsc nvproxy list-supported-drivers ``` I see: ``` 535.161.07 550.54.14...

type: enhancement
area: gpu

### Description This is unfortunately not a reproduction as I have not even been able to reproduce this behavior outside of our production environment. But I've gathered some information which...

type: bug

Strip the extra path in go_types_memoize.patch 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...

exported

### Description Using `g4dn.xlarge` ec2 instance on AWS which has `Tesla T4`. Installed NVIDIA driver `550.90.07` which is supported by nvproxy. checked by running `runsc nvproxy list-supported-drivers` ![image](https://github.com/user-attachments/assets/7cf5138c-2fcd-48b7-a54d-2cb3a1603d8f) Then installed...

type: bug

nvproxy: remove outdated commentary Was reading through code and noticed these two instances of outdated commentary. FUTURE_COPYBARA_INTEGRATE_REVIEW=https://github.com/google/gvisor/pull/11057 from thundergolfer:master f2026c02e338febd0871c10b091dcebc2a6da390

exported

Was reading through code and noticed these two instances of outdated commentary.

ready to pull

When checkpointing, the container.SignalContainer will be blocked until the end of the checkpointing process, during which it cannot acquire the kernel.extMu mutex. As a result, some runsc commands, such as...