All of lore.kernel.org
 help / color / mirror / Atom feed
* [next-20211210] Build break powerpc/kvm: unknown member wait
@ 2021-12-11 10:50 ` Sachin Sant
  0 siblings, 0 replies; 4+ messages in thread
From: Sachin Sant @ 2021-12-11 10:50 UTC (permalink / raw)
  To: kvm, linuxppc-dev; +Cc: linux-next, seanjc

next-20211210 ( commit ea922272cbe547) powerpc build fails due to following error:

arch/powerpc/kvm/book3s_hv.c: In function 'kvmhv_run_single_vcpu':
arch/powerpc/kvm/book3s_hv.c:4591:27: error: 'struct kvm_vcpu' has no member named 'wait'
   prepare_to_rcuwait(&vcpu->wait);
                           ^~
arch/powerpc/kvm/book3s_hv.c:4608:23: error: 'struct kvm_vcpu' has no member named 'wait'
   finish_rcuwait(&vcpu->wait);
                       ^~ 

commit 510958e997217: KVM: Force PPC to define its own rcuwait object 
introduced the error. 

Thanks
-Sachin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-12-13 17:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-11 10:50 [next-20211210] Build break powerpc/kvm: unknown member wait Sachin Sant
2021-12-11 10:50 ` Sachin Sant
2021-12-13 17:30 ` Sean Christopherson
2021-12-13 17:30   ` Sean Christopherson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.