forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The ns_cgroup will be removed very soon. Let's warn, for this version, ns_cgroup is deprecated. Make ns_cgroup and clone_children exclusive. If the clone_children is set and the ns_cgroup is mounted, let's fail with EINVAL when the ns_cgroup subsys is created (a printk will help the user to understand why the creation fails). Update the feature remove schedule file with the deprecated ns_cgroup. Signed-off-by: Daniel Lezcano <[email protected]> Acked-by: Paul Menage <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -526,6 +526,23 @@ Who: FUJITA Tomonori <[email protected]> | |
|
||
---------------------------- | ||
|
||
What: namespace cgroup (ns_cgroup) | ||
When: 2.6.38 | ||
Why: The ns_cgroup leads to some problems: | ||
* cgroup creation is out-of-control | ||
* cgroup name can conflict when pids are looping | ||
* it is not possible to have a single process handling | ||
a lot of namespaces without falling in a exponential creation time | ||
* we may want to create a namespace without creating a cgroup | ||
|
||
The ns_cgroup is replaced by a compatibility flag 'clone_children', | ||
where a newly created cgroup will copy the parent cgroup values. | ||
The userspace has to manually create a cgroup and add a task to | ||
the 'tasks' file. | ||
Who: Daniel Lezcano <[email protected]> | ||
|
||
---------------------------- | ||
|
||
What: iwlwifi disable_hw_scan module parameters | ||
When: 2.6.40 | ||
Why: Hareware scan is the prefer method for iwlwifi devices for | ||
|
This file contains 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