]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb5259c5df6ff45b9ab4be73ac2b6140ef4978226
tree1ea1aa2e677ed92f4ce2ec62920a6d7239b005aa
parentbd903cec8654edc75a2d9e58bd4013515f0837bf
KVM: MCE: Send SRAR SIGBUS directly

Originally, SRAR SIGBUS is sent to QEMU-KVM via touching the poisoned
page. But commit aae83b0e8f65a97c7df251c14066cbb2072fc73b 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