From: Huang Ying Date: Fri, 8 Oct 2010 08:24:15 +0000 (+0800) Subject: KVM: MCE: Send SRAR SIGBUS directly X-Git-Tag: v2.6.37-rc1~142^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77db5cbd29b7cb0e0fb4fd146e7f7ac2831a025a;p=pandora-kernel.git KVM: MCE: Send SRAR SIGBUS directly Originally, SRAR SIGBUS is sent to QEMU-KVM via touching the poisoned page. But commit 96054569190bdec375fe824e48ca1f4e3b53dd36 prevents the signal from being sent. So now the signal is sent via force_sig_info_fault directly. [marcelo: use send_sig_info instead] Reported-by: Dean Nelson Signed-off-by: Huang Ying Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed