mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, Li Zefan <lizefan@huawei.com>,
	Johannes Weiner <hannes@cmpxchg.org>,
	cgroups@vger.kernel.org
Subject: [GIT PULL UPDATED] cgroup changes for v4.5-rc1
Date: Mon, 11 Jan 2016 23:34:20 -0500	[thread overview]
Message-ID: <20160112043420.GM3660@htj.duckdns.org> (raw)
In-Reply-To: <20160111200607.GK1898@mtj.duckdns.org>

Hello, Linus.

cgroup changes for v4.5-rc1.

* cgroup v2 interface is now official.  It's no longer hidden behind a
  devel flag and can be mounted using the new cgroup2 fs type.
  Unfortunately, cpu v2 interface hasn't made it yet due to the
  discussion around in-process hierarchical resource distribution and
  only memory and io controllers can be used on the v2 interface at
  the moment.

* The existing documentation which has always been a bit of mess is
  relocated under Documentation/cgroup-v1/.
  Documentation/cgroup-v2.txt is added as the authoritative
  documentation for the v2 interface.

* Some features are added through for-4.5-ancestor-test branch to
  enable netfilter xt_cgroup match to use cgroup v2 paths.  The actual
  netfilter changes will be merged through the net tree which pulled
  in the said branch.

* Various cleanups.

Thanks.

The following changes since commit 67cde9c4938945b9510730c64e68d2f1dd7bc0aa:

  cgroup_pids: don't account for the root cgroup (2015-12-03 10:18:21 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-4.5

for you to fetch changes up to 6255c46fa03798cbd8addd98929aff7eef86ae02:

  cgroup: rename cgroup documentations (2016-01-11 23:14:51 -0500)

----------------------------------------------------------------
Arnd Bergmann (1):
      cpuset: Replace all instances of time_t with time64_t

Johannes Weiner (2):
      cgroup: clean up the kernel configuration menu nomenclature
      cgroup: put controller Kconfig options in meaningful order

Oleg Nesterov (1):
      cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friends

Rami Rosen (2):
      cgroup_pids: fix a typo.
      cgroup: fix a typo.

Ross Zwisler (1):
      cgroup: Fix uninitialized variable warning

Tejun Heo (10):
      cgroup: replace __DEVEL__sane_behavior with cgroup2 fs type
      cgroup: rename Documentation/cgroups/ to Documentation/cgroup-legacy/
      cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentation
      cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using it
      kernfs: implement kernfs_walk_and_get()
      cgroup: implement cgroup_get_from_path() and expose cgroup_put()
      Merge branch 'for-4.4-fixes' into for-4.5
      Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/.../tj/cgroup into for-4.5
      cgroup: demote subsystem init messages to KERN_DEBUG
      cgroup: rename cgroup documentations

Yuan Sun (2):
      Subject: cgroup: Fix incomplete dd command in blkio documentation
      cgroup: Remove resource_counter.txt in Documentation/cgroup-legacy/00-INDEX.

 Documentation/{cgroups => cgroup-v1}/00-INDEX      |    2 -
 .../{cgroups => cgroup-v1}/blkio-controller.txt    |   82 +-
 Documentation/{cgroups => cgroup-v1}/cgroups.txt   |    0
 Documentation/{cgroups => cgroup-v1}/cpuacct.txt   |    0
 Documentation/{cgroups => cgroup-v1}/cpusets.txt   |    0
 Documentation/{cgroups => cgroup-v1}/devices.txt   |    0
 .../{cgroups => cgroup-v1}/freezer-subsystem.txt   |    0
 Documentation/{cgroups => cgroup-v1}/hugetlb.txt   |    0
 .../{cgroups => cgroup-v1}/memcg_test.txt          |    0
 Documentation/{cgroups => cgroup-v1}/memory.txt    |    0
 Documentation/{cgroups => cgroup-v1}/net_cls.txt   |    0
 Documentation/{cgroups => cgroup-v1}/net_prio.txt  |    0
 Documentation/{cgroups => cgroup-v1}/pids.txt      |    0
 Documentation/cgroup-v2.txt                        | 1293 ++++++++++++++++++++
 Documentation/cgroups/unified-hierarchy.txt        |  647 ----------
 fs/kernfs/dir.c                                    |   46 +
 include/linux/cgroup-defs.h                        |   27 +-
 include/linux/cgroup.h                             |   44 +-
 include/linux/cgroup_subsys.h                      |   18 -
 include/linux/kernfs.h                             |   12 +
 include/uapi/linux/magic.h                         |    1 +
 init/Kconfig                                       |  241 ++--
 kernel/cgroup.c                                    |  152 +--
 kernel/cgroup_freezer.c                            |    2 +-
 kernel/cgroup_pids.c                               |    6 +-
 kernel/cpuset.c                                    |   12 +-
 kernel/fork.c                                      |    7 +-
 kernel/sched/core.c                                |    2 +-
 mm/memcontrol.c                                    |    2 +-
 29 files changed, 1607 insertions(+), 989 deletions(-)
 rename Documentation/{cgroups => cgroup-v1}/00-INDEX (95%)
 rename Documentation/{cgroups => cgroup-v1}/blkio-controller.txt (80%)
 rename Documentation/{cgroups => cgroup-v1}/cgroups.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/cpuacct.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/cpusets.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/devices.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/freezer-subsystem.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/hugetlb.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/memcg_test.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/memory.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/net_cls.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/net_prio.txt (100%)
 rename Documentation/{cgroups => cgroup-v1}/pids.txt (100%)
 create mode 100644 Documentation/cgroup-v2.txt
 delete mode 100644 Documentation/cgroups/unified-hierarchy.txt

-- 
tejun

      parent reply	other threads:[~2016-01-12  4:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-11 20:06 [GIT PULL] " Tejun Heo
2016-01-12  3:20 ` Linus Torvalds
2016-01-12  4:32   ` Tejun Heo
2016-01-12  4:34 ` Tejun Heo [this message]

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=20160112043420.GM3660@htj.duckdns.org \
    --to=tj@kernel.org \
    --cc=cgroups@vger.kernel.org \
    --cc=hannes@cmpxchg.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

all inboxes | Powered by JetHome®