From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH] KVM: nVMX: Fix IRQs inject to L2 which belong to L1 since race Date: Mon, 07 Jul 2014 19:34:59 +0200 Message-ID: <53BADA43.8030302@redhat.com> References: <1404284054-51863-1-git-send-email-wanpeng.li@linux.intel.com> <53B3CA6A.4050902@siemens.com> <20140704061701.GB3453@kernel> <20140707084605.GA2904@kernel> <53BA9A91.7090202@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Wanpeng Li , Jan Kiszka , Gleb Natapov , Hu Robert , kvm@vger.kernel.org, linux-kernel@vger.kernel.org To: Bandan Das Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org Il 07/07/2014 19:31, Bandan Das ha scritto: >> > >> > Which patch? Yours or Bandan's? > Why don't we hold off on Wanpeng's patch and instead apply the one I proposed > to call check_nested_events() when checking for interrupt in inject_pending_event() ? Exactly, yours seemed better to apply as a quick regression fix. Can you post it as a toplevel patch, so that the commit message explains what's happening? Perhaps add a comment in the code as well. Paolo > I think that will take care of https://bugzilla.kernel.org/show_bug.cgi?id=72381 > too. Once, we figure out what's causing hangs under certain conditions with his > patch, we can apply that and revert this change. > >