From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753980Ab2DRTZc (ORCPT ); Wed, 18 Apr 2012 15:25:32 -0400 Received: from www.linutronix.de ([62.245.132.108]:35518 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751532Ab2DRTZb (ORCPT ); Wed, 18 Apr 2012 15:25:31 -0400 Date: Wed, 18 Apr 2012 21:25:26 +0200 (CEST) From: Thomas Gleixner To: Linus Torvalds cc: Paul Bolle , Andi Kleen , Matthew Garrett , =?ISO-8859-15?Q?J=F6rg_Otte?= , LKML , Len Brown , "Rafael J. Wysocki" Subject: Re: [v3.4-rc1] ACPI regression bisected In-Reply-To: Message-ID: References: <20120402235412.GD16303@tassilo.jf.intel.com> <20120412142904.GA4130@srcf.ucam.org> <4F872C7B.6000106@linux.intel.com> <1334741105.1924.5.camel@x61.thuisdomein> User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 18 Apr 2012, Linus Torvalds wrote: > On Wed, Apr 18, 2012 at 3:29 AM, Thomas Gleixner wrote: > > > > Linus, can you please apply directly? > > Applied. Can we perhaps also make request_threaded_irq() noisily > reject things that are not marked IRQF_ONESHOT and have a NULL > low-level handler? Yes, it's on my (ever growing) todo list. > That still allows people to do IRQF_SHARED | IRQF_ONESHOT, and that > won't be rejected until somebody else actually tries to share it. Then > it breaks that somebody else ;( > > Sadly, that would tend to break fairly silently. > > I wonder if we should make the mismatch error printout be > unconditional (and make just the "dump_stack()" part be conditional on > CONFIG_DEBUG_SHIRQ)? That's my plan. Thanks, tglx