OSDN Git Service

cgroup: pids: use atomic64_t for pids->limit
authorAleksa Sarai <cyphar@cyphar.com>
Wed, 16 Oct 2019 15:50:01 +0000 (02:50 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 21 Dec 2019 09:35:24 +0000 (10:35 +0100)
commitbd0c9ceb8ab93fccb5f00590e0cafd3662a948ed
tree51f77fe13a3c70e841eccf870d32a1ef31dde548
parent6eca9292c59b7a5719276e0e78ea3f0deb7b6cbe
cgroup: pids: use atomic64_t for pids->limit

commit a713af394cf382a30dd28a1015cbe572f1b9ca75 upstream.

Because pids->limit can be changed concurrently (but we don't want to
take a lock because it would be needlessly expensive), use atomic64_ts
instead.

Fixes: commit 49b786ea146f ("cgroup: implement the PIDs subsystem")
Cc: stable@vger.kernel.org # v4.3+
Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
kernel/cgroup_pids.c