From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755236Ab3JCUI3 (ORCPT ); Thu, 3 Oct 2013 16:08:29 -0400 Received: from 8bytes.org ([85.214.48.195]:59378 "EHLO mail.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754545Ab3JCUI1 (ORCPT ); Thu, 3 Oct 2013 16:08:27 -0400 Date: Thu, 3 Oct 2013 22:08:24 +0200 From: Joerg Roedel To: Neil Horman Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Bjorn Helgaas , Andy Lutomirski , Konrad Rzeszutek Wilk , Sebastian Andrzej Siewior Subject: Re: [PATCH] iommu: Remove stack trace from broken irq remapping warning Message-ID: <20131003200824.GA17455@8bytes.org> References: <1380300815-1864-1-git-send-email-nhorman@tuxdriver.com> <20131003172142.GA20660@hmsreliant.think-freely.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131003172142.GA20660@hmsreliant.think-freely.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Thu Oct 3 22:08:25 2013 X-DSPAM-Confidence: 0.9990 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 524dceb920861825214041 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 03, 2013 at 01:21:42PM -0400, Neil Horman wrote: > On Fri, Sep 27, 2013 at 12:53:35PM -0400, Neil Horman wrote: > > The warning for the irq remapping broken check in intel_irq_remapping.c is > > pretty pointless. We need the warning, but we know where its comming from, the > > stack trace will always be the same, and it needlessly triggers things like > > Abrt. This changes the warning to just print a text warning about BIOS being > > broken, without the stack trace, then sets the appropriate taint bit. Since we > > automatically disable irq remapping, theres no need to contiue making Abrt jump > > at this problem > > > > Signed-off-by: Neil Horman > > CC: Joerg Roedel > > CC: Bjorn Helgaas > > CC: Andy Lutomirski > > CC: Konrad Rzeszutek Wilk > > CC: Sebastian Andrzej Siewior > > Ping Bjorn, Jeorg, any thoughts here? Yes, the patch is doing the right thing. I have it already on my list and will merge it soon. Joerg