From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wanpeng Li Subject: Re: [PATCH 1/3] KVM: nVMX: Fix virtual interrupt delivery injection Date: Thu, 17 Jul 2014 19:08:26 +0800 Message-ID: <20140717110826.GA9872@kernel> References: <1405573011-41330-1-git-send-email-wanpeng.li@linux.intel.com> <53C78F67.1060802@redhat.com> <20140717091148.GA7744@kernel> <53C7A8EE.4040605@redhat.com> Reply-To: Wanpeng Li Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Zhang, Yang Z" , Jan Kiszka , Marcelo Tosatti , Gleb Natapov , Bandan Das , "Hu, Robert" , "kvm@vger.kernel.org" , "linux-kernel@vger.kernel.org" To: Paolo Bonzini Return-path: Content-Disposition: inline In-Reply-To: <53C7A8EE.4040605@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, Jul 17, 2014 at 12:43:58PM +0200, Paolo Bonzini wrote: >Il 17/07/2014 11:11, Wanpeng Li ha scritto: >>>>>> What hypervisor did you test with? nested_exit_on_intr(vcpu) will >>>> >>>>Jailhouse will clear External-interrupt exiting bit. Am I right? Jan. >>>> >>>>>> return true for both Xen and KVM (nested_exit_on_intr is not the same >>>>>> thing as ACK_INTR_ON_EXIT). >>>> >>>>I guess he want to say External-interrupt exiting bit not ACK_INTR_ON_EXIT. >>>> >>Ah yes, a typo here. > >Ok, please repost this patch together with your version of patch 2. Just send out the version two of 1/3 and 2/3. > >Leave aside patch 3 for now, as I think the original use-after-free >patch was wrong. Any proposal is appreciated. ;-) Regards, Wanpeng Li > >Paolo