Aleksa Sarai
a1de70aa86
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>
2019-12-17 20:34:56 +01:00
..
2019-12-13 08:52:09 +01:00
2019-12-17 20:34:56 +01:00
2018-06-15 07:15:28 +09:00
2019-02-12 19:47:19 +01:00
2019-12-01 09:16:42 +01:00
2019-12-13 08:51:04 +01:00
2018-06-08 18:56:02 +09:00
2019-12-01 09:17:13 +01:00
2019-10-07 18:57:10 +02:00
2019-10-11 18:21:06 +02:00
2019-06-11 12:20:52 +02:00
2019-12-01 09:16:14 +01:00
2019-05-31 06:46:30 -07:00
2019-12-13 08:52:35 +01:00
2019-11-20 18:45:24 +01:00
2019-12-05 09:19:49 +01:00
2019-05-31 06:46:05 -07:00
2018-02-06 18:32:44 -08:00
2018-05-18 14:58:22 +02:00
2019-12-13 08:51:11 +01:00
2019-12-13 08:51:02 +01:00
2018-07-17 14:45:08 -04:00
2018-02-23 11:22:22 -05:00
2019-05-31 06:46:17 -07:00
2019-12-01 09:17:17 +01:00
2018-11-13 11:08:47 -08:00
2017-11-02 11:10:55 +01:00
2018-06-24 14:39:47 +02:00
2019-11-24 08:20:18 +01:00
2018-08-22 10:52:47 -07:00
2019-07-31 07:27:11 +02:00
2018-04-27 14:34:51 +02:00
2018-05-16 07:23:35 +02:00
2019-10-11 18:21:23 +02:00
2018-05-16 07:23:35 +02:00
2019-08-09 17:52:34 +02:00
2018-02-21 16:54:06 +01:00
2018-06-21 12:33:19 +02:00
2019-12-05 09:21:04 +01:00
2018-08-06 12:35:20 +02:00
2019-12-01 09:17:38 +01:00
2017-12-14 16:00:49 -08:00
2019-04-20 09:16:02 +02:00
2018-05-15 23:08:33 -07:00
2019-05-31 06:46:19 -07:00
2019-06-04 08:02:34 +02:00
2019-09-21 07:17:02 +02:00
2017-11-02 11:10:55 +01:00
2018-08-02 08:06:54 +09:00
2019-02-12 19:47:20 +01:00
2019-11-24 08:20:29 +01:00
2018-06-12 16:19:22 -07:00
2017-11-02 11:10:55 +01:00
2018-07-16 12:31:57 -07:00
2019-12-05 09:20:26 +01:00
2018-08-13 11:25:07 -07:00
2019-12-01 09:17:38 +01:00
2019-01-13 09:51:04 +01:00
2018-07-02 11:36:17 +02:00
2018-07-02 11:36:17 +02:00
2019-09-19 09:09:40 +02:00
2019-07-26 09:14:25 +02:00
2019-12-01 09:17:10 +01:00
2018-04-11 10:28:37 -07:00
2019-07-26 09:14:01 +02:00
2019-01-13 09:51:06 +01:00
2019-07-10 09:53:41 +02:00
2017-11-02 11:10:55 +01:00
2018-08-06 12:35:20 +02:00
2019-03-13 14:02:35 -07:00
2019-09-16 08:22:20 +02:00
2018-07-10 22:18:52 +02:00
2018-06-06 16:34:00 -07:00
2019-11-20 18:46:21 +01:00
2019-02-12 19:47:25 +01:00
2018-07-03 09:20:44 +02:00
2017-11-02 11:10:55 +01:00
2018-08-03 15:52:10 +02:00
2018-08-13 11:25:07 -07:00
2018-06-10 10:17:09 -07:00
2019-06-15 11:54:01 +02:00
2018-04-16 11:26:49 +02:00
2019-06-15 11:53:59 +02:00
2017-12-17 13:57:15 +01:00
2018-02-06 18:32:46 -08:00
2018-06-21 12:33:05 +02:00
2018-06-25 11:30:10 -07:00
2018-10-17 15:35:29 -04:00
2018-04-05 21:36:27 -07:00
2018-04-02 20:15:59 +02:00
2018-04-02 20:15:30 +02:00
2018-06-07 16:56:28 -04:00
2018-11-13 11:09:00 -08:00
2018-08-22 10:52:47 -07:00
2018-08-11 02:05:53 -05:00
2018-04-11 10:28:35 -07:00
2018-08-30 12:56:40 +02:00
2019-04-03 06:26:29 +02:00
2018-05-18 08:47:13 -07:00
2019-12-17 20:34:54 +01:00