From ef3c2188e1ecad5c69bd5692bf867a2287976345 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 11 Feb 2010 20:40:05 -0800 Subject: [PATCH] .27 fix --- queue-2.6.27/fix-potential-crash-with-sys_move_pages.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-2.6.27/fix-potential-crash-with-sys_move_pages.patch b/queue-2.6.27/fix-potential-crash-with-sys_move_pages.patch index d50a9ea58f5..a11a2b57f9b 100644 --- a/queue-2.6.27/fix-potential-crash-with-sys_move_pages.patch +++ b/queue-2.6.27/fix-potential-crash-with-sys_move_pages.patch @@ -29,7 +29,7 @@ Signed-off-by: Greg Kroah-Hartman err = -ENODEV; + if (node < 0 || node >= MAX_NUMNODES) -+ goto out_pm; ++ goto out; + if (!node_state(node, N_HIGH_MEMORY)) goto out; -- 2.47.3