Jamie Liu
Jamie Liu
Some go9p client users may work with Fids, but want the ability to obtain a File given a raw Fid and offset (e.g. to pass to io package functions). Signed-off-by:...
### Description As described by https://www.kernel.org/doc/html/next/core-api/protection-keys.html. Currently (AFAIK) we have no one asking for this; this is just a tracking bug. ### Is this feature related to a specific bug?...
### Description checkescape (`//tools/checkescape`) uses `go tool objdump` to produce a mapping from source lines to function calls at those lines (`checkescape.go:loadObjdump()`). However, `go tool objdump` only prints the basename...
### Description Per https://github.com/google/gvisor/blob/master/g3doc/proposals/nvidia_driver_proxy.md, nvproxy is currently incompatible with platform/kvm for two reasons: 1. platform/kvm configures all guest page table entries to enable write-back caching, which is not generally correct...