diff options
author | Hugh Dickins <hugh.dickins@tiscali.co.uk> | 2009-10-26 16:49:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-29 07:39:24 -0700 |
commit | 92f7ba70eecf4da8264a767b181cc2090f62d4ad (patch) | |
tree | c8e0fe4239efcf114a01896e3836b30cddf0ba1b /COPYING | |
parent | 2eca40a8ccd4160dbfaa5cbd61038d921d0e5f13 (diff) | |
download | linux-3.10-92f7ba70eecf4da8264a767b181cc2090f62d4ad.tar.gz linux-3.10-92f7ba70eecf4da8264a767b181cc2090f62d4ad.tar.bz2 linux-3.10-92f7ba70eecf4da8264a767b181cc2090f62d4ad.zip |
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.
We could fix it for 2.6.32 at the KSM end, by putting a dummy anon_vma
pointer in there; but that would get harder next time, when KSM will put a
pointer to something else there (and I'm not currently planning to do any
work to open that up to memory_failure). So I would prefer this simple
PageKsm test, until the other exceptions are handled.
Signed-off-by: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: Andi Kleen <andi@firstfloor.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions