diff options
author | Alexander Graf <agraf@suse.de> | 2011-12-19 13:36:55 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-03-05 13:52:30 +0100 |
commit | e371f713db6523d99d8ffae8f9da564055e6de17 (patch) | |
tree | 87cf4fa16c010640611033c27a8353848bd8cd33 /arch/powerpc/kvm/Makefile | |
parent | KVM: PPC: align vcpu_kick with x86 (diff) | |
download | linux-e371f713db6523d99d8ffae8f9da564055e6de17.tar.xz linux-e371f713db6523d99d8ffae8f9da564055e6de17.zip |
KVM: PPC: Book3S: PR: Fix signal check race
As Scott put it:
> If we get a signal after the check, we want to be sure that we don't
> receive the reschedule IPI until after we're in the guest, so that it
> will cause another signal check.
we need to have interrupts disabled from the point we do signal_check()
all the way until we actually enter the guest.
This patch fixes potential signal loss races.
Reported-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/kvm/Makefile')
0 files changed, 0 insertions, 0 deletions