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:
63af526
)
powerpc: Add VM_FAULT_HWPOISON handling to powerpc page fault handler
author
Anton Blanchard
<anton@samba.org>
Wed, 24 Sep 2014 06:59:57 +0000
(16:59 +1000)
committer
Michael Ellerman
<mpe@ellerman.id.au>
Thu, 2 Oct 2014 07:15:13 +0000
(17:15 +1000)
do_page_fault was missing knowledge of HWPOISON, and we would oops
if userspace tried to access a poisoned page:
kernel BUG at arch/powerpc/mm/fault.c:180!
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
No differences found