Skip to content

Commit 08bf1a2

Browse files
committed
Merge tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fix from Michael Ellerman: "One fix for a recent change which broke nested KVM guests on Power9. Thanks to Alexey Kardashevskiy" * tag 'powerpc-5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: KVM: PPC: Fix nested guest RC bits update
2 parents cfd230b + e881bfa commit 08bf1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/powerpc/kvm/book3s_hv_nested.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,7 +1233,7 @@ static long kvmhv_handle_nested_set_rc(struct kvm_vcpu *vcpu,
12331233

12341234
/* Set the rc bit in the pte of the shadow_pgtable for the nest guest */
12351235
ret = kvmppc_hv_handle_set_rc(kvm, true, writing,
1236-
n_gpa, gp->shadow_lpid);
1236+
n_gpa, gp->l1_lpid);
12371237
if (!ret)
12381238
ret = -EINVAL;
12391239
else

0 commit comments

Comments
 (0)