Difference between revisions of "Download/kernel/2.6.24/2.6.24-ovz004.1/changes"
< Download | kernel | 2.6.24 | 2.6.24-ovz004.1
m (Download/kernel/2.6.24/2.6.24-ovz003/changes moved to Download/kernel/2.6.24/2.6.24-ovz004.1/changes: didn't release ovz003) |
m (Protected "Download/kernel/2.6.24/2.6.24-ovz004.1/changes": Robot: Protecting a list of files. [edit=autoconfirmed:move=autoconfirmed]) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
* Fairsched is back based on mainline group scheduling. Container processes are scheduled into one group. | * Fairsched is back based on mainline group scheduling. Container processes are scheduled into one group. | ||
* Fixed uevent generation in container ({{Bug|840}}). | * Fixed uevent generation in container ({{Bug|840}}). | ||
− | * Fixed tun | + | * Fixed tun/tap creation in container. |
* Fixes in container's sysfs ({{Bug|852}}). | * Fixes in container's sysfs ({{Bug|852}}). | ||
* Fixed compilation without <code>CONFIG_SYSFS</code> set | * Fixed compilation without <code>CONFIG_SYSFS</code> set | ||
+ | * Register <code>/dev/null</code>, <code>/dev/zero</code>, <code>/dev/full</code>, <code>/dev/random</code> and <code>/dev/urandom</code> inside container | ||
{{Kernel git log|2.6.24|v2.6.24-ovz004}} | {{Kernel git log|2.6.24|v2.6.24-ovz004}} | ||
Line 16: | Line 17: | ||
=== Config changes === | === Config changes === | ||
Same as {{Kernel link|2.6.24|2.6.24-ovz002.2}}, plus: | Same as {{Kernel link|2.6.24|2.6.24-ovz002.2}}, plus: | ||
+ | * -<code>CONFIG_UNUSED_SYMBOLS</code> (was 'y'; CPT was workarounded, option now unneeded) | ||
+ | * -<code>CONFIG_FAIR_CGROUP_SCHED=y</code> | ||
+ | * +<code>CONFIG_VZ_FAIRSCHED=y</code> (Fairsched died, long live Fairsched) | ||
* +<code>CONFIG_LEGACY_PTYS=y</code> (was forgotten) | * +<code>CONFIG_LEGACY_PTYS=y</code> (was forgotten) | ||
− | |||
− |
Latest revision as of 18:21, 22 October 2009
Changes
(since 2.6.24-ovz002.2)
- SIT tunnel driver fix to work in container.
- Critical connection tracking bugfixes.
- "Hide container processes in host system" feature. Controlled by
kernel.pid_ns_hide_child
sysctl, disabled by default. - Fairsched is back based on mainline group scheduling. Container processes are scheduled into one group.
- Fixed uevent generation in container (OpenVZ Bug #840).
- Fixed tun/tap creation in container.
- Fixes in container's sysfs (OpenVZ Bug #852).
- Fixed compilation without
CONFIG_SYSFS
set - Register
/dev/null
,/dev/zero
,/dev/full
,/dev/random
and/dev/urandom
inside container
For the complete list of changes in this release, see git changelog for kernel v2.6.24-ovz004.
Compatibility notes
- Fields
start_tag
,value
anddelay
in fairsched proc files are stubbed to zeroes due to complete scheduler internals overhaul.
Config changes
Same as 2.6.24-ovz002.2, plus:
- -
CONFIG_UNUSED_SYMBOLS
(was 'y'; CPT was workarounded, option now unneeded) - -
CONFIG_FAIR_CGROUP_SCHED=y
- +
CONFIG_VZ_FAIRSCHED=y
(Fairsched died, long live Fairsched) - +
CONFIG_LEGACY_PTYS=y
(was forgotten)