Re: [PATCH 3/4] kvm: Replace vcpu->swait with rcuwait

From: Davidlohr Bueso
Date: Tue Mar 24 2020 - 13:57:25 EST


On Wed, 25 Mar 2020, kbuild test robot wrote:

arch/x86/kvm/../../../virt/kvm/kvm_main.c: In function 'kvm_vcpu_block':
arch/x86/kvm/../../../virt/kvm/kvm_main.c:2698:16: error: macro "rcuwait_wait_event" passed 3 arguments, but takes just 2
TASK_IDLE);

This is because this series relies on the rcuwait change:

https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=locking/core&id=80fbaf1c3f2926c834f8ca915441dfe27ce5487e

Thanks,
Davidlohr