Adin Scannell
Adin Scannell
Startup is currently blocked by oom_score_adj, but there are many additional blockers.
**What type of PR is this?** Feature **What does this PR do? Why is it needed?** This PR adds a trivial feature to go_download_sdk that allows for applying a single...
Since there is no reset that occurs for the MINUTE scale, ensure that we have a complete data point by using the previous minute. Initial results suggests that this eliminates...
The VDSO mapped by the sentry has a writable segment, so we have more than one maps entry. Linux always has a single VDSO entry. We currently avoid advertising the...
As of Linux 4.7 (731e33e39a5b95ad77017811b3ced32ecf9dc666), this behavior no longer exists.
If a file is read-only, Lookup will open the host file O_RDONLY. If the app comes along later and SetPermission's it read-write, the inode should re-open the host file O_RDWR,...
This includes all constraints documented in the contributing guide: https://github.com/google/gvisor/blob/master/CONTRIBUTING.md
This caches the GS value in the ring0.CPU struct, in order to avoid a full pipeline flush in the switch path. Fixes #2010
The vector table can be constructed within the ring0 package much safer than it currently is. This issue is tracking the nogo exemption that is being granted.