Merge tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc fixes from Michael Ellerman: - Fix guest to host memory corruption in H_RTAS due to missing nargs check. - Fix guest triggerable host crashes due to bad handling of nested guest TM state. - Fix possible crashes due to incorrect reference counting in kvm_arch_vcpu_ioctl(). - Two commits fixing some regressions in KVM transactional memory handling introduced by the recent rework of the KVM code. Thanks to Nicholas Piggin, Alexey Kardashevskiy, and Michael Neuling. * tag 'powerpc-5.14-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: KVM: PPC: Book3S HV Nested: Sanitise H_ENTER_NESTED TM state KVM: PPC: Book3S: Fix H_RTAS rets buffer overflow KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leak KVM: PPC: Book3S: Fix CONFIG_TRANSACTIONAL_MEM=n crash KVM: PPC: Book3S HV P9: Fix guest TM support
No related branches found
No related tags found
Showing
- arch/powerpc/kvm/book3s_hv.c 2 additions, 0 deletionsarch/powerpc/kvm/book3s_hv.c
- arch/powerpc/kvm/book3s_hv_nested.c 20 additions, 0 deletionsarch/powerpc/kvm/book3s_hv_nested.c
- arch/powerpc/kvm/book3s_hv_p9_entry.c 22 additions, 3 deletionsarch/powerpc/kvm/book3s_hv_p9_entry.c
- arch/powerpc/kvm/book3s_rtas.c 22 additions, 3 deletionsarch/powerpc/kvm/book3s_rtas.c
- arch/powerpc/kvm/powerpc.c 2 additions, 2 deletionsarch/powerpc/kvm/powerpc.c
Loading
Please register or sign in to comment