6,535
edits
Changes
m
<dl><dt>==== diff-ms-security-x8664-rax-check-20070919====<dd><pre class="simple"blockquote> x86_64: Zero extend all registers after ptrace in 32bit entry path.
<pre class="simple">Strictly it's only needed for eax.
It actually does a little more than strictly needed -- the other registers are already zero extended.
Also remove the now unnecessary and non functional compat task check in ptrace.
This is CVE-2007-4573
Found by Wojciech Purczynski
Signed-off-by: Andi Kleen <<ak@suse.de>> Signed-off-by: Linus Torvalds <<torvalds@linux-foundation.org> X-Git-Url: 176df2457ef6207156ca1a40991c54ca01fef567>
Bug #87569<pre class="simple">
<dt>==== linux-2.6.9-r8169-2.2LK-NAPI-ms-2.6.22.patch<dd><pre>====
: {{bug|632}}</dlblockquote></noinclude>
Protected "Download/kernel/rhel4/023stab044.11/changes": Robot: Protecting a list of files. [edit=autoconfirmed:move=autoconfirmed]
Same as {{Kernel link|rhel4|023stab044.4}}, plus:
* +<code>CONFIG_MD_RAID6=y</code>
<includeonly>[[{{PAGENAME}}/changes#Patches|{{Long changelog message}}]]</includeonly><noinclude>
=== Patches ===
</pre>
X-Git-Url: [http://git.kernel.org/gitweb.cgi?p=linux%2Fkernel%2Fgit%2Ftorvalds%2Flinux-2.6.git;a=commitdiff_plain;h=176df2457ef6207156ca1a40991c54ca01fef567 176df2457ef6207156ca1a40991c54ca01fef567]<dt/blockquote>==== linux-2.6.9-arcmsr-1.20.0X.14.devel.patch====<dd><preblockquote>Areca driver was provided to Thomas Krenn AG by Areca people.<br/>
https://helpdesk.swsoft.com/index.html?q=351134
<pre class="simple">
Requested by Thomas Krenn AG due to memory leak caused by Areca command line
utility (about 7 MB per execution of the CLI according to Thomas Krenn AG).
Declared to fix the memory leak problem.
</pre>
Bug #87569.
P.S. the issue with ARCMSR_MAX_XFER_SECTORS[_B] fixed (see the bug).
</pre>
Patch prepared by Kostja (khorenko@):
<br/>
r8169 driver updated upto version 2.2LK-NAPI.
<pre class="simple">
Requested by Padberg-IT (web4.hm).
Sources are backported from mainstream 2.6.22 kernel.
</pre>
<dt/blockquote>==== diff-simfs-stat64-20070622====<dd><preblockquote>Patch from Vasily (vtaras@):<br/>
[PATCH][2.6.9] simfs: add stat64 hook
<pre class="simple">
Initial problem: per-user/group disk quota in VE doesn't work, if you
use 2.6.9-based kernel.
approach as in vfs_getstat/sim_getsat.
</pre>