diff options
author | Alexander Graf <agraf@suse.de> | 2011-12-19 13:36:55 +0100 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2012-03-05 14:52:30 +0200 |
commit | e371f713db6523d99d8ffae8f9da564055e6de17 (patch) | |
tree | 87cf4fa16c010640611033c27a8353848bd8cd33 /Kconfig | |
parent | ae21216bece0a623d09980c120b9c98790a860b9 (diff) | |
download | blackbird-op-linux-e371f713db6523d99d8ffae8f9da564055e6de17.tar.gz blackbird-op-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 'Kconfig')
0 files changed, 0 insertions, 0 deletions