Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+1 -1
+1 -1
arch/powerpc/kvm/book3s_hv_nested.c
··· 1233 1233 1234 1234 /* Set the rc bit in the pte of the shadow_pgtable for the nest guest */ 1235 1235 ret = kvmppc_hv_handle_set_rc(kvm, true, writing, 1236 - n_gpa, gp->shadow_lpid); 1236 + n_gpa, gp->l1_lpid); 1237 1237 if (!ret) 1238 1238 ret = -EINVAL; 1239 1239 else