From: Hugh Dickins Date: Tue, 13 Oct 2009 14:02:11 +0000 (+0100) Subject: HWPOISON: fix oops on ksm pages X-Git-Tag: v2.6.32-rc6~48^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01e00f880ca700376e1845cf7a2524ebe68e47d6;p=pandora-kernel.git HWPOISON: fix oops on ksm pages Memory failure on a KSM page currently oopses on its NULL anon_vma in page_lock_anon_vma(): that may not be much worse than the consequence of ignoring it, but it is better to be consistent with how ZERO_PAGE and hugetlb pages and other awkward cases are treated. Just skip it. Signed-off-by: Hugh Dickins Signed-off-by: Andi Kleen --- Reading git-diff-tree failed