diff options
author | Aaron Durbin | 2007-05-17 07:11:06 +0200 |
---|---|---|
committer | Linus Torvalds | 2007-05-17 14:23:04 +0200 |
commit | f363d16fbb9374c0bd7f2757d412c287169094c9 (patch) | |
tree | fc706493c5cca046934de190056756f7ce02422f /init | |
parent | Slab allocators: define common size limitations (diff) | |
download | kernel-qcow2-linux-f363d16fbb9374c0bd7f2757d412c287169094c9.tar.gz kernel-qcow2-linux-f363d16fbb9374c0bd7f2757d412c287169094c9.tar.xz kernel-qcow2-linux-f363d16fbb9374c0bd7f2757d412c287169094c9.zip |
acpi: fix potential call to a freed memory section.
Strip __cpuinit[data] from Node <-> PXM routines and supporting data
structures. Also make pxm_to_node_map and node_to_pxm_map local to the
numa acpi module.
This fixes a bug triggered by the following conditions:
- boot on a machine with a SLIT table defined
- kernel is configured w/ CONFIG_HOTPLUG_CPU=n
- cat /sys/devices/system/node/node*/distance
This will cause an oops by calling into a freed memory section.
In particular, on x86_64, __node_distance calls node_to_pxm().
Signed-off-by: Aaron Durbin <adurbin@google.com>
Cc: Len Brown <lenb@kernel.org>
Cc: <stable@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions