lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20160318190919.GF20028@mtj.duckdns.org>
Date:	Fri, 18 Mar 2016 15:09:19 -0400
From:	Tejun Heo <tj@...nel.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux-kernel@...r.kernel.org, cgroups@...r.kernel.org,
	Li Zefan <lizefan@...wei.com>,
	Johannes Weiner <hannes@...xchg.org>,
	Serge Hallyn <serge.hallyn@...ntu.com>,
	Aditya Kali <adityakali@...gle.com>
Subject: [GIT PULL] cgroup namespace support for v4.6-rc1

Hello, Linus.

These are changes to implement namespace support for cgroup which has
been pending for quite some time now.  It is very straight-forward and
only affects what part of cgroup hierarchies are visible.  After
unsharing, mounting a cgroup fs will be scoped to the cgroups the task
belonged to at the time of unsharing and the cgroup paths exposed to
userland would be adjusted accordingly.

The branch is forked off of cgroup/for-4.6, so it'd be best to pull
cgroup/for-4.6 before this branch.

Thanks.

The following changes since commit 223ffb29f9723a4b485cacf6dc7e6d639fffc322:

  cgroup: provide cgroup_nov1= to disable controllers in v1 mounts (2016-02-12 15:01:45 -0500)

are available in the git repository at:

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

for you to fetch changes up to fa5ff8a1c43fc7b78353059899edf3cbedf54e9f:

  cgroup: fix and restructure error handling in copy_cgroup_ns() (2016-02-29 16:22:52 -0500)

----------------------------------------------------------------
Aditya Kali (5):
      kernfs: Add API to generate relative kernfs path
      sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
      cgroup: introduce cgroup namespaces
      cgroup: cgroup namespace setns support
      kernfs: define kernfs_node_dentry

Serge Hallyn (3):
      cgroup: mount cgroupns-root when inside non-init cgroupns
      cgroup: Add documentation for cgroup namespaces
      Add FS_USERNS_FLAG to cgroup fs

Tejun Heo (2):
      cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns()
      cgroup: fix and restructure error handling in copy_cgroup_ns()

 Documentation/cgroup-v2.txt | 147 ++++++++++++++++++++++++++++
 fs/kernfs/dir.c             | 191 ++++++++++++++++++++++++++++++------
 fs/kernfs/mount.c           |  69 +++++++++++++
 fs/proc/namespaces.c        |   3 +
 include/linux/cgroup.h      |  49 ++++++++++
 include/linux/kernfs.h      |  11 ++-
 include/linux/nsproxy.h     |   2 +
 include/linux/proc_ns.h     |   4 +
 include/uapi/linux/sched.h  |   3 +-
 kernel/cgroup.c             | 229 +++++++++++++++++++++++++++++++++++++++++++-
 kernel/cpuset.c             |   8 +-
 kernel/fork.c               |   2 +-
 kernel/nsproxy.c            |  19 +++-
 13 files changed, 689 insertions(+), 48 deletions(-)

-- 
tejun

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ