git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d9c3a5
)
Fix potential crash with sys_move_pages
author
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 6 Feb 2010 00:16:50 +0000
(16:16 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 6 Feb 2010 21:00:37 +0000
(13:00 -0800)
We incorrectly depended on the 'node_state/node_isset()' functions
testing the node range, rather than checking it explicitly. That's not
reliable, even if it might often happen to work. So do the proper
explicit test.
Reported-by: Marcus Meissner <meissner@suse.de>
Acked-and-tested-by: Brice Goglin <Brice.Goglin@inria.fr>
Acked-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: stable@kernel.org
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/migrate.c
patch
|
blob
|
history
diff --cc
mm/migrate.c
Simple merge