[GIT PULL] cgroup changes for v4.16-rc1

From: Tejun Heo
Date: Tue Jan 30 2018 - 13:36:02 EST


Hello, Linus.

Nothing too interesting. Documentation updates and trivial changes;
however, this pull request does containt he previusly discussed
dropping of __must_check from strscpy().

Thanks.

The following changes since commit 4f58424da3deead2605e39a9df65f5f06107a3cb:

cgroup: make cgroup.threads delegatable (2018-01-10 09:42:32 -0800)

are available in the git repository at:

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

for you to fetch changes up to 03eac8b22194becd77d253fc546429ebb544aebf:

Documentation: Fix 'file_mapped' -> 'mapped_file' (2018-01-30 09:52:11 -0800)

----------------------------------------------------------------
Florian Schmidt (1):
Documentation: Fix 'file_mapped' -> 'mapped_file'

Maciej S. Szmigiero (1):
cgroup, docs: document the root cgroup behavior of cpu and io controllers

Matt Roper (2):
Documentation/cgroup-v1: fix outdated programming details
cgroup: Update documentation reference

Roman Gushchin (1):
cgroup, docs: document cgroup v2 device controller

Tejun Heo (2):
Merge branch 'for-4.15-fixes' into for-4.16
string: drop __must_check from strscpy() and restore strscpy() usages in cgroup

Vladimir Rutsky (1):
cgroup-v2.txt: fix typos

Documentation/cgroup-v1/cgroups.txt | 7 +---
Documentation/cgroup-v1/memory.txt | 4 +-
Documentation/cgroup-v2.txt | 77 ++++++++++++++++++++++++++++++++-----
include/linux/cgroup-defs.h | 2 +-
include/linux/string.h | 2 +-
kernel/cgroup/cgroup.c | 6 +--
6 files changed, 76 insertions(+), 22 deletions(-)

--
tejun