Re: [PATCH] KVM: PPC: Book3S HV: Fix vcore_blocked tracepoint

2022-05-24 Thread Michael Ellerman
On Mon, 28 Mar 2022 18:58:31 -0300, Fabiano Rosas wrote: > We removed most of the vcore logic from the P9 path but there's still > a tracepoint that tried to dereference vc->runner. > > Applied to powerpc/topic/ppc-kvm. [1/1] KVM: PPC: Book3S HV: Fix vcore_blocked tracepoint

Re: [PATCH] KVM: PPC: Book3S HV: Fix vcore_blocked tracepoint

2022-03-29 Thread Nicholas Piggin
Excerpts from Fabiano Rosas's message of March 29, 2022 7:58 am: > We removed most of the vcore logic from the P9 path but there's still > a tracepoint that tried to dereference vc->runner. Thanks for the fix. Reviewed-by: Nicholas Piggin > > Fixes: ecb6a7207f92 ("KVM: PPC: Book3S HV P9:

[PATCH] KVM: PPC: Book3S HV: Fix vcore_blocked tracepoint

2022-03-28 Thread Fabiano Rosas
We removed most of the vcore logic from the P9 path but there's still a tracepoint that tried to dereference vc->runner. Fixes: ecb6a7207f92 ("KVM: PPC: Book3S HV P9: Remove most of the vcore logic") Signed-off-by: Fabiano Rosas --- arch/powerpc/kvm/book3s_hv.c | 8