diff options
author | Hugh Dickins <hugh@veritas.com> | 2005-06-22 02:15:06 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-22 03:46:19 +0200 |
commit | 941150a326be88af245034ef4b3e9fa00229aa2d (patch) | |
tree | 03a058776dccd007150a3f57b1f36bf63b8f6a5d /mm/highmem.c | |
parent | [PATCH] ia64: pfn_to_nid() implementation (diff) | |
download | linux-941150a326be88af245034ef4b3e9fa00229aa2d.tar.xz linux-941150a326be88af245034ef4b3e9fa00229aa2d.zip |
[PATCH] mbind: fix verify_pages pte_page
Strict mbind's check that pages already mapped are on right node has been
using pte_page without checking if pfn_valid, and without page_table_lock
to prevent spurious failures when try_to_unmap_one intervenes between the
pte_present and the pte_page.
Signed-off-by: Hugh Dickins <hugh@veritas.com>
Cc: Andi Kleen <ak@muc.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'mm/highmem.c')
0 files changed, 0 insertions, 0 deletions