KVM: PPC: Book3E: KVM HV host module doesn't work anymore
From: Christian Zigotzky <hidden>
Date: 2024-12-28 15:04:26
Also in:
regressions
From: Christian Zigotzky <hidden>
Date: 2024-12-28 15:04:26
Also in:
regressions
Hi All, I found out which area is responsible for the KVM HV issue while reducing the revert patch. If I replace the following line in the file 'a/arch/powerpc/kvm/e500_mmu_host.c' then KVM HV works again. - pfn = __kvm_faultin_pfn(slot, gfn, FOLL_WRITE, NULL, &page); + pfn = gfn_to_pfn_memslot(slot, gfn); On 28/12/24 15:55, Paolo Bonzini wrote: > The fix is already found, I will send it out shortly but everybody is on > vacation now Thanks a lot! Could you please post the patch on this list? I would like to patch the RC5 of kernel 6.13 next week. Thanks, Christian -- Sent with BrassMonkey 33.4.0 (https://github.com/wicknix/brass-monkey/releases/tag/33.4.0)