From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Li Zefan <lizefan@huawei.com>,
containers@lists.linux-foundation.org, cgroups@vger.kernel.org
Subject: [GIT PULL] cgroup fixes for v3.7-rc2
Date: Wed, 24 Oct 2012 12:54:41 -0700 [thread overview]
Message-ID: <20121024195441.GI12182@atj.dyndns.org> (raw)
Hello, Linus.
This pull request contains three fixes. Two are reverts of
task_lock() removal in cgroup fork path. The optimizations
incorrectly assumed that threadgroup_lock can protect process forks
(as opposed to thread creations) too. Further cleanup of cgroup fork
path is scheduled. The third fixes cgroup emptiness notification
loss.
Please pull from the following git branch to receive the above
changes.
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.7-fixes
for you to fetch changes up to d87838321124061f6c935069d97f37010fa417e6:
Revert "cgroup: Remove task_lock() from cgroup_post_fork()" (2012-10-19 14:09:35 -0700)
----------------------------------------------------------------
Daisuke Nishimura (1):
cgroup: notify_on_release may not be triggered in some cases
Tejun Heo (2):
Revert "cgroup: Drop task_lock(parent) on cgroup_fork()"
Revert "cgroup: Remove task_lock() from cgroup_post_fork()"
kernel/cgroup.c | 41 ++++++++++-------------------------------
1 file changed, 10 insertions(+), 31 deletions(-)
Thanks.
--
tejun
reply other threads:[~2012-10-24 19:54 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20121024195441.GI12182@atj.dyndns.org \
--to=tj@kernel.org \
--cc=cgroups@vger.kernel.org \
--cc=containers@lists.linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lizefan@huawei.com \
--cc=torvalds@linux-foundation.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
Powered by JetHome