From: Andi Kleen Date: Wed, 16 Sep 2009 09:50:09 +0000 (+0200) Subject: HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2 X-Git-Tag: v2.6.32-rc1~62^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6e04aa92965565968573a220a35b4e907385697;p=pandora-kernel.git HWPOISON: x86: Add VM_FAULT_HWPOISON handling to x86 page fault handler v2 Add VM_FAULT_HWPOISON handling to the x86 page fault handler. This is very similar to VM_FAULT_OOM, the only difference is that a different si_code is passed to user space and the new addr_lsb field is initialized. v2: Make the printk more verbose/unique Cc: x86@kernel.org Signed-off-by: Andi Kleen --- Reading git-diff-tree failed