cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] cgroup changes for v3.4
@ 2012-03-19 22:58 Tejun Heo
  0 siblings, 0 replies; only message in thread
From: Tejun Heo @ 2012-03-19 22:58 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, Li Zefan,
	containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
	cgroups-u79uwXL29TY76Z2rM5mHXA, Frederic Weisbecker,
	Mandeep Singh Baines

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-03-19 22:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-19 22:58 [GIT PULL] cgroup changes for v3.4 Tejun Heo

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).