From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 422D01A127D for ; Tue, 22 Dec 2015 11:22:04 +1100 (AEDT) Date: Mon, 21 Dec 2015 19:21:56 -0500 From: Paul Gortmaker To: Michael Ellerman CC: linuxppc-dev , Paul Mackerras Subject: Re: [PATCH] powerpc: warn on spurious irq events (but ratelimited) Message-ID: <20151222002156.GB12458@windriver.com> References: <1449538707-7867-1-git-send-email-paul.gortmaker@windriver.com> <1450743048.27983.1.camel@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: <1450743048.27983.1.camel@ellerman.id.au> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , [Re: [PATCH] powerpc: warn on spurious irq events (but ratelimited)] On 22/12/2015 (Tue 11:10) Michael Ellerman wrote: > On Mon, 2015-12-21 at 18:18 -0500, Paul Gortmaker wrote: > > On Mon, Dec 7, 2015 at 8:38 PM, Paul Gortmaker > > wrote: > > > It might be worth warning on spurious IRQ events; they might > > > point someone at a bogus DTS value or similar. > > > [...] > > > > If we did decide we cared about this patch, then no need for "irq" above, as > > we already know it is equal to NO_IRQ. > > I'm not convinced it's worth printing, we already have a counter in proc. > > I think it's more likely to just lead to console spam. > > But maybe I'm wrong and you can convince me otherwise :) I'm not sure I can even convince myself, let alone others. :) Feel free to bin it. Paul. -- > > cheers >