From: Tejun Heo <tj@kernel.org>
To: Oleg Nesterov <oleg@redhat.com>
Cc: akpm@linux-foundation.org, linux-kernel@vger.kernel.org,
bblum@andrew.cmu.edu, fweisbec@gmail.com, lizf@cn.fujitsu.com,
paul@paulmenage.org
Subject: Re: + cgroups-fix-ordering-of-calls-in-cgroup_attach_proc.patch added to -mm tree
Date: Fri, 26 Aug 2011 17:21:39 +0200 [thread overview]
Message-ID: <20110826152139.GH2632@htj.dyndns.org> (raw)
In-Reply-To: <20110826151245.GA16243@redhat.com>
Hello, Oleg.
On Fri, Aug 26, 2011 at 05:12:45PM +0200, Oleg Nesterov wrote:
> Yes, I think this is what we need, the patch itself looks fine.
>
> But this doesn't answer my another question. After that the code does
>
> * step 4: do expensive, non-thread-specific subsystem callbacks.
>
> ss->attach(ss, cgrp, oldcgrp, leader);
>
> OK, non-thread-specific is nice, but how can this "leader" represent
> the process?
>
> It can be zombie (but still group_leader) even without any races.
> Say, cpuset_attach() and mem_cgroup_move_task() need get_task_mm(p).
> How this can work if the leader is dead?
>
> Also. Even if we add the locking around while_each_thread() (btw,
> we need this in any case), we can race with exec which can change
> the leader. In this case this task_struct has nothing to do with
> the process we are going to attach, at all.
>
> And, ss->can_attach(leader) has the same problems, it seems.
Please take a look at the following series.
http://thread.gmane.org/gmane.linux.kernel/1184375
attach racing against exit/exec is problematic and maybe we should
extend task->threadgroup_fork_lock protection to cover both exit and
exec. I can't like it tho. I hope this can be somehow done in
lighter way. cgroup attaches are quite cold paths and we're putting
an extra rwsem in each task for that.
Thanks.
--
tejun
next prev parent reply other threads:[~2011-08-26 15:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <201108252044.p7PKiaHd006997@imap1.linux-foundation.org>
2011-08-26 15:12 ` + cgroups-fix-ordering-of-calls-in-cgroup_attach_proc.patch added to -mm tree Oleg Nesterov
2011-08-26 15:18 ` Paul Menage
2011-08-26 15:21 ` Tejun Heo [this message]
2011-08-26 15:50 ` Oleg Nesterov
2011-08-26 15:38 ` [PATCH v2] cgroups: Don't attach task to subsystem if migration failed Frederic Weisbecker
2011-08-26 17:01 ` Ben Blum
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110826152139.GH2632@htj.dyndns.org \
--to=tj@kernel.org \
--cc=akpm@linux-foundation.org \
--cc=bblum@andrew.cmu.edu \
--cc=fweisbec@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=lizf@cn.fujitsu.com \
--cc=oleg@redhat.com \
--cc=paul@paulmenage.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox