Difference between revisions of "Download/kernel/2.6.24/2.6.24-ovz002.2"
(move changelog to a subpage) |
m (Protected "Download/kernel/2.6.24/2.6.24-ovz002.2": Robot: Protecting all pages from category Download [edit=autoconfirmed:move=autoconfirmed]) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Kernel branch 2.6.24|2.6.24-ovz002.2}} | {{Kernel branch 2.6.24|2.6.24-ovz002.2}} | ||
{{Changelog}} | {{Changelog}} | ||
+ | == RPMS == | ||
− | |||
{{Kernel flavors info 2.6.24}} | {{Kernel flavors info 2.6.24}} | ||
+ | === {{i686}} === | ||
− | + | {{DownloadTableHead}} | |
− | + | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2|file=kernel-2.6.24-ovz002.2.i686.rpm|size=24 Mb|sig=}} | |
− | {{ | + | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2|file=kernel-PAE-2.6.24-ovz002.2.i686.rpm|size=24 Mb|sig=}} |
− | {{ | + | {{DownloadTableTail}} |
− | |||
− | {{ | ||
− | |||
− | {{ | ||
− | |||
=== {{x86_64}} === | === {{x86_64}} === | ||
− | {{ | + | {{DownloadTableHead}} |
− | {{ | + | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2|file=kernel-2.6.24-ovz002.2.x86_64.rpm|size=24 Mb|sig=}} |
− | + | {{DownloadTableTail}} | |
− | {{ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | {{No ia64 RPMS|2.6.24}} | ||
+ | {{No ppc64 RPMS|2.6.24}} | ||
+ | {{No sparc RPMS|2.6.24}} | ||
== Source RPM == | == Source RPM == | ||
− | {{ | + | {{DownloadTableHead}} |
− | {{ | + | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2|file=kernel-2.6.24-ovz002.2.src.rpm|size=46 Mb|sig=}} |
− | {{ | + | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2|file=kernel-2.6.24-ovz002.2.nosrc.rpm|size=991 Kb|sig=}} |
− | {{ | + | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2|file=kernel-ovz.spec|size=16 Kb|sig=}} |
− | {{ | + | {{DownloadTableTail}} |
{{Kernel patch for|2.6.24}} | {{Kernel patch for|2.6.24}} | ||
− | |||
− | |||
− | |||
+ | {{DownloadTableHead}} | ||
+ | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2/patches|file=patch-ovz002.2-combined.gz|size=750 Kb|sig=}} | ||
+ | {{DownloadTableTail}} | ||
== Configs == | == Configs == | ||
− | |||
− | |||
− | {{ | + | Official configs of this OpenVZ kernel used to build binary RPMS. |
− | {{ | + | |
− | {{ | + | {{DownloadTableHead}} |
− | {{ | + | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2/configs|file=kernel-2.6.24-i686-PAE.config.ovz|size=80 Kb|sig=}} |
− | {{ | + | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2/configs|file=kernel-2.6.24-i686.config.ovz|size=80 Kb|sig=}} |
+ | {{DownloadTableRow|path=kernel/branches/2.6.24/2.6.24-ovz002.2/configs|file=kernel-2.6.24-x86_64.config.ovz|size=74 Kb|sig=}} | ||
+ | {{DownloadTableTail}} | ||
{{Kernel archives|2.6.24}} | {{Kernel archives|2.6.24}} |
Latest revision as of 18:03, 22 October 2009
Warning: This kernel branch is currently frozen.
Essentially that means it is neither maintained nor supported, could contain security vulnerabilities and other bugs, and generally should not be used. Please check the list of supported kernel branches at Download/kernel page. |
Warning: this is an old version of 2.6.24 kernel. For the latest version, see Download/kernel/2.6.24/2.6.24-ovz009.1. |
Based on | vanilla 2.6.24 |
---|---|
Status | frozen, not maintained |
Latest | 2.6.24-ovz009.1 |
Archives | 2.6.24 |
Git repo | linux-2.6.24-openvz |
Contents
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.
RPMS
You need only one kernel RPM so please choose the appropriate one depending on your hardware:
- If your x86 (i686, IA32) machine has more than 4 GB of RAM, choose
kernel-PAE
RPM. - Otherwise, use the plain kernel RPM (i.e.
kernel
).
For more info, see Kernel flavors.
x86 (i686, IA32)
File | Size |
---|---|
kernel-2.6.24-ovz002.2.i686.rpm | 24 Mb |
kernel-PAE-2.6.24-ovz002.2.i686.rpm | 24 Mb |
x86_64 (AMD64, EM64T)
File | Size |
---|---|
kernel-2.6.24-ovz002.2.x86_64.rpm | 24 Mb |
IA64 (Itanium)
- RPMS will be provided in future releases.
ppc64 (Power)
- RPMS will be provided in future releases.
SPARC
Currently, OpenVZ project does not have any SPARC hardware to test/build/debug our kernels on this platform.
Source RPM
File | Size |
---|---|
kernel-2.6.24-ovz002.2.src.rpm | 46 Mb |
kernel-2.6.24-ovz002.2.nosrc.rpm | 991 Kb |
kernel-ovz.spec | 16 Kb |
Kernel patch
This patch is applicable to vanilla Linux 2.6.24 kernel (not to 2.6.24.y), available from kernel.org.
File | Size |
---|---|
patch-ovz002.2-combined.gz | 750 Kb |
Configs
Official configs of this OpenVZ kernel used to build binary RPMS.
File | Size |
---|---|
kernel-2.6.24-i686-PAE.config.ovz | 80 Kb |
kernel-2.6.24-i686.config.ovz | 80 Kb |
kernel-2.6.24-x86_64.config.ovz | 74 Kb |
Archives
For other 2.6.24 kernel releases, see download/kernel/2.6.24/Archives.
For other kernel branches, see download/kernel.