[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.00.1110201418140.5552@chino.kir.corp.google.com>
Date: Thu, 20 Oct 2011 14:24:35 -0700 (PDT)
From: David Rientjes <rientjes@...gle.com>
To: Peter Zijlstra <a.p.zijlstra@...llo.nl>
cc: Mike Galbraith <efault@....de>,
LKML <linux-kernel@...r.kernel.org>,
Tejun Heo <htejun@...il.com>, Li Zefan <lizf@...fujitsu.com>,
Paul Menage <paul@...lmenage.org>
Subject: Re: patch] cpusets, cgroups: disallow attaching kthreadd
On Thu, 20 Oct 2011, Peter Zijlstra wrote:
> > though, you could devise a
> > cgroup to just do monitoring or statistics tracking for an aggregate of
> > tasks and placing kthreadd in such a cgroup would make perfect sense
> > because then, since children are forked in the same cgroup, you can
> > monitor or gather statistics for all kthreads. This can be your only
> > cgroup on the system.
>
> I guess you could, but does it really make sense? Also, you could sort
> this by extending the cgroup interface to explicitly distinct between
> controllers and !controllers.
>
I don't know what the definition of "controllers" is that would separate
the two, that's why it's left up to the individual cgroups to define their
own can_attach() function to ensure that the admin isn't doing something
potentially harmful.
In terms of controlling the set of allowed nodes, we certainly want to
prohibit PF_THREAD_BOUND threads for cpusets because cpusets can easily
change that (and spews a nasty warning if set_cpus_allowed_ptr() fails).
In terms of controlling kthreadd forking threads that become stuck with
PF_THREAD_BOUND, I think Mike's patch is correct for cpusets, since we
know we don't want its children to become trapped. All other cgroups,
unless they have a similar exemption for PF_THREAD_BOUND threads, would
allow the child to be reassigned by their can_attach() function. A grep
for PF_THREAD_BOUND shows no others.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists