From: Mandeep Singh Baines <msb-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
To: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
Cc: Frederic Weisbecker
<fweisbec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Mandeep Singh Baines
<msb-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Oleg Nesterov <oleg-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>,
Paul Menage <paul-inf54ven1CmVyaH7bEyXVA@public.gmane.org>,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Andrew Morton
<akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: [PATCH 1/2] cgroup: remove tasklist_lock from cgroup_attach_proc
Date: Thu, 22 Dec 2011 16:58:57 -0800 [thread overview]
Message-ID: <20111223005857.GL13529@google.com> (raw)
In-Reply-To: <20111222225102.GM17084-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
Tejun Heo (tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org) wrote:
> Hello,
>
> On Thu, Dec 22, 2011 at 02:26:55PM -0800, Mandeep Singh Baines wrote:
> > @@ -2283,14 +2261,26 @@ static int attach_task_by_pid(struct cgroup *cgrp, u64 pid, bool threadgroup)
> >
> > threadgroup_lock(tsk);
> >
> > - if (threadgroup)
> > + if (threadgroup) {
> > + if (!thread_group_leader(tsk)) {
> > + /*
> > + * a race with de_thread from another thread's exec()
> > + * may strip us of our leadership, if this happens,
> > + * there is no choice but to throw this task away and
> > + * try again (from cgroup_procs_write); this is
> > + * "double-double-toil-and-trouble-check locking".
> > + */
> > + ret = -EAGAIN;
> > + goto out_unlock_threadgroup;
> > + }
> > ret = cgroup_attach_proc(cgrp, tsk);
>
> Ummm... can't we just do tsk = tsk->leader after locking threadgroup?
You're right. Nice!
New series coming up.
> Why do we need to retry from the beginning?
>
> Thanks.
>
> --
> tejun
next prev parent reply other threads:[~2011-12-23 0:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-22 22:26 [PATCH 1/2] cgroup: remove tasklist_lock from cgroup_attach_proc Mandeep Singh Baines
[not found] ` <1324592816-13792-1-git-send-email-msb-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2011-12-22 22:26 ` [PATCH 2/2] cgroup: remove extra calls to find_existing_css_set Mandeep Singh Baines
[not found] ` <1324592816-13792-2-git-send-email-msb-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
2011-12-22 23:12 ` Tejun Heo
[not found] ` <20111222231203.GO17084-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2011-12-23 0:29 ` Mandeep Singh Baines
2011-12-22 22:51 ` [PATCH 1/2] cgroup: remove tasklist_lock from cgroup_attach_proc Tejun Heo
[not found] ` <20111222225102.GM17084-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
2011-12-23 0:58 ` Mandeep Singh Baines [this message]
-- strict thread matches above, loose matches on Subject: below --
2011-12-23 2:52 Mandeep Singh Baines
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=20111223005857.GL13529@google.com \
--to=msb-f7+t8e8rja9g9huczpvpmw@public.gmane.org \
--cc=akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org \
--cc=cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
--cc=fweisbec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=oleg-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org \
--cc=paul-inf54ven1CmVyaH7bEyXVA@public.gmane.org \
--cc=tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.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;
as well as URLs for NNTP newsgroup(s).