]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86: prevent dereferencing non-allocated per_cpu variables
authorMike Travis <travis@sgi.com>
Wed, 30 Jan 2008 12:30:55 +0000 (13:30 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:30:55 +0000 (13:30 +0100)
commit7bf0c23ed24b0d95a2a717f86dce1f210e16f8a5
tree64f1d21cfcc7746d430c4ad70c864e176536ac8d
parent0fa376e027f0bd71368e1485f863f0dff8f7c897
x86: prevent dereferencing non-allocated per_cpu variables

'for_each_possible_cpu(i)' when there's a _remote possibility_ of
dereferencing a non-allocated per_cpu variable involved.

All files except mm/vmstat.c are x86 arch.

Thanks to pageexec@freemail.hu for pointing this out.

Signed-off-by: Mike Travis <travis@sgi.com>
Cc: Christoph Lameter <clameter@sgi.com>
Cc: <pageexec@freemail.hu>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/smp_32.c
arch/x86/kernel/smpboot_32.c
arch/x86/xen/smp.c