Re: [PATCH 00/12] KVM: nVMX: Fix vmcs02 PID use-after-free issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Thu, May 20, 2021, Jim Mattson wrote:
> Initially, I added a new kvm request for a userspace exit on the next guest
> entry, but Sean hated that approach.

Hey!  You could at least say _why_ I hated it. :-D

My argument is that the only way to guarantee that vcpu->run->exit_reason isn't
crushed between making the request and servicing the request is by guaranteeing
that KVM makes it back to the run loop immediately after making the request.
Since the only way to accomplish that is by forcing a return up the stack, at
that point we can simply return the "request" directly.



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux