From: Andi Kleen Date: Tue, 17 May 2005 04:53:31 +0000 (-0700) Subject: [PATCH] x86_64: When checking vmalloc mappings don't use pte_page X-Git-Tag: v2.6.12-rc5~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b9ba4d5e23fcab24dd4d2e46dce11f5863869b4;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed