Changes

Jump to: navigation, search

Download/kernel/2.6.8/022stab070.1/changes

44,802 bytes added, 17:20, 21 March 2008
created
== Changes ==
* Added ext3 online resize
* sysfs in VPS support (required for SUSE templates)
* IA64 fixes/updates
* HPET, autofs in VPS
* Memory leak in bounce buffers
* /proc/modules in VPS
* uname virtualization
* Minor security fixes
* Drivers and mainstream updates.

<h3>Configs</h3>
Same as 022stab064, plus<br/>
Added:
* +<code>CONFIG_BINFMT_MISC=y</code> (on IA64 only)
* +<code>CONFIG_DELL_RBU=m</code>
* +<code>CONFIG_DCDBAS=m</code>
* +<code>CONFIG_I2C=m</code>
* +<code>CONFIG_I2C_CHARDEV=m</code>
* +<code>CONFIG_I2C_ALGOBIT=m</code>
* +<code>CONFIG_I2C_ALGOPCF=m</code>
* +<code>CONFIG_I2C_ALI1535=m</code>
* +<code>CONFIG_I2C_ALI1563=m</code>
* +<code>CONFIG_I2C_ALI15X3=m</code>
* +<code>CONFIG_I2C_AMD756=m</code>
* +<code>CONFIG_I2C_AMD8111=m</code>
* +<code>CONFIG_I2C_I801=m</code>
* +<code>CONFIG_I2C_I810=m</code>
* +<code>CONFIG_I2C_ISA=m</code>
* +<code>CONFIG_I2C_NFORCE2=m</code>
* +<code>CONFIG_I2C_PIIX4=m</code>
* +<code>CONFIG_I2C_PROSAVAGE=m</code>
* +<code>CONFIG_I2C_SAVAGE4=m</code>
* +<code>CONFIG_I2C_SIS5595=m</code>
* +<code>CONFIG_I2C_SIS630=m</code>
* +<code>CONFIG_I2C_SIS96X=m</code>
* +<code>CONFIG_I2C_VIA=m</code>
* +<code>CONFIG_I2C_VIAPRO=m</code>
* +<code>CONFIG_I2C_VOODOO3=m</code>
* +<code>CONFIG_I2C_SENSOR=m</code>
* +<code>CONFIG_SENSORS_ADM1021=m</code>
* +<code>CONFIG_SENSORS_ADM1025=m</code>
* +<code>CONFIG_SENSORS_ADM1031=m</code>
* +<code>CONFIG_SENSORS_ASB100=m</code>
* +<code>CONFIG_SENSORS_DS1621=m</code>
* +<code>CONFIG_SENSORS_FSCHER=m</code>
* +<code>CONFIG_SENSORS_GL518SM=m</code>
* +<code>CONFIG_SENSORS_IT87=m</code>
* +<code>CONFIG_SENSORS_LM75=m</code>
* +<code>CONFIG_SENSORS_LM77=m</code>
* +<code>CONFIG_SENSORS_LM78=m</code>
* +<code>CONFIG_SENSORS_LM80=m</code>
* +<code>CONFIG_SENSORS_LM83=m</code>
* +<code>CONFIG_SENSORS_LM85=m</code>
* +<code>CONFIG_SENSORS_LM90=m</code>
* +<code>CONFIG_SENSORS_MAX1619=m</code>
* +<code>CONFIG_SENSORS_VIA686A=m</code>
* +<code>CONFIG_SENSORS_W83781D=m</code>
* +<code>CONFIG_SENSORS_W83L785TS=m</code>
* +<code>CONFIG_SENSORS_W83627HF=m</code>
* +<code>CONFIG_SENSORS_EEPROM=m</code>
* +<code>CONFIG_SENSORS_PCF8574=m</code>
* +<code>CONFIG_SENSORS_PCF8591=m</code>
* +<code>CONFIG_SENSORS_RTC8564=m</code>
* +<code>CONFIG_SMB_FS=m</code>
* +<code>CONFIG_CIFS=m</code>
Removed:
* -<code>CONFIG_VE_SYSFS=n</code> (now runtime configurable)
=== Compatibility ===
Introduced new env create parameters allowing:
* to turn on SYSFS inside VPS
* configure number of VCPUs inside VPS
<includeonly>[[{{PAGENAME}}/changes#Patches|{{Long changelog message}}]]</includeonly><noinclude>
=== Patches ===

==== linux-2.6.8.1-3w9xxx-2.26.04.007.patch ====
<div class="change">Patch from Vasiliy:

This patch adds support for 3ware 9550SX RAID controllers,
3w-9xxx driver updated up to 2.26.04.007 version
Sources are taken from www.3ware.com.

Bug 38702.
</div>

==== linux-2.6.15-dcdbas-5.6.0-1.patch ====
<div class="change">Patch from Kostya:

This patch adds support for DELL OpenManage,
dcdbas version 5.6.0-1 was taken from mainstream 2.6.15 kernel.

Bug 55618.
</div>

==== diff-ide-amd74xx-update-20060206 ====
<div class="change">Patch from Vasiliy:

This patch adds support for new AMD and NForce in-chipset
IDE controllers taken from 2.6.15 mainstream kernel

Bug 33606.
</div>

==== diff-pciids-update ====
<div class="change">Prepared by Vasiliy:<br/>
added hunks required for:
* cciss driver,
* intel ich7/esb2 ide driver update,
* ide amd74xx driver
</div>

==== diff-ubc-follow-page-k-20060131 ====
<div class="change">Patch from Pavel:

When CONFIG_HUGETLB is on follow_huge_addr argument is not defined.
(2.6.15 does not have this problem).
{{Bug|88}}.
</div>

==== diff-ve-proc-config-gz-20060119 ====
<div class="change">Patch from Pavel:<br/>
Hide /proc/config.gz from ve proc tree

backported from 2.6.15

{{Bug|92}}.
</div>

==== diff-dbg-stackoverflow-20060130 ====
<div class="change">Patch from Kirill:<br/>
fixed compilation with CONFIG_DEBUG_STACKOVERFLOW=n

{{Bug|96}}.
</div>

==== diff-ubc-mremap-fix-20060220 ====
<div class="change">Patch from Pavel:

Due to unsignedness of ret variable return value
from ub_memory_charge was ignored.
This lead to overuncharging then.

2.6.15 does not have this problem...

{{Bug|104}}.
</div>

==== diff-ms-bio-leak ====
<div class="change">Patch from mainstream:<br/>
[PATCH] fix bio_uncopy_user() mem leak

http://kerneltrap.org/node/3659<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1832.6.161

Bug 58180.
</div>

==== diff-fairsched-cpurelax-20060123 ====
<div class="change">Patch from Kirill:

migration_thread_stop() should call yield() instead of cpu_relax().
On UP machines it can relax forever, since migration_thread
won't be able to do any progress - it will never be scheduled.

Bug 58372.
</div>

==== diff-ve-twlist-20060206 ====
<div class="change">Patch from Denis:

This patch fixes netstat output
listing TW buckets from other VPSs.

Bug 58839.
</div>

==== diff-ve-netaddr-20060206 ====
<div class="change">Patch from Denis:

This is a kludge for 'ifconfig venet0' which falls to
UNSPEC link type where all 16 bytes of hwaddr is reported
and buffer was not initialized in user space.

Bug 58834.
</div>

==== diff-ms-kzalloc-20060206 ====
<div class="change">
Patch from mainstream:

This patch adds kzalloc(), mostly required by driver updates
and future patches. Originally required by dcdbas.
</div>

==== diff-ms-gfp_t-20060206 ====
<div class="change">
Patch from mainstream:

This patch adds "gfp_t" type, mostly required by driver updates
and future patches. Originally required by dcdbas.
</div>

==== diff-security-igmp-dos ====
<div class="change">
Patch from mainstream:<br/>
[IGMP]: workaround for IGMP v1/v2 bug (minor)

With IGMP version 1 and 2 it is possible to inject a unicast
report to a client which will make it ignore multicast
reports sent later by the router.

The fix is to only accept the report if is was sent to a
multicast or unicast address.

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;<br/>
GIT: 24c6927505ca77ee4ac25fb31dcd56f6506979ed

RHEL4u2: linux-2.6.9-CVE-2005-2185-igmp-dos.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.4022.2.6
</div>

==== diff-ms-emt64-switchto-missinglock ====
<div class="change">Patch from mainstream:<br/>
[PATCH] x86_64: missing lock prefix in switch_to

Add the missing "lock" prefix in switch_to macro.

Signed-off-by: Suresh Siddha &lt;suresh.b.siddha@intel.com&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: linux-2.6.9-x86_64-switch_to-missinglock.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1982.56.8
</div>

==== diff-ms-i387-fpu-state-signal ====
<div class="change">Patch from mainstream:<br/>
[PATCH] x86_64: Fix signal FPU leak on i386 and x86-64<br/>

On i386, if a signal handler is started, the kernel saves the fpu-state
of the interrupted routine in the sigcontext on the stack. Calling
unlazy_fpu() and setting current-&gt;used_math=0, the kernel supplies the
signal-handler with a cleared virtual fpu.
On sigreturn(), the old fpu-state of the interrupted routine is
restored.

If a process never used the fpu, it virtually has a cleared fpu.
If such a process is interrupted by a signal handler, no fpu-context is
saved and sigcontext-&gt;fpstate is set to NULL.

Assume, that the signal handler uses the fpu. Then, AFAICS, on sigreturn
current-&gt;used_math will be 1. Since sigcontext-&gt;fpstate still is NULL,
restore_sigcontext() doesn't call restore_i387(). Thus, no
clear_fpu() is done, current-&gt;used_math is not reset.

Now, the interrupted processes fpu no longer is cleared!

Fix by AK. Just clear the FPU again when this happens.

patch for i386 and x86-64.

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</div>

==== diff-ms-nforce-pci-fixups ====
<div class="change">Patch from mainstream:<br/>
[PATCH] APIC/LAPIC hanging problems on nForce2 system

current state:<br/>
Systems with Nforce2 could freeze on high disk i/o activity in APIC mode
when CPU Disconnect is enabled. If bios doesn't fix this, current kernel
fix changes the registers according to follwing table:
<pre>
* Chip Old value New value
* C17 0x1F0FFF01 0x1F01FF01
* C18D 0x9F0FFF01 0x9F01FF01
</pre>

But this is only done, if cpu disconnect has been enabled in bios.

why change this:<br/>
If CPU disconnect is not enabled in bios, and bios is broken (some
manufacturers like Abit don't care about their customers and even the
latest bios doesn't fix this; I have an Abit mainboard), the kernel
doesn't apply the fix, so if cpu disconnect is enabled at a later stage
(in userspace), the system will be unstable and most likely freeze.

new behaviour:<br/>
The fix is now applied regardless of cpu disconnect being enabled at
boot time, or not. As you only have to change byte 3 to 0x01, reading
out chipset version isn't needed, so the patch simplifies the fix. Now
turning cpu disconnect on, at later stage won't break the system, and if
it was already enabled, it gets fixed, as the old version did.<br/>

Signed-off-by: Prakash Punnoor &lt;prakashp@arcor.de&gt;<br/>
Acked-by: Bartlomiej Zolnierkiewicz &lt;bzolnier@gmail.com&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</div>

==== diff-ms-compat-net-sendmsg-leak ====
<div class="change">Patch from mainstream:<br/>
[NET]: Fix memory leak in sys_{send,recv}msg() w/compat

From: Dave Johnson &lt;djohnson+linux-kernel@sw.starentnetworks.com&gt;

sendmsg()/recvmsg() syscalls from o32/n32 apps to a 64bit kernel will
cause a kernel memory leak if iov_len &gt; UIO_FASTIOV for each syscall!

This is because both sys_sendmsg() and verify_compat_iovec() kmalloc a
new iovec structure. Only the one from sys_sendmsg() is free'ed.

I wrote a simple test program to confirm this after identifying the
problem:

http://davej.org/programs/testsendmsg.c

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

GIT: d64d3873721cfe870d49d73c3744f06260779ce7
</div>

==== diff-ms-emt64-csum-copy ====
<div class="change">Patch from mainstream:<br/>
[PATCH] x86_64: fix bug in csum_partial_copy_generic()

I was observing reproducible crashes on the "movw %bx,(%rsi)" instruction
below while a process in a recvfrom() system call was copying packet data
to user space. The patch below fixes the exception table and causes the
crash to no longer reproduce. Please apply.

Acked-by: Andi Kleen &lt;ak@muc.de&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

GIT: 92ed0223aefa795d1873427e25599cb70b2148ee

RHEL4u2: linux-2.6.9-x8664-csum-copy.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.3332.122.5
</div>

==== diff-security-ptrace-overflow ====
<div class="change">Patch from mainstream:<br/>
[PATCH] x86_64: Don't allow accesses below register frame in ptrace

There was a "off by one quad word" error in there. I don't think it is
exploitable because it will only store into a unused area, but better to plug
it.

Found and fixed by John Blackwood

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

GIT: c4d1fcf3a2ea89b6d6221fa8b4588c77aff50995

RHEL4u2: linux-2.6.9-CAN-2005-1765-x8664-ptrace-overflow.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.3097.3.41
</div>

==== diff-security-emt64-ptrace-rip ====
<div class="change">Patch from mainstream:<br/>
[PATCH] x86_64: check if ptrace RIP is canonical

This works around an AMD Erratum.

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

GIT: d1099e8a18960693c04507bdd7b9403db70bfd97

RHEL4u2: linux-2.6.9-CAN-2005-1762-x86_64-ptrace-canonical-addr.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.3011<br/>
(fixed TASK_SIZE -&gt; TASK_SIZE_OF())
</div>

==== diff-ms-compat-TCSBRKP-ioctl ====
<div class="change">Patch from mainstream:<br/>
[PATCH] add TCSBRKP to compat_ioctl.h

Move ioctl TCSBRKP support to compat layer. Same rationale as TCSBRK.

RHEL4u2: linux-2.6.9-x86_64-missing-compat-ioctls.patch<br/>
(part of it went to diff-tty-compatioctls-20050905)<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1994.11.114
</div>

==== diff-ms-emt64-changepageattr-flush ====
<div class="change">Patch from mainstream:<br/>
[PATCH] x86-64: Fix missing TLB flushes in change_page_attr

Fix bug in change_page_attr - with multiple pages it would not flush
correctly. Also add a small optimization of not flushing when not needed.

Found and fixed by Andrea.

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: linux-2.6.9-x86_64-change_page_attr-flush-fix.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1982.2.5
</div>

==== diff-ms-irqboot-dual-core ====
<div class="change">Patch from mainstream:<br/>
[PATCH] x86: no interrupts from secondary CPUs until officially online

Andi Kleen reported a problem where a very slow boot caused the timer
interrupt on a secondary CPU to go off before the CPU was actually brought
up by the core code, so the CPU_PREPARE notifier hadn't been called, so the
per-cpu timer code wasn't set up.

This was caused by enabling interrupts around calibrate_delay() on
secondary CPUs, which is not actually neccessary (interrupts on CPU 0
increments jiffies, which is all that is required). So delay enabling
interrupts until the actual __cpu_up() call for that CPU.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: linux-2.6.9-x86-irq-boot-disable-dualcore.patch
</div>

==== diff-ms-compat-solsocket ====
<div class="change">Patch from mainstream:<br/>
[NET]: Check for SOL_SOCKET in compat_sys_getsockopt

Some 32bit apps failed due to incorrect fixups

Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

RHEL4u2: linux-2.6.10-ac-selected-bits.patch
</div>

==== diff-CAN-2005-2800-proc-scsi ====
<div class="change">Patch from mainstream:<br/>
minor security issues in VE0 in /proc/scsi.

CAN-2005-2800
</div>

==== diff-ms-vsyscall-unwind-info ====
<div class="change">Patch from mainstream:<br/>
[PATCH] Unwind information fix for the vsyscall DSO

When working on GDB support I found a typo. I assume the comment is
correct. If you step to this particular instruction and backtrace, GDB
gets lost.
</div>

==== diff-ms-signal-handling-dr7 ====
<div class="change">Patch from mainstream:<br/>
[PATCH] faster signal handling on x86

Optimize away the unconditional write to debug registers on signal delivery
path. This is already done on x86_64.
</div>

==== diff-ms-timer-barrier ====
<div class="change">Patch from mainstream:<br/>
[PATCH] del_timer() vs. mod_timer() SMP race

We just spent some days fighting a rare race in one of the distro's who backported
some of timer.c from 2.6 to 2.4 (though they missed a bit).

The actual race we found didn't happen in 2.6 _but_ code inspection showed that a
similar race is still present in 2.6, explanation below:

Code removing a timer from a list (run_timers or del_timer) takes that CPU list
lock, does list_del, then timer-&gt;base = NULL.

It is mandatory that this timer-&gt;base = NULL is visible to other CPUs only after
the list_del() is complete. If not, then mod timer could see it NULL, thus take it's
own CPU list lock and not the one for the CPU the timer was beeing removed from the
list, and thus the list_add in mod_timer() could race with the list_del() from
run_timers() or del_timer().

Our race happened with run_timers(), which _DOES_ contain a proper smp_wmb() in the
right spot in 2.6, but didn't in the "backport" we were fighting with.

However, del_timer() doesn't have such a barrier, and thus is subject to this race in
2.6 as well. This patch fixes it.

Signed-off-by: Benjamin Herrenschmidt &lt;benh@kernel.crashing.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: linux-2.6.9-timer-barrier.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1938.362.59?nav=index.html|src/|src/kernel|related/kernel/timer.c
</div>

==== diff-ms-eppoll-timeout ====
<div class="change">Patch from mainstream:<br/>
[PATCH] epoll: handle timeout overflow

Handle the timeout upper boundary for epoll.

Bug 58718.
</div>

==== diff-emt64-vsyscall-coredump-20060201 ====
<div class="change">Patch from Pavel:

Since vsyscall page may be not mapped on emt64, elf_core_dump
may oops fetching info from it.

Bug 58677.
</div>

==== diff-compat-sysfs-runtime-20060117, ====
==== diff-ve-sysfs-runtime-20060117 ====
<div class="change">Patch from Kirill:<br/>
[PATCH] make per-VPS sysfs to be tunable on VPS start

This patch allows to control whether sysfs will be enabled
in VPS on VPS start, and not by kernel compilation option
as it was before.

It extends env_create_data ioctl() introducting new
"features" bitmask, binary compatible with old vzctl.

As a cleanip/optimization this patch also removes
ve_hook_init_data, which was never used.

new vzctl should call env_create_data with new env_create_param2
parameter. if ioctl() returns -EINVAL it should retry with old
env_create_param parameter. To enable sysfs in VPS set
env_create_param2-&gt;features_mask |= VE_FEATURE_SYSFS;
</div>

==== diff-ve-create-errpath-20060126 ====
<div class="change">Patch from Pavel:

If alloc_vpid() for init fails ipcs are not cleaned up
in do_env_create().
</div>

==== diff-security-lease-locks ====
<div class="change">Patch from mainstream:<br/>
[PATCH] VFS: local denial-of-service with file leases

{{CVE|2005-3857}}<br/>
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=174337 RedHat Bug #174337]
</div>

==== diff-security-nls-ascii ====
<div class="change">Patch from mainstream:<br/>
[PATCH] NLS: Fix overflow of nls_ascii (minor)

The nls_ascii conversion table is just for 128 entries, but should be
256.

Signed-off-by: OGAWA Hirofumi &lt;hirofumi@mail.parknet.co.jp&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</div>

==== diff-ms-edid-info ====
<div class="change">Patch from mainstream:<br/>
[PATCH] Fix EDID_INFO in zero-page

(faced during Intel certification)

EDID_INFO is encroaching on the space meant for E820 map in zero-page.
This will result in E820 map corruption on any system that has more=20 than
18 E820 entries and CONFIG_VIDEO_SELECT. Not sure how this bug=20 managed
to hide for more than a year.

Attached patch should fix the bug.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</div>

==== diff-usb-uhci-20060216 ====
<div class="change">Patch from mainstream:

This patch fixes the error in the UHCI driver, cause of messages like
host controller process error, something bad happened!
http://linux.bkbits.net:8080/linux-2.6/gnupatch@412b8b37YsXQ5El2dAe2S2SMXZ-m0A

Bug 55401.
</div>

==== diff-ms-syncdirtybuf-errcode ====
<div class="change">Patch from mainstream:<br/>
[PATCH] make sync_dirty_buffer() return something useful

Make sync_dirty_buffer() return the result of its syncing.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

http://linux.bkbits.net:8080/linux-2.6/cset@1.1803.144.61

added submit_bh() return 0, see diff-ms-ide-writebarrier
</div>

==== diff-ms-jiffies-to-usec ====
<div class="change">Patch from mainstream:<br/>
[TIME]: Put jiffies_to_usecs in time.h

Move local version put in tcp_diag.c into time.h
where it belongs. Also, make it smarted about HZ
values math.

Based upon suggestions from Joe Perches &lt;joe@Perches.com&gt;

Signed-off-by: Stephen Hemminger &lt;shemminger@osdl.org&gt;<br/>
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

http://linux.bkbits.net:8080/linux-2.6/cset@1.1938.44.5
</div>

==== diff-ms-endianity-checks ====
<div class="change">Patch from mainstream (was in kernel-ve already):<br/>
[PATCH] beginning of endianness annotations

This adds the types and annotates conversion functions. I've converted
the ...p() versions to inlines; AFAICS, everything's still happy...

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.org.uk&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

http://linux.bkbits.net:8080/linux-2.6/cset@1.1832.61.281
</div>

==== diff-ia64-makefile-20051004, ====
==== diff-ia64-init-sched-20051205, ====
==== diff-ia64-init-sched-20060130 ====
<div class="change">
IA64 bug fixes and RPM build fix.
</div>

==== diff-ms-ia64-handle-page-not-present ====
<div class="change">Patch from mainstream:<br/>
[IA64] page_not_present fault in region 5 is normal

When copying data from user-space to kernel-space by __copy_user(),
a page_not_present fault sometimes occurs at vmalloced kernel address
because of VHPT pre-fetching.

Ignore the page_not_present fault in ia64_do_page_fault() before
jumping into exception handlers.

Signed-off-by: Kiyoshi Ueda &lt;k-ueda@ct.jp.nec.com&gt;<br/>
Signed-off-by: Jun'ichi Nomura &lt;j-nomura@ce.jp.nec.com&gt;<br/>
Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;

GIT: 63028aa7f581d9d4e6889f9dc06ded2534250a76

RHEL4u2: linux-2.6.9-ia64-handle-page-not-present.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.3332.274.1
</div>

==== diff-ms-ia64-map-gate-page ====
<div class="change">Patch from mainstream:<br/>
[IA64] Fill holes in FIXADDR_USER space with zero pages.

This fixes an oops reported by Jason Baron.

Signed-off-by: David Mosberger-Tang &lt;davidm@hpl.hp.com&gt;<br/>
Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;

GIT: ad597bd518559f59ede8d01262cdf4467e13282e<br/>
RHEL4u2: linux-2.6.9-ia64-map-gate-page.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.3160
</div>

==== diff-ms-ia64-sigprocmask-20060125 ====
<div class="change">Patch from mainstream:<br/>
[IA64] Fix race condition in the rt_sigprocmask fastcall

current-&gt;blocked will be set to the value of current-&gt;thread_info-&gt;flags if
the cmpxchg to update thread_info-&gt;flags fails. For performance reasons the
store into current-&gt;blocked was placed in the cmpxchg loop. However, the
cmpxchg overwrites the register holding the value to be stored. In the rare
case of a retry the value of thread_info-&gt;flags will be written into
current-&gt;blocked.

The fix is to use another register so that the register containing the
current-&gt;blocked value is not overwritten.

Signed-off-by: Christoph Lameter &lt;clameter@sgi.com&gt;
Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;

RHEL4u2: linux-2.6.9-ia64-sigprocmask-race.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.3183<br/>
Bug 58363.
</div>

==== diff-ms-ia64-update-mmu-cache ====
<div class="change">Patch from mainstream:<br/>
[PATCH] arch hook for notifying changes in PTE protections bits

Recently on IA-64, we have found an issue where old data could be used by
apps. The sequence of operations includes few mprotects from user space
(glibc) goes like this:

# The text region of an executable is mmaped using PROT_READ|PROT_EXEC. As a result, a shared page is allocated to user.
# User then requests the text region to be mprotected with PROT_READ|PROT_WRITE. Kernel removes the execute permission and leave the read permission on the text region.
# Subsequent write operation by user results in page fault and eventually resulting in COW break. User gets a new private copy of the page. At this point kernel marks the new page for defered flush.
# User then request the text region to be mprotected back with PROT_READ|PROT_EXEC. mprotect suppport code in kernel, flushes the caches, updates the PTEs and then flushes the TLBs. Though after updating the PTEs with new permissions, we don't let the arch specific code know about the new mappings (through update_mmu_cache like routine). IA-64 typically uses update_mmu_cache to check for the defered flush flag (that got set in step 3) to maintain cache coherency lazily (The local I and D caches on IA-64 are incoherent).

DavidM suggeested that we would need to add a hook in the function
change_pte_range in mm/mprotect.c This would let the architecture specific
code to look at the new ptes to decide if it needs to update any other
architectual/kernel state based on the updated (new permissions) PTE
values.

We have added a new hook lazy_mmu_prot_update(pte_t) that gets called
protection bits in PTEs change. This hook provides an opportunity to arch
specific code to do needful. On IA-64 this will be used for lazily making
the I and D caches coherent.

Signed-off-by: David Mosberger &lt;davidm@hpl.hp.com&gt;<br/>
Signed-off-by: Rohit Seth &lt;rohit.seth@intel.com&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: linux-2.6.9-ia64-update-mmu-cache.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.2181.46.176
</div>

==== diff-ms-ia64-sba_iommu-size ====
<div class="change">Patch from mainstream:<br/>
[IA64-HP] Fix for bits_wanted in sba_iommu.c

bits_wanted is expanded to bytes using the wrong shift value
(when iovp_shift != PAGE_SHIFT), resulting in an explosion of
used iommu resources.

This potentially results in mistakenly running out of DMA mapping
resources when the system is under *heavy* i/o load.

Signed-off-by: Nigel Croxon &lt;nigel.croxon@hp.com&gt;<br/>
Signed-off by: Alex Williamson &lt;alex.williamson@hp.com&gt;<br/>
Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;

RHEL4u2: linux-2.6.9-ia64-sba_iommu-size.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1938.288.101
</div>

==== diff-ms-ia64-salinfod-read-exhaust ====
<div class="change">Patch from mainstream:<br/>
[IA64] When we exhaust the supply of records to read, clear the event
status.

Patch written by Ben Woodard. Sanity checked by Jesse Barnes.

Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;

http://linux.bkbits.net:8080/linux-2.6/cset@1.1938.28.1<br/>
Bug 58393.
</div>

==== diff-ms-procfs-getpid-fix ====
<div class="change">Patch from mainstream, modified by Kirill:<br/>
[PATCH] ps shows wrong ppid

/proc shows the wrong PID as parent in the following case

Process A creates Threads 1 &amp; 2 (using pthread_create) Thread 2 then forks
and execs process B getppid() for Process B shows Process A (rightly) as
parent, however /proc/B/status shows Thread 3 as PPid (incorrect).

Signed-off-by: Dinakar Guniguntala &lt;dino@in.ibm.com&gt;<br/>
Acked-by: Ingo Molnar &lt;mingo@elte.hu&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;<br/>

RHEL4u2: linux-2.6.9-procfs-getpid-fix.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1938.185.120<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1938.197.16
</div>

==== diff-2.6.9-ext2, diff-2.6.9-ext3, diff-2.6.9-jbd ====
<div class="change">Patch from mainstream:<br/>
some trivial changes from 2.6.8 to 2.6.9 in ext2/ext3/jbd
</div>

==== diff-ms-prune-icache-vs-iput ====
<div class="change">Patch from mainstream:<br/>
[PATCH] fix for prune_icache()/forced final iput() races

Based on analysis and a patch from Russ Weight &lt;rweight@us.ibm.com&gt;

There is a race condition that can occur if an inode is allocated and then
released (using iput) during the -&gt;fill_super functions. The race
condition is between kswapd and mount.

For most filesystems this can only happen in an error path when kswapd is
running concurrently. For isofs, however, the error can occur in a more
common code path (which is how the bug was found).

The logic here is "we want final iput() to free inode *now* instead of
letting it sit in cache if fs is going down or had not quite come up". The
problem is with kswapd seeing such inodes in the middle of being killed and
happily taking over.

The clean solution would be to tell kswapd to leave those inodes alone and
let our final iput deal with them. I.e. add a new flag
(I_FORCED_FREEING), set it before write_inode_now() there and make
prune_icache() leave those alone.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;<br/>

GIT: 991114c6fa6a21d1fa4d544abe78592352860c82<br/>
RHEL4u2: linux-2.6.9-prune-icache-vs-iput.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.3304.9.71
</div>

==== diff-ve-vpid-autofs-20060214 ====
<div class="change">Patch from Vasiliy:<br/>
Simple virtualization of vpids in autofs/autofs4
</div>

==== diff-ve-autofs4-20060214 ====
<div class="change">Patch from Vasiliy:<br/>
Simple virtualization of autofs4
</div>

==== diff-ve-autofs-20060214 ====
<div class="change">Patch from Vasiliy:<br/>
Simple virtualization of autofs
</div>

==== diff-ms-pagevec-alignment ====
<div class="change">Patch from mainstream:<br/>
[PATCH] Adjust alignment of pagevec structure

We can shrink the pagevec structure to cacheline align it. It is used all
over VM reclaiming and mpage pagecache read code.

Right now it is 140 bytes on 64-bit and 72 bytes on 32-bit. Thats just a
little bit more than a power of 2 (which will cacheline align), so shrink
it to be aligned: 64 bytes on 32bit and 124bytes on 64-bit.

It now occupies two cachelines most of the time instead of three.

http://linux.bkbits.net:8080/linux-2.6/cset@1.1938.166.42
</div>

==== diff-ve-totalvcpus-20060214 ====
<div class="change">Patch from Kirill:

This patch adds total_vcpus parameter to env_create_param2 structure.
It will be used to setup max number of VCPUs available in VPS.
Right now should be simply zero.
Added for binary compatibility with future vzctl's.
</div>

==== diff-ext3-online-resize ====
<div class="change">Patch from mainstream:<br/>
[PATCH] ext3: online resizing

The patch below adds online resize capability to ext3 based on Andreas
patch for 2.4 and fixed up by Stephen.

The patch also removes s_debts:

s_debts is currently not used by ext3 (it is created, destroyed and checked
but never set). Remove it for now.

Resurrecting this will require adding it back in changed form. In existing
form it's already unsafe wrt. byte-tearing as it performs unlocked byte
increment/decrement on words which may be being accessed simultaneously on
other CPUs. It is also the only in-memory dynamic table which needs to be
extended by online-resize, so locking it will require care.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;<br/>

RHEL4u2: linux-2.6.5-ext3-online-resize.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1938.275.17
</div>

==== diff-ext3-sub-second-timestamp ====
<div class="change">Patch from RHEL4/mainstream:<br/>
[PATCH] Sync in core time granuality with filesystems

This patch corrects a problem that was originally added with the nanosecond
timestamps in stat patch. The problem is that some file systems don't have
enough space in their on disk inode to save nanosecond timestamps, so they
truncate the c/a/mtime to seconds when flushing an dirty node. In core the
inode would have full jiffies granuality.

This can be observed by programs as a timestamp that jumps backwards under
specific loads when an inode is flushed and then reloaded from disk.

The problem was already known when the original patch went in, but it
wasn't deemed important enough at that time. So far there has been only
one report of it causing problems. Now Tridge is worried that it will
break running Excel over samba4 because Excel seems to do very anal
timestamp checking and samba4 will supply 100ns timestamps over the
network.

This patch solves it by putting the time resolution into the superblock of
a fs and always rounding the in core timestamps to that granuality.

This also supercedes some previous ext2/3 hacks to flush the inode less
often when only the subsecond timestamp changes.

I tried to keep the overhead low, in particular it tries to keep divisions
out of fast paths as far as possible.

The patch is quite big but 99% of it is just relatively straight forward
search'n'replace in a lot of fs. Unconverted filesystems will default to a
1ns granuality, but may still show the problem if they continue to use
CURRENT_TIME. I converted all in tree fs.

One possible future extension of this would be to have two time
granualities per superblock - one that specifies the visible resolution,
and the other to specify how often timestamps should be flushed to disk,
which could be tuned with a mount option per fs (e.g. often m/atimes don't
need to be flushed every second). Would be easy to do as an addon if
someone is interested.

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: linux-2.6.9-ext3-sub-second-timestamp.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1966.4.115
</div>

==== diff-ext3-file-limit ====
<div class="change">Patch from mainstream:<br/>
[PATCH] ext2/3 file limits to avoid overflowing i_blocks

As discussed before, we can overflow i_blocks in ext2/ext3 inodes by
growing a file up to 2TB. That gives us 2^32 sectors of data in the file;
but once you add on the indirect tree and possible EA/ACL metadata,
i_blocks will wrap beyond 2^32. Consensus seemed to be that the best way
to avoid this was simply to stop files getting so large that this was a
problem in the first place; anything else would lead to complications if a
sparse file tried to overflow that 2^32 sector limit while filling in
holes.

I wrote a small program to calculate the total indirect tree overhead for
any given file size, and 0x1ff7fffe000 turned out to be the largest file we
can get without the total i_blocks overflowing 2^32.

But in testing, that *just* wrapped --- we need to limit the file to be one
page smaller than that to deal with the possibility of an EA/ACL block
being accounted against i_blocks.

So this patch has been tested, at least on ext3, by letting a file grow
densely to its maximum size permitted by the kernel; at 0x1ff7fffe000, stat
shows the file to have wrapped back exactly to 0 st_blocks, but with the
limit at 0x1ff7fffd000, du shows it occupying the expected 2TB-blocksize
bytes.

Signed-off-by: Stephen Tweedie &lt;sct@redhat.com&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: ilinux-2.6.9-ext3-file-limit.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.2181.46.159
</div>

==== diff-ext3-handle-double-revoke ====
<div class="change">Patch from mainstream:<br/>
[PATCH] ext3: handle attempted double-delete of metadata.

This patch improves ext3's ability to deal with corruption on-disk. If we
try to delete a metadata block twice, we confuse ext3's internal revoke
error-checking, resulting in a BUG(). But this can occur in practice due
to a corrupt indirect block, so we should attempt to fail gracefully.

Downgrade the assert failure to a JH_EXPECT_BH failure, and return EIO when
it occurs.

This is easily reproduced with a sample ext3 fs image containing an inode
which references the same indirect block more than once. Deleting that
inode will BUG() an unfixed kernel with:
<pre>
Assertion failure in journal_revoke() at fs/jbd/revoke.c:379:
"!buffer_revoked(bh)"
</pre>
With the fix, ext3 recovers gracefully.

Signed-off-by: Stephen Tweedie &lt;sct@redhat.com&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: linux-2.6.9-ext3-handle-double-revoke.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1966.4.105
</div>

==== diff-ext3-handle-bitmapdel ====
<div class="change">Patch from mainstream:<br/>
[PATCH] ext3: handle attempted delete of bitmap blocks.

This patch improves ext3's ability to deal with corruption on-disk. If we
ever get a corrupt inode or indirect block, then an attempt to delete it
can end up trying to remove any block on the fs, including bitmap blocks.
This can cause ext3 to assert-fail as we end up trying to do an ext3_forget
on a buffer with b_committed_data set.

The fix is to downgrade this to an IO error and journal abort, so that we
take the filesystem readonly but don't bring down the whole kernel.

Make J_EXPECT_JH() return a value so it can be easily tested and yet still
retained as an assert failure if we build ext3 with full internal debugging
enabled. Make journal_forget() return an error code so that in this case
the error can be passed up to the caller.

This is easily reproduced with a sample ext3 fs image containing an inode
whose direct and indirect blocks refer to a block bitmap block. Allocating
new blocks and then deleting that inode will BUG() with:
<pre>
Assertion failure in journal_forget() at fs/jbd/transaction.c:1228:
"!jh-&gt;b_committed_data"
</pre>

With the fix, ext3 recovers gracefully.

Signed-off-by: Stephen Tweedie &lt;sct@redhat.com&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: linux-2.6.9-ext3-handle-bitmapdel.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1966.4.104
</div>

==== diff-ext3-cleanup-abort ====
<div class="change">Patch from mainstream:<br/>
[PATCH] ext3: cleanup handling of aborted transactions.

This patch improves ext3's error logging when we encounter an on-disk
corruption. Previously, a transaction (such as a truncate) which encountered
many corruptions (eg. a single highly-corrupt indirect block) would emit
copious "aborting transaction" errors to the log.

Even worse, encountering an aborted journal can count as such an error,
leading to a flood of spurious "aborting transaction: Journal has aborted"
errors.

With the fix, only emit that message on the first error. The patch also
restores a missing \n in that printk path.

Signed-off-by: Stephen Tweedie &lt;sct@redhat.com&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

RHEL4u2: linux-2.6.9-ext3-cleanup-abort.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.1966.4.103
</div>

==== diff-ms-hpet-legacy ====
<div class="change">Patch from mainstream:<br/>
[PATCH] i386: fix hpet for systems that don't support legacy replacement

Currently the i386 HPET code assumes the entire HPET implementation from
the spec is present. This breaks on boxes that do not implement the
optional legacy timer replacement functionality portion of the spec.

This patch, which is very similar to my x86-64 patch for the same issue,
fixes the problem allowing i386 systems that cannot use the HPET for the
timer interrupt and RTC to still use the HPET as a time source. I've
tested this patch on a system systems without HPET, with HPET but without
legacy timer replacement, as well as HPET with legacy timer replacement.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

GIT: 35492df5ae0f36f717448b2aea908d3a8891d1c4<br/>
RHEL4u2: linux-2.6.9-hpet-legacy.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/gnupatch@4274fcddtW7UX-2Y2niO96PqZ2QMRQ

Bug 58958.
</div>

==== diff-ve-vpid-init-20060213 ====
<div class="change">Patch from Kirill:

This patch fixes error path in do_env_create().
It doesn't set current vpid=1 until the final enter.

Bug 59123.
</div>

==== diff-ve-vpid-initkill-20060213 ====
<div class="change">Patch from Kirill:

This patch fixes unkillable vzctl, due to bug in error path
on VPS create. vzctl changed it's vpid to 1, but failed to enter to VPS.
So it was ignoring SIGKILL.

Error path in do_env_create() should be fixed separately.

Bug 59123.
</div>

==== diff-ms-hpet-legacy ====
<div class="change">Patch from mainstream:<br/>
[PATCH] i386: fix hpet for systems that don't support legacy replacement

Currently the i386 HPET code assumes the entire HPET implementation from
the spec is present. This breaks on boxes that do not implement the
optional legacy timer replacement functionality portion of the spec.

This patch, which is very similar to my x86-64 patch for the same issue,
fixes the problem allowing i386 systems that cannot use the HPET for the
timer interrupt and RTC to still use the HPET as a time source. I've
tested this patch on a system systems without HPET, with HPET but without
legacy timer replacement, as well as HPET with legacy timer replacement.

Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

GIT: 35492df5ae0f36f717448b2aea908d3a8891d1c4<br/>
http://linux.bkbits.net:8080/linux-2.6/gnupatch@4274fcddtW7UX-2Y2niO96PqZ2QMRQ

Bug 58958.
</div>

==== diff-ms-hpet-init-1 ====
<div class="change">Patch from mainstream:<br/>
[PATCH] x86: HPET setup, duplicate HPET_T0_CMP needed for some platforms

This patch fixes the issue with HPET on some platforms.

According to Vojtech Pavlik:<br/>
The first write after writing TN_SETVAL to the config register sets the
counter value, the second write sets the threshold.

When you only do the first write you never set the threshold and interrupts
won't be generated properly.

Thanks to John Stultz and Andrew Walrond for reporting, root causing the
issue and verifying this fix.

Signed-off-by: Venkatesh Pallipadi &lt;venkatesh.pallipadi@intel.com&gt;<br/>
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

http://linux.bkbits.net:8080/linux-2.6/gnupatch@42043b8dge8eGPB9P8ZuTTIRBDoMow

Bug 58958.
</div>

==== diff-ms-get_block_slow ====
<div class="change">Patch from mainstream:

This patch fixes infinite loop in __get_block_slow() and
messages "__find_get_block_slow() failed".

http://linux.bkbits.net:8080/linux-2.6/gnupatch@41db7c7cLicL7TRmkSBw1LK9Fxj69g

Bug 58971.
</div>

==== diff-ms-bio-bounce-2 ====
<div class="change">Patch from mainstream:<br/>
[PATCH] Fix bounced bio and dm panic

Make sure that a bio doesn't contain NULL pages in the front of its vec,
if a device bounces a bio that doesn't start from 0.

Problem noted by Mark Haverkamp.

Signed-off-by: Jens Axboe &lt;axboe@suse.de&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

http://linux.bkbits.net:8080/linux-2.6/cset@422362c3Suw0jOqPKV2stm-5OHxLdg
</div>

==== diff-ms-bio-bounce-1 ====
<div class="change">Patch from mainstream:<br/>
[PATCH] fix highmem bouncing leaking pages

In highmem end_io handling, we need to iterate over the completed bio
from 0, not bio-&gt;bi_idx. If not we leak N-1 pages for any bio with N
pages where N &gt; 1.

Signed-off-by: Jens Axboe &lt;axboe@suse.de&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;

http://linux.bkbits.net:8080/linux-2.6/cset@4140e2c4Wu33Am2_MSAmz11REW9KMg

Bug 58893.
</div>

==== diff-ext3-nofssymlink-20060210 ====
<div class="change">Patch from Andrey:

This patch fixes illegal __GFP_FS allocation inside ext3 transaction in
ext3_symlink. Such allocation may re-enter ext3 code from
try_to_free_pages. But JBD/ext3 code keeps a pointer to current
journal handle in task_struct and, hence, is not reentrable.
Patch not tested.

Bug 59062.
</div>

==== diff-ve-proc-modules-20060210 ====
<div class="change">Patch form Vasiliy Tarasov:<br/>
Add empty /proc/modules file inside VPS

Bug 59053.
</div>

==== diff-security-mempolicy ====
<div class="change">Patch from mainstream:<br/>
[PATCH] Make sure interleave masks have at least one node set (minor)

Otherwise a bad mem policy system call can confuse the interleaving
code into referencing undefined nodes.

Originally reported by Doug Chapman

I was told it's {{CVE|2005-3358}}
(one has to love these security people - they make everything sound
important)

Signed-off-by: Andi Kleen &lt;ak@suse.de&gt;<br/>
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;<br/>
GIT: 8f493d797bc1fe470377adc9d8775845427e240e

RHEL4u2: linux-2.6.9-CVE-2005-3358-mempolicy.patch<br/>
http://linux.bkbits.net:8080/linux-2.6/cset@1.4081.36.24
</div>

==== diff-ve-virt-osrelease-20060220 ====
<div class="change">Patch from Alexander, modified by Denis:

This patch virtualizes kernel version in
`uname -a` and VPS /proc/version.
it is inherited on VPS start from /proc/sys/kernel/virt_osrelease

Bug 59227.
</div>

</noinclude>

Navigation menu