Serge E. Hallyn
e885dcde75
cgroup_clone: use pid of newly created task for new cgroup
...
cgroup_clone creates a new cgroup with the pid of the task. This works
correctly for unshare, but for clone cgroup_clone is called from
copy_namespaces inside copy_process, which happens before the new pid is
created. As a result, the new cgroup was created with current's pid.
This patch:
1. Moves the call inside copy_process to after the new pid
is created
2. Passes the struct pid into ns_cgroup_clone (as it is not
yet attached to the task)
3. Passes a name from ns_cgroup_clone() into cgroup_clone()
so as to keep cgroup_clone() itself simpler
4. Uses pid_vnr() to get the process id value, so that the
pid used to name the new cgroup is always the pid as it
would be known to the task which did the cloning or
unsharing. I think that is the most intuitive thing to
do. This way, task t1 does clone(CLONE_NEWPID) to get
t2, which does clone(CLONE_NEWPID) to get t3, then the
cgroup for t3 will be named for the pid by which t2 knows
t3.
(Thanks to Dan Smith for finding the main bug)
Changelog:
June 11: Incorporate Paul Menage's feedback: don't pass
NULL to ns_cgroup_clone from unshare, and reduce
patch size by using 'nodename' in cgroup_clone.
June 10: Original version
[akpm@linux-foundation.org: build fix]
[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Serge Hallyn <serge@us.ibm.com>
Acked-by: Paul Menage <menage@google.com>
Tested-by: Dan Smith <danms@us.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2008-07-25 10:53:37 -07:00
..
2008-07-25 09:28:09 -07:00
2008-04-24 14:07:46 -03:00
2008-07-25 10:53:30 -07:00
2008-07-15 16:11:29 -04:00
2008-07-23 18:24:08 -07:00
2008-07-23 08:12:26 -07:00
2008-07-16 15:17:52 -07:00
2008-07-21 21:55:03 -07:00
2008-07-21 10:11:00 -07:00
2008-05-21 14:08:38 -07:00
2008-06-09 15:55:45 -07:00
2008-05-21 14:08:38 -07:00
2008-05-21 14:08:38 -07:00
2008-07-25 10:53:34 -07:00
2008-07-21 17:05:25 +10:00
2008-07-25 10:53:30 -07:00
2008-07-14 14:52:56 -04:00
2008-07-20 21:21:46 -07:00
2008-04-29 08:06:27 -07:00
2008-07-25 10:53:29 -07:00
2008-06-16 10:20:58 -07:00
2008-02-06 10:41:02 -08:00
2008-02-06 10:41:10 -08:00
2008-07-24 10:47:24 -07:00
2008-07-01 11:28:06 +10:00
2008-04-20 21:47:02 -07:00
2008-06-19 10:42:17 +10:00
2008-06-19 10:42:17 +10:00
2008-04-29 08:06:00 -07:00
2008-07-24 10:47:27 -07:00
2008-03-28 22:14:15 -04:00
2008-07-17 17:59:55 -07:00
2008-03-27 14:51:39 -04:00
2008-02-24 00:27:33 -05:00
2008-03-23 22:04:31 -07:00
2008-05-14 23:24:09 -07:00
2008-05-14 23:24:09 -07:00
2008-02-08 09:22:38 -08:00
2008-03-04 13:41:23 +01:00
2008-07-24 10:47:41 -07:00
2008-04-19 19:10:33 -07:00
2008-07-24 10:47:24 -07:00
2008-07-24 10:47:33 -07:00
2008-07-22 09:59:40 -07:00
2008-04-30 08:29:50 -07:00
2008-07-24 10:47:33 -07:00
2008-07-24 10:47:22 -07:00
2008-07-03 13:21:14 +02:00
2008-05-13 08:02:25 -07:00
2008-04-29 08:11:16 -07:00
2008-06-06 11:29:10 -07:00
2008-07-16 14:51:41 -07:00
2008-07-03 13:21:12 +02:00
2008-07-24 10:47:20 -07:00
2008-05-29 01:38:46 -07:00
2008-04-22 15:16:32 -05:00
2008-04-29 08:06:01 -07:00
2008-04-28 08:58:19 -07:00
2008-07-04 10:40:08 -07:00
2008-04-30 08:29:54 -07:00
2008-04-21 09:50:08 +02:00
2008-07-04 10:40:05 -07:00
2008-04-29 08:06:09 -07:00
2008-07-25 10:53:37 -07:00
2008-05-01 08:03:59 -07:00
2008-04-30 08:29:54 -07:00
2008-04-29 08:05:59 -07:00
2008-07-25 10:53:33 -07:00
2008-05-01 08:03:59 -07:00
2008-02-09 23:24:09 +01:00
2008-04-30 08:42:49 -07:00
2008-05-10 19:51:16 -07:00
2008-04-30 08:29:54 -07:00
2008-07-17 15:21:29 -07:00
2008-02-26 18:42:44 -08:00
2008-04-29 08:06:06 -07:00
2008-05-27 10:11:36 +02:00
2008-04-29 08:05:59 -07:00
2008-05-19 18:17:49 -04:00
2008-06-11 19:13:45 -04:00
2008-07-23 19:36:53 -07:00
2008-07-18 13:22:25 +02:00
2008-04-30 08:29:54 -07:00
2008-07-12 08:22:32 -05:00
2008-07-10 20:35:18 +08:00
2008-07-20 17:12:38 -07:00
2008-07-22 17:30:57 -07:00
2008-07-11 10:46:50 +02:00
2008-07-13 11:51:40 +01:00
2008-02-14 21:17:08 -08:00
2008-07-05 13:10:50 -07:00
2008-07-21 21:54:59 -07:00
2008-04-30 08:29:53 -07:00
2008-06-24 13:53:46 +02:00
2008-04-29 08:06:09 -07:00
2008-07-21 12:00:37 +01:00
2008-07-21 21:54:53 -07:00
2008-04-30 08:29:48 -07:00
2008-07-25 10:53:34 -07:00
2008-04-21 11:35:39 -05:00
2008-04-21 11:22:28 -05:00
2008-04-21 11:35:39 -05:00
2008-04-21 11:22:29 -05:00
2008-06-24 22:58:07 -04:00
2008-04-25 13:26:55 +01:00
2008-04-25 13:26:55 +01:00
2008-07-21 12:00:37 +01:00
2008-04-25 13:26:55 +01:00
2008-07-22 10:39:36 +10:00
2008-04-29 08:06:11 -07:00
2008-07-17 17:59:56 -07:00
2008-02-08 09:22:24 -08:00
2008-04-28 08:58:30 -07:00
2008-02-07 08:42:06 -08:00
2008-07-08 11:59:42 -07:00
2008-04-29 08:06:26 -07:00
2008-05-25 10:55:10 +02:00
2008-07-21 21:54:53 -07:00
2008-02-08 09:22:30 -08:00
2008-07-01 14:47:09 +10:00
2008-02-29 08:06:37 -08:00
2008-02-07 08:42:30 -08:00
2008-04-19 19:10:33 -07:00
2008-02-07 08:42:25 -08:00
2008-02-13 16:21:19 -08:00
2008-07-02 03:47:41 -07:00
2008-07-24 10:47:29 -07:00
2008-07-24 10:47:29 -07:00
2008-05-07 09:48:23 +02:00
2008-07-25 10:53:31 -07:00
2008-07-25 10:53:32 -07:00
2008-07-24 10:47:41 -07:00
2008-05-16 17:22:26 -04:00
2008-05-01 13:08:16 -04:00
2008-04-10 02:02:28 -07:00
2008-07-08 17:55:41 +02:00
2008-07-10 14:30:13 +01:00
2008-07-16 23:27:03 +02:00
2008-07-22 19:09:51 -07:00
2008-02-14 21:13:33 -08:00
2008-07-24 10:47:29 -07:00
2008-07-16 17:57:47 -05:00
2008-04-30 08:29:54 -07:00
2008-07-11 15:49:21 +02:00
2008-05-13 08:02:26 -07:00
2008-02-23 17:12:15 -08:00
2008-05-16 14:50:42 -04:00
2008-07-20 17:12:36 -07:00
2008-07-03 13:21:14 +02:00
2008-07-24 10:47:20 -07:00
2008-05-16 16:54:14 -04:00
2008-07-25 10:53:30 -07:00
2008-05-10 20:58:02 -07:00
2008-02-06 10:41:00 -08:00
2008-07-20 17:12:36 -07:00
2008-07-04 08:47:41 -04:00
2008-04-18 00:46:24 +02:00
2008-07-23 15:25:21 +02:00
2008-05-20 16:44:43 +02:00
2008-04-22 11:34:59 +02:00
2008-04-18 22:22:54 -04:00
2008-04-04 18:36:49 +02:00
2008-05-03 18:11:48 +02:00
2008-07-24 10:47:19 -07:00
2008-04-30 08:29:54 -07:00
2008-04-22 22:16:46 +02:00
2008-07-14 22:38:31 +02:00
2008-07-20 07:18:38 -03:00
2008-04-22 22:16:46 +02:00
2008-07-14 22:38:36 +02:00
2008-04-30 08:29:54 -07:00
2008-03-05 20:58:10 -08:00
2008-07-24 22:53:33 +02:00
2008-04-29 08:06:25 -07:00
2008-07-08 14:15:59 -04:00
2008-03-03 12:20:57 -08:00
2008-06-11 21:00:38 -07:00
2008-02-23 20:09:11 -08:00
2008-04-30 08:29:54 -07:00
2008-07-18 18:05:19 -07:00
2008-06-11 21:00:38 -07:00
2008-04-18 22:16:54 -04:00
2008-07-14 22:18:19 -07:00
2008-06-16 16:48:20 -07:00
2008-07-14 22:49:06 -07:00
2008-07-03 17:51:57 +09:00
2008-07-10 14:47:38 +01:00
2008-04-12 13:43:19 +09:00
2008-06-03 16:36:01 -07:00
2008-03-17 22:48:46 -07:00
2008-06-27 20:09:00 -07:00
2008-07-09 12:09:28 -04:00
2008-06-03 16:37:33 -07:00
2008-07-16 18:02:33 -07:00
2008-07-25 10:53:28 -07:00
2008-07-24 10:47:29 -07:00
2008-07-21 00:55:14 -04:00
2008-07-15 10:39:22 -07:00
2008-05-05 16:47:14 +10:00
2008-07-03 13:21:14 +02:00
2008-03-04 16:35:17 -08:00
2008-07-16 23:27:07 +02:00
2008-05-07 09:51:23 +02:00
2008-06-11 21:00:38 -07:00
2008-04-29 08:06:13 -07:00
2008-02-08 09:22:23 -08:00
2008-04-29 08:06:15 -07:00
2008-04-29 08:06:15 -07:00
2008-07-21 13:41:16 -07:00
2008-06-05 15:18:30 +02:00
2008-07-25 10:53:26 -07:00
2008-04-29 03:22:15 -04:00
2008-04-19 19:10:28 -07:00
2008-04-15 00:30:16 -07:00
2008-04-30 08:29:54 -07:00
2008-07-20 17:12:37 -07:00
2008-07-11 19:27:31 -04:00
2008-04-18 22:16:54 -04:00
2008-05-01 08:03:58 -07:00
2008-05-20 12:17:39 -04:00
2008-07-25 10:53:29 -07:00
2008-07-25 10:53:34 -07:00
2008-04-29 08:06:29 -07:00
2008-05-12 21:28:05 +02:00
2008-07-25 10:53:29 -07:00
2008-04-18 22:16:54 -04:00
2008-02-07 08:42:25 -08:00
2008-04-29 08:06:17 -07:00
2008-04-15 01:30:32 -04:00
2008-04-29 08:06:16 -07:00
2008-04-30 08:29:54 -07:00
2008-05-05 07:13:21 -05:00
2008-04-30 16:52:58 -07:00
2008-07-25 10:53:28 -07:00
2008-04-30 08:29:54 -07:00
2008-07-24 10:47:17 -07:00
2008-07-25 10:53:30 -07:00
2008-04-30 08:29:54 -07:00
2008-07-04 10:40:05 -07:00
2008-07-24 19:11:15 -07:00
2008-04-19 19:44:57 +02:00
2008-07-20 12:42:40 +03:00
2008-04-27 12:00:27 +03:00
2008-04-27 12:01:15 +03:00
2008-07-20 12:42:32 +03:00
2008-07-24 10:47:40 -07:00
2008-07-23 09:49:56 +01:00
2008-07-23 09:49:56 +01:00
2008-03-28 11:05:54 +11:00
2008-07-14 15:59:33 -04:00
2008-05-16 14:50:49 -04:00
2008-07-14 16:11:52 +02:00
2008-07-25 10:53:27 -07:00
2008-06-27 09:39:47 +01:00
2008-04-29 15:57:53 +10:00
2008-06-24 13:43:07 +02:00
2008-02-06 10:41:03 -08:00
2008-02-06 10:41:01 -08:00
2008-02-06 10:41:01 -08:00
2008-07-24 10:47:41 -07:00
2008-02-26 14:03:47 +09:00
2008-05-23 22:26:03 +02:00
2008-06-12 10:47:58 +02:00
2008-04-15 19:35:41 -07:00
2008-03-27 14:51:39 -04:00
2008-04-29 08:06:01 -07:00
2008-04-29 08:06:10 -07:00
2008-07-24 10:47:21 -07:00
2008-04-29 08:06:12 -07:00
2008-07-24 10:47:21 -07:00
2008-04-19 19:10:29 -07:00
2008-04-24 14:07:43 -03:00
2008-07-24 10:47:21 -07:00
2008-04-19 19:10:28 -07:00
2008-05-13 08:02:25 -07:00
2008-07-24 10:47:21 -07:00
2008-07-09 16:30:45 +10:00
2008-05-24 11:27:41 +02:00
2008-05-24 09:56:13 -07:00
2008-04-23 00:05:03 -04:00
2008-07-14 10:02:12 +02:00
2008-07-24 10:47:24 -07:00
2008-02-13 16:21:19 -08:00
2008-04-30 08:29:54 -07:00
2008-07-11 19:27:31 -04:00
2008-07-03 17:51:57 +09:00
2008-07-03 17:51:57 +09:00
2008-07-25 10:53:34 -07:00
2008-06-06 11:29:12 -07:00
2008-04-29 09:11:12 -07:00
2008-04-07 12:15:39 -05:00
2008-02-13 16:21:18 -08:00
2008-02-08 09:22:31 -08:00
2008-06-12 08:40:37 +02:00
2008-02-14 21:13:33 -08:00
2008-04-29 08:06:24 -07:00
2008-04-30 08:29:54 -07:00
2008-04-28 08:58:29 -07:00
2008-07-25 10:53:29 -07:00
2008-07-22 14:09:06 -07:00
2008-06-09 15:57:24 -07:00
2008-07-08 02:36:40 -07:00
2008-05-21 14:08:38 -07:00
2008-06-05 11:23:39 -07:00
2008-03-04 12:28:49 -08:00
2008-04-23 16:13:37 -04:00
2008-06-23 13:02:48 -04:00
2008-04-19 16:54:56 -04:00
2008-07-09 12:09:40 -04:00
2008-07-09 12:09:17 -04:00
2008-07-09 12:09:24 -04:00
2008-07-09 12:09:16 -04:00
2008-06-27 09:09:17 -04:00
2008-04-28 08:58:19 -07:00
2008-06-17 23:59:41 -04:00
2008-07-25 10:53:37 -07:00
2008-05-16 23:22:28 +10:00
2008-07-22 10:39:30 +10:00
2008-05-09 20:22:58 +10:00
2008-04-07 13:49:23 +10:00
2008-04-28 08:58:18 -07:00
2008-07-24 10:47:15 -07:00
2008-05-25 10:55:11 +02:00
2008-07-24 10:47:15 -07:00
2008-04-18 22:22:54 -04:00
2008-07-24 11:50:15 -07:00
2008-02-14 21:13:33 -08:00
2008-06-10 14:37:03 -07:00
2008-07-23 12:03:18 -07:00
2008-07-07 16:26:50 -07:00
2008-04-20 21:47:03 -07:00
2008-07-22 14:25:38 -07:00
2008-05-03 03:39:55 +04:00
2008-07-11 19:27:31 -04:00
2008-05-14 19:11:14 -07:00
2008-04-29 08:06:02 -07:00
2008-02-07 23:11:56 -08:00
2008-04-29 08:06:02 -07:00
2008-05-06 12:01:41 -04:00
2008-04-30 08:29:49 -07:00
2008-04-30 08:29:49 -07:00
2008-04-04 10:44:42 +09:00
2008-07-14 20:36:32 -07:00
2008-07-20 00:08:47 -07:00
2008-06-10 10:59:51 -07:00
2008-07-14 14:30:21 -07:00
2008-07-24 10:47:23 -07:00
2008-03-13 10:09:27 +11:00
2008-07-16 23:27:07 +02:00
2008-04-30 08:29:53 -07:00
2008-05-01 13:07:28 -04:00
2008-06-11 21:00:38 -07:00
2008-06-11 21:00:38 -07:00
2008-04-28 08:58:26 -07:00
2008-05-23 20:32:54 +02:00
2008-07-22 14:19:19 -07:00
2008-07-25 10:53:27 -07:00
2008-04-30 08:29:50 -07:00
2008-07-14 15:01:47 +10:00
2008-07-03 13:25:05 +01:00
2008-05-19 16:25:39 +01:00
2008-02-07 08:42:28 -08:00
2008-07-25 10:53:35 -07:00
2008-07-25 10:53:35 -07:00
2008-04-19 19:10:33 -07:00
2008-07-25 10:53:29 -07:00
2008-05-19 10:01:36 +02:00
2008-07-04 10:40:07 -07:00
2008-05-19 10:01:36 +02:00
2008-04-30 08:29:54 -07:00
2008-07-25 10:53:29 -07:00
2008-07-25 10:53:33 -07:00
2008-07-25 10:53:26 -07:00
2008-07-25 10:53:36 -07:00
2008-04-29 08:05:59 -07:00
2008-05-25 07:09:47 +02:00
2008-06-26 14:21:22 -04:00
2008-04-30 08:29:54 -07:00
2008-05-03 10:01:33 -07:00
2008-02-07 08:42:19 -08:00
2008-07-24 10:47:33 -07:00
2008-07-20 00:08:47 -07:00
2008-02-13 16:21:18 -08:00
2008-04-30 08:29:54 -07:00
2008-07-23 14:42:09 +02:00
2008-07-24 10:47:14 -07:00
2008-07-04 10:40:08 -07:00
2008-07-24 10:47:22 -07:00
2008-04-19 09:53:46 +10:00
2008-07-24 08:31:21 -04:00
2008-07-18 04:07:44 -07:00
2008-04-30 08:29:54 -07:00
2008-04-25 00:25:08 +02:00
2008-02-07 08:42:34 -08:00
2008-04-28 08:58:32 -07:00
2008-07-24 10:47:24 -07:00
2008-02-26 14:52:45 +09:00
2008-07-08 10:33:01 -04:00
2008-02-07 08:42:30 -08:00
2008-04-28 08:58:25 -07:00
2008-04-30 08:29:34 -07:00
2008-07-24 10:47:29 -07:00
2008-07-14 22:49:06 -07:00
2008-03-06 16:21:49 -08:00
2008-07-24 10:47:21 -07:00
2008-07-04 10:40:04 -07:00
2008-03-04 16:35:13 -08:00
2008-07-25 10:53:30 -07:00
2008-04-30 08:29:54 -07:00
2008-04-30 08:29:54 -07:00
2008-07-25 10:53:26 -07:00
2008-04-29 08:06:05 -07:00
2008-07-12 21:52:41 +01:00
2008-06-11 21:58:11 -04:00
2008-06-20 14:05:53 -06:00
2008-07-04 11:26:40 +02:00
2008-07-19 22:35:47 -07:00
2008-06-17 16:19:24 -07:00
2008-07-25 10:53:26 -07:00
2008-07-20 17:12:37 -07:00
2008-07-24 10:47:13 -07:00
2008-06-12 14:25:09 -07:00
2008-04-30 08:29:54 -07:00
2008-04-28 08:58:20 -07:00
2008-02-09 11:08:33 -08:00
2008-07-22 13:03:29 -07:00
2008-07-24 10:47:29 -07:00
2008-04-29 08:06:23 -07:00
2008-07-21 21:55:02 -07:00
2008-07-21 21:55:01 -07:00
2008-04-29 08:06:27 -07:00
2008-07-19 00:07:02 -07:00
2008-07-08 02:38:40 -07:00
2008-06-25 19:25:42 -04:00
2008-04-30 08:29:37 -07:00
2008-07-18 18:10:28 +02:00
2008-03-10 18:01:18 -07:00
2008-06-12 10:48:00 +02:00
2008-04-30 08:29:53 -07:00
2008-07-24 10:47:29 -07:00
2008-05-01 08:03:59 -07:00
2008-05-21 14:52:30 -07:00
2008-06-13 10:09:46 +02:00
2008-04-19 19:10:33 -07:00
2008-07-22 13:03:28 -07:00
2008-07-20 17:12:34 -07:00
2008-07-22 13:03:27 -07:00
2008-07-25 10:53:26 -07:00
2008-05-24 09:56:09 -07:00
2008-04-17 20:05:36 +02:00
2008-04-17 14:22:23 +02:00
2008-06-16 17:14:11 -07:00
2008-07-21 21:54:55 -07:00
2008-04-24 21:16:42 -07:00
2008-07-21 15:16:40 -07:00
2008-07-21 15:15:55 -07:00
2008-02-08 09:22:23 -08:00
2008-05-09 07:45:18 -07:00
2008-07-20 07:17:02 -03:00
2008-02-18 12:18:05 -03:00
2008-07-25 12:06:04 +10:00
2008-07-25 12:06:04 +10:00
2008-07-25 12:06:05 +10:00
2008-07-25 12:06:12 +10:00
2008-07-25 12:06:04 +10:00
2008-07-25 12:06:04 +10:00
2008-07-25 12:06:04 +10:00
2008-07-25 12:06:14 +10:00
2008-07-25 12:06:04 +10:00
2008-05-02 21:50:50 +10:00
2008-04-28 08:58:21 -07:00
2008-07-24 10:47:14 -07:00
2008-02-06 10:41:03 -08:00
2008-02-06 10:41:15 -08:00
2008-02-13 16:21:18 -08:00
2008-05-29 01:43:48 -07:00
2008-06-16 18:50:49 -07:00
2008-05-27 01:37:26 -04:00
2008-07-24 10:47:23 -07:00
2008-07-15 08:36:38 -07:00
2008-04-29 08:06:06 -07:00
2008-07-10 16:55:37 -07:00