Difference between revisions of "Download/kernel/2.6.24/2.6.24-ovz002.2/changes"
< Download | kernel | 2.6.24 | 2.6.24-ovz002.2
(moved from parent page) |
m (Protected "Download/kernel/2.6.24/2.6.24-ovz002.2/changes": Robot: Protecting a list of files. [edit=autoconfirmed:move=autoconfirmed]) |
||
(One intermediate revision by the same user not shown) | |||
Line 12: | Line 12: | ||
Based on Fedora's config with small tweaks: | Based on Fedora's config with small tweaks: | ||
− | * CONFIG_SCSI_SCAN_ASYNC=n | + | * <code>CONFIG_SCSI_SCAN_ASYNC=n</code> |
− | * CONFIG_SECURITY=n | + | * <code>CONFIG_SECURITY=n</code> |
− | * CONFIG_GRKERNSEC=y | + | * <code>CONFIG_GRKERNSEC=y</code> |
=== Compatibility notes === | === Compatibility notes === | ||
* All OpenVZ specific sysctls were made /proc/sys-only. | * All OpenVZ specific sysctls were made /proc/sys-only. | ||
− | * Due to fairsched absence /proc/fairsched, /proc/fairsched2, sys_fairsched_* system calls are unavailable, fairsched VE tunables are temporarily ignored. | + | * Due to fairsched absence <code>/proc/fairsched</code>, <code>/proc/fairsched2</code>, <code>sys_fairsched_*</code> system calls are unavailable, fairsched VE tunables are temporarily ignored. |
Latest revision as of 18:20, 22 October 2009
Changes
- First release of 2.6.24-based OpenVZ kernel.
- Based on mainline 2.6.24.3 kernel.
- Port to part of net namespaces infrastructure from mainline.
- CPT is back and working (modulo bugs).
- Fair scheduler was dropped, mainline scheduler is used.
For the complete list of changes in this release, see git changelog for kernel v2.6.24-ovz002.2.
Config changes
Based on Fedora's config with small tweaks:
CONFIG_SCSI_SCAN_ASYNC=n
CONFIG_SECURITY=n
CONFIG_GRKERNSEC=y
Compatibility notes
- All OpenVZ specific sysctls were made /proc/sys-only.
- Due to fairsched absence
/proc/fairsched
,/proc/fairsched2
,sys_fairsched_*
system calls are unavailable, fairsched VE tunables are temporarily ignored.