gvisor/runsc/cgroup
Fabricio Voznika 4b4d12d5bb Fixes to cgroups
There were a few problems with cgroups:
- cleanup loop what breaking too early
- parse of /proc/[pid]/cgroups was skipping "name=systemd"
  because "name=" was not being removed from name.
- When no limits are specified, fillFromAncestor was not being
  called, causing a failure to set cpuset.mems

Updates #4536

PiperOrigin-RevId: 337947356
2020-10-19 15:32:50 -07:00
..
BUILD Merge pull request #2672 from amscanne:shim-integrated 2020-07-13 16:10:58 -07:00
cgroup.go Fixes to cgroups 2020-10-19 15:32:50 -07:00
cgroup_test.go Cgroup fixes 2020-06-10 17:05:23 -07:00