commit | 3b9ba4d5e23fcab24dd4d2e46dce11f5863869b4 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@suse.de> | Mon May 16 21:53:31 2005 -0700 |
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | Tue May 17 07:59:15 2005 -0700 |
tree | 341d4d700cc86b7cfb5343a5ca2a9aed4807e01e | |
parent | f6b8d4778c04148729cc0b0dcd335a4411c44276 [diff] |
[PATCH] x86_64: When checking vmalloc mappings don't use pte_page The PTEs can point to ioremap mappings too, and these are often outside mem_map. The NUMA hash page lookup functions cannot handle out of bounds accesses properly. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>