From: Tejun Heo <tj-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Linus Torvalds
<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Li Zefan <lizf-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>,
containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
cgroups-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Frederic Weisbecker
<fweisbec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Mandeep Singh Baines
<msb-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>
Subject: [GIT PULL] cgroup changes for v3.4
Date: Mon, 19 Mar 2012 15:58:43 -0700 [thread overview]
Message-ID: <20120319225843.GA2873@google.com> (raw)
Hello, Linus.
Please pull from the following branch to receive cgroup changes for
v3.4.
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.4
Out of the 8 commits, one fixes a long-standing locking issue around
tasklist walking and others are cleanups.
Thanks.
Frederic Weisbecker (2):
cgroup: Remove wrong comment on cgroup_enable_task_cg_list()
cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list
Li Zefan (3):
cgroup: remove cgroup_attach_task_current_cg()
cgroup: move struct cgroup_pidlist out from the header file
cgroup: remove cgroup_subsys argument from callbacks
Mandeep Singh Baines (3):
cgroup: simplify double-check locking in cgroup_attach_proc
cgroup: replace tasklist_lock with rcu_read_lock
cgroup: remove extra calls to find_existing_css_set
Documentation/cgroups/cgroups.txt | 26 ++--
block/blk-cgroup.c | 22 +--
include/linux/cgroup.h | 70 ++-------
include/net/sock.h | 7 +-
include/net/tcp_memcontrol.h | 2 +-
kernel/cgroup.c | 327 +++++++++++++++---------------------
kernel/cgroup_freezer.c | 11 +-
kernel/cpuset.c | 16 +--
kernel/events/core.c | 13 +-
kernel/sched/core.c | 20 +--
mm/memcontrol.c | 48 ++----
net/core/netprio_cgroup.c | 10 +-
net/core/sock.c | 6 +-
net/ipv4/tcp_memcontrol.c | 2 +-
net/sched/cls_cgroup.c | 10 +-
security/device_cgroup.c | 10 +-
16 files changed, 228 insertions(+), 372 deletions(-)
--
tejun
WARNING: multiple messages have this Message-ID (diff)
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Li Zefan <lizf@cn.fujitsu.com>,
containers@lists.linux-foundation.org, cgroups@vger.kernel.org,
Frederic Weisbecker <fweisbec@gmail.com>,
Mandeep Singh Baines <msb@chromium.org>
Subject: [GIT PULL] cgroup changes for v3.4
Date: Mon, 19 Mar 2012 15:58:43 -0700 [thread overview]
Message-ID: <20120319225843.GA2873@google.com> (raw)
Hello, Linus.
Please pull from the following branch to receive cgroup changes for
v3.4.
git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-3.4
Out of the 8 commits, one fixes a long-standing locking issue around
tasklist walking and others are cleanups.
Thanks.
Frederic Weisbecker (2):
cgroup: Remove wrong comment on cgroup_enable_task_cg_list()
cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_list
Li Zefan (3):
cgroup: remove cgroup_attach_task_current_cg()
cgroup: move struct cgroup_pidlist out from the header file
cgroup: remove cgroup_subsys argument from callbacks
Mandeep Singh Baines (3):
cgroup: simplify double-check locking in cgroup_attach_proc
cgroup: replace tasklist_lock with rcu_read_lock
cgroup: remove extra calls to find_existing_css_set
Documentation/cgroups/cgroups.txt | 26 ++--
block/blk-cgroup.c | 22 +--
include/linux/cgroup.h | 70 ++-------
include/net/sock.h | 7 +-
include/net/tcp_memcontrol.h | 2 +-
kernel/cgroup.c | 327 +++++++++++++++---------------------
kernel/cgroup_freezer.c | 11 +-
kernel/cpuset.c | 16 +--
kernel/events/core.c | 13 +-
kernel/sched/core.c | 20 +--
mm/memcontrol.c | 48 ++----
net/core/netprio_cgroup.c | 10 +-
net/core/sock.c | 6 +-
net/ipv4/tcp_memcontrol.c | 2 +-
net/sched/cls_cgroup.c | 10 +-
security/device_cgroup.c | 10 +-
16 files changed, 228 insertions(+), 372 deletions(-)
--
tejun
next reply other threads:[~2012-03-19 22:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-19 22:58 Tejun Heo [this message]
2012-03-19 22:58 ` [GIT PULL] cgroup changes for v3.4 Tejun Heo
-- strict thread matches above, loose matches on Subject: below --
2012-03-19 22:58 Tejun Heo
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=20120319225843.GA2873@google.com \
--to=tj-dgejt+ai2ygdnm+yrofe0a@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=lizf-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org \
--cc=msb-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
--cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.