cgroup2: use new fstype for unified hierarchy#2271
Closed
alban wants to merge 1 commit intosystemd:masterfrom
Closed
cgroup2: use new fstype for unified hierarchy#2271alban wants to merge 1 commit intosystemd:masterfrom
alban wants to merge 1 commit intosystemd:masterfrom
Conversation
Since Linux v4.4-rc1, __DEVEL__sane_behavior does not exist anymore and is replaced by a new fstype "cgroup2". With this patch, systemd no longer supports the old (unstable) way of doing unified hierarchy with __DEVEL__sane_behavior and systemd now requires Linux v4.4 for unified hierarchy. Non-unified hierarchy is still the default and is unchanged by this patch. torvalds/linux@67e9c74
Member
Author
|
/cc @iaguis |
Member
|
Looks good to merge when the upstream kernel is out, too. |
Member
Author
|
Linux 4.4 has been released. |
Member
Author
|
The patch torvalds/linux@67e9c74 does not seem to be in Linux 4.4. Do you know what happened? |
Member
|
According to Tejun the cgroups2 fstype and the cgroup namespace stuff got bumped to 4.5... |
Member
Author
|
Linux 4.5 is released yesterday: https://lkml.org/lkml/2016/3/14/50 and it contains the new CGROUP2_SUPER_MAGIC. |
Contributor
This was referenced Mar 26, 2016
Closed
Merged
Member
|
#2903 has more patches, closing this one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since Linux v4.4-rc1, __DEVEL__sane_behavior does not exist anymore and
is replaced by a new fstype "cgroup2".
With this patch, systemd no longer supports the old (unstable) way of
doing unified hierarchy with __DEVEL__sane_behavior and systemd now
requires Linux v4.4 for unified hierarchy.
Non-unified hierarchy is still the default and is unchanged by this
patch.
torvalds/linux@67e9c74
It was first submitted in kinvolk@d8c6e5f via #2112.
Postpone merge until Sunday 2016-01-10, until Linux 4.4 is released