Difference between revisions of "Download/kernel/rhel5-testing/028stab070.2/changes"

From OpenVZ Virtuozzo Containers Wiki
Jump to: navigation, search
(created (plug))
 
(created)
Line 1: Line 1:
 
== Changes ==
 
== Changes ==
  
* FIXME
+
Since {{kernel link|rhel5|028stab069.6}}:
 +
* Rebased to 194.8.1.el5 kernel (security fixes, see links below)
 +
* Fixed some memory leaks in timer and ipv4 code
 +
* Added dummy /proc/sys/kernel/hotplug file to CTs to make udev happy
 +
* Backported support for <code>/proc/*/stack</code> to query task's stack trace
 +
* Fixed a set of bugs in bonding driver
 +
* A compilation fix ({{B|1425}})
 +
 
 +
=== Compatibility ===
 +
* No new issues
 +
 
 +
=== Configs ===
 +
Same as in {{kernel link|rhel5|028stab069.6}}, plus:
 +
* +<code>CONFIG_STACK_PROC=y</code>
 +
 
 +
=== See also ===
 +
* {{RHSA|2010-0504}}
 +
* {{CVE|2010-0291}}
 +
* {{CVE|2010-0622}}
 +
* {{CVE|2010-1087}}
 +
* {{CVE|2010-1088}}
 +
* {{CVE|2010-1173}}
 +
* {{CVE|2010-1187}}
 +
* {{CVE|2010-1436}}
 +
* {{CVE|2010-1437}}
 +
* {{CVE|2010-1641}}

Revision as of 12:00, 10 July 2010

Changes

Since 028stab069.6:

  • Rebased to 194.8.1.el5 kernel (security fixes, see links below)
  • Fixed some memory leaks in timer and ipv4 code
  • Added dummy /proc/sys/kernel/hotplug file to CTs to make udev happy
  • Backported support for /proc/*/stack to query task's stack trace
  • Fixed a set of bugs in bonding driver
  • A compilation fix (#1425)

Compatibility

  • No new issues

Configs

Same as in 028stab069.6, plus:

  • +CONFIG_STACK_PROC=y

See also