aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cgroup.h
diff options
context:
space:
mode:
authorRoman Gushchin <guro@fb.com>2019-04-26 10:59:44 -0700
committerTejun Heo <tj@kernel.org>2019-05-06 08:39:06 -0700
commitcb2c4cd87874a7975b7b8615866b3a87bae10aab (patch)
tree306f73b6b4208a222e4e8e3902d5de62668eb5cb /include/linux/cgroup.h
parentcgroup: Remove unused cgrp variable (diff)
downloadlinux-dev-cb2c4cd87874a7975b7b8615866b3a87bae10aab.tar.xz
linux-dev-cb2c4cd87874a7975b7b8615866b3a87bae10aab.zip
cgroup: prevent spurious transition into non-frozen state
If freezing of a cgroup races with waking of a task from the frozen state (like waiting in vfork() or in do_signal_stop()), a spurious transition of the cgroup state can happen. The task enters cgroup_leave_frozen(true), the cgroup->nr_frozen_tasks counter decrements, and the cgroup is switched to the unfrozen state. To prevent it, let's reserve cgroup_leave_frozen(true) for terminating processes and use cgroup_leave_frozen(false) otherwise. To avoid busy-looping in the signal handling loop waiting for JOBCTL_TRAP_FREEZE set from the cgroup freezing path, let's do it explicitly in cgroup_leave_frozen(), if the task is going to stay frozen. Suggested-by: Oleg Nesterov <oleg@redhat.com> Signed-off-by: Roman Gushchin <guro@fb.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/cgroup.h')
0 files changed, 0 insertions, 0 deletions