WSL2-Linux-Kernel/arch/mips/kvm
Davidlohr Bueso 4c0b4bc60f kvm,mips: Fix potential swait_active() races
For example, the following could occur, making us miss a wakeup:

CPU0					CPU1
kvm_vcpu_block				kvm_mips_comparecount_func
					  [L] swait_active(&vcpu->wq)
  [S] prepare_to_swait(&vcpu->wq)
  [L] if (!kvm_vcpu_has_pending_timer(vcpu))
         schedule()                       [S] queue_timer_int(vcpu)

Ensure that the swait_active() check is not hoisted over the interrupt.

Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2017-09-15 16:57:13 +02:00
..
00README.txt
Kconfig
Makefile
callback.c
commpage.c
commpage.h
dyntrans.c
emulate.c
entry.c
fpu.S
hypcall.c
interrupt.c
interrupt.h
mips.c kvm,mips: Fix potential swait_active() races 2017-09-15 16:57:13 +02:00
mmu.c
msa.S
stats.c
tlb.c
trace.h
trap_emul.c
vz.c