diff options
author | Rahat Mahmood <rahat@google.com> | 2021-06-10 17:03:28 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2021-06-10 17:09:17 -0700 |
commit | 3fcbad509300ac7249156d49d2ec20f30aa1a16d (patch) | |
tree | cc9c08601df7f424b845d46ca8baa917259d3dc2 /pkg/sentry/pgalloc/pgalloc.go | |
parent | 0058fca32e8ac367c3d6b4396e1b40740d689b54 (diff) |
Fix lock ordering issue when enumerating cgroup tasks.
The control files enumerating tasks and threads residing in cgroupfs
incorrectly locks cgroupfs.filesystem.tasksMu before
kernel.TaskSet.mu.
The contents of these control files are inherently racy anyways, so
use a snapshot of the tasks in the cgroup and drop tasksMu before
resolving pids/tids (which acquires TaskSet.mu).
PiperOrigin-RevId: 378767060
Diffstat (limited to 'pkg/sentry/pgalloc/pgalloc.go')
0 files changed, 0 insertions, 0 deletions