diff options
author | Karel Zak | 2016-03-21 21:13:25 +0100 |
---|---|---|
committer | Karel Zak | 2016-03-21 21:13:25 +0100 |
commit | 9e24b917f26ce8d5879e46e71e2cf63d3546ce46 (patch) | |
tree | 7cc54fa5888596e535678456dafbc85a895efdd7 /Documentation | |
parent | Merge branch '2016-03-02/cgns' of https://github.com/hallyn/util-linux (diff) | |
download | kernel-qcow2-util-linux-9e24b917f26ce8d5879e46e71e2cf63d3546ce46.tar.gz kernel-qcow2-util-linux-9e24b917f26ce8d5879e46e71e2cf63d3546ce46.tar.xz kernel-qcow2-util-linux-9e24b917f26ce8d5879e46e71e2cf63d3546ce46.zip |
docs: add note about CLONE_NEWCGROUP support
The patch has been planned for weeks and now the kernel part is
already in Linus' tree. It's a new feature, but it's probably better
to merge the userspace stuff now (v2.28 rc1) than wait next 6 months
for the next util-linux release.
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/releases/v2.28-ReleaseNotes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/releases/v2.28-ReleaseNotes b/Documentation/releases/v2.28-ReleaseNotes index f2481d0cf..229c5f56a 100644 --- a/Documentation/releases/v2.28-ReleaseNotes +++ b/Documentation/releases/v2.28-ReleaseNotes @@ -31,6 +31,9 @@ The command lsblk allows to sort output by unprinted columns (e.g. lsblk The command mount applies the nofail mount option to ENOMEDIUM errors. +The commands nsenter and unshare support a new option --cgroup for work with +cgroups namespaces (CLONE_NEWCGROUP). + The library libmount has been improved to properly detect already mounted btrfs subvolumes. |