KVM: MCE: Send SRAR SIGBUS directly
authorHuang Ying <ying.huang@intel.com>
Fri, 8 Oct 2010 08:24:15 +0000 (16:24 +0800)
committerAvi Kivity <avi@redhat.com>
Sun, 24 Oct 2010 08:53:15 +0000 (10:53 +0200)
commit77db5cbd29b7cb0e0fb4fd146e7f7ac2831a025a
tree1ea1aa2e677ed92f4ce2ec62920a6d7239b005aa
parent5854dbca9b235f8cdd414a0961018763d2d5bf77
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 <dnelson@redhat.com>
Signed-off-by: Huang Ying <ying.huang@intel.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
arch/x86/kvm/mmu.c