From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] kvm: drop parameter validation Date: Fri, 20 Jul 2012 16:16:10 -0300 Message-ID: <20120720191610.GB24024@amt.cnet> References: <20120719111313.GA4361@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, gleb@redhat.com To: "Michael S. Tsirkin" Return-path: Content-Disposition: inline In-Reply-To: <20120719111313.GA4361@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: kvm.vger.kernel.org On Thu, Jul 19, 2012 at 02:13:13PM +0300, Michael S. Tsirkin wrote: > We validate irq pin number when routing is setup, so > code handling illegal irq # in pic and ioapic on each injection > is never called. > Drop it. > > Signed-off-by: Michael S. Tsirkin > --- > > Note: this is on top of > [PATCHv2] kvm: fix race with level interrupts > as these patches touch the same code. "kvm: fix race with level interrupts" has been applied to next (branch which contains next merge window group), which is in freeze mode (only critical fixes are accepted). This patch does not fall into that category, please resend once Linus pulls the dependency.