Difference between revisions of "Download/kernel/2.6.18/028test010.1/changes"
< Download | kernel | 2.6.18 | 028test010.1
(created) |
(added config changes) |
||
Line 6: | Line 6: | ||
* Beancounters /proc redesign. | * Beancounters /proc redesign. | ||
{{Kernel git log|2.6.18|028test010}} | {{Kernel git log|2.6.18|028test010}} | ||
+ | |||
+ | === Config changes === | ||
+ | |||
+ | * +<code>CONFIG_TASK_IO_ACCOUNTING=y</code> | ||
+ | * +<code>CONFIG_UBC_IO_ACCT=y</code> | ||
+ | * +<code>CONFIG_USB_HIDDEV=y</code> ({{bug|418}}) | ||
+ | * +<code>CONFIG_AUTOFS4_FS=m</code> | ||
+ | * +<code>CONFIG_IA32_SUPPORT=y</code> ({{bug|396}}) | ||
+ | * +<code>CONFIG_COMPAT=y</code> | ||
=== Compatibility notes === | === Compatibility notes === | ||
* New I/O accounting feature is described at [[IO accounting]]. | * New I/O accounting feature is described at [[IO accounting]]. | ||
* New BC proc format is described at [[BC proc entries]]. | * New BC proc format is described at [[BC proc entries]]. |
Revision as of 13:49, 19 March 2008
Changes
- Ported changes from the 2.6.8 branch up to 023stab037.
- Mainstream updates up to 2.6.18.6.
- Bug fixes in VE, beancounters, CPT, quota, scheduler.
- I/O accounting in beancounters.
- Beancounters /proc redesign.
For the complete list of changes in this release, see git changelog for kernel 028test010.
Config changes
- +
CONFIG_TASK_IO_ACCOUNTING=y
- +
CONFIG_UBC_IO_ACCT=y
- +
CONFIG_USB_HIDDEV=y
(OpenVZ Bug #418) - +
CONFIG_AUTOFS4_FS=m
- +
CONFIG_IA32_SUPPORT=y
(OpenVZ Bug #396) - +
CONFIG_COMPAT=y
Compatibility notes
- New I/O accounting feature is described at IO accounting.
- New BC proc format is described at BC proc entries.