Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752998AbZK3VAG (ORCPT ); Mon, 30 Nov 2009 16:00:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752761AbZK3VAF (ORCPT ); Mon, 30 Nov 2009 16:00:05 -0500 Received: from smtp103.sbc.mail.gq1.yahoo.com ([67.195.15.62]:48605 "HELO smtp103.sbc.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752709AbZK3VAE (ORCPT ); Mon, 30 Nov 2009 16:00:04 -0500 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=pacbell.net; h=Received:X-Yahoo-SMTP:X-YMail-OSG:X-Yahoo-Newman-Property:From:To:Subject:Date:User-Agent:Cc:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=tXsD+3Yo59Gu21FGTE+7GJIYgLaJh+rZDEkbUFklsLlpKCTkIV0JG2ee5D4GgthQouAug51wgAd2Vw7QttkPtQZOpT2nt0rHl54pfEq8YmJ84gCXTKNY8FfC+ZaLR4mbbuVG1KyeoaVk5rJY0oZBfTaW9tMccAr1QhsV90nCois= ; X-Yahoo-SMTP: 2V1ThQ.swBDh24fWwg9PZFuY7TTwFsTuVtXZ.8DKSgQ- X-YMail-OSG: 9bRd1xkVM1kWGU_gUDSJpq7Ih7eBwsvYgLnSQkqTuEUZ3eTtiKbuJutikhyTB0nIph3KojGTwxnWKYy.UB2FA5jUJyyqysWiNqhoLJD4e4mtslUG.lyhnR0PwPyn9BUxJJIRaLX62nbx9IY.whaFNij3dX4ydNG1SYjTn3cniBhjQtKLc43GF3ylXLejdVv_taro3dv444KQK8YPdVzgORTAsKcctsm1UC89DPThLp0pKBW5n4JJM1ONbCpWhJ2w X-Yahoo-Newman-Property: ymail-3 From: David Brownell To: Alan Cox Subject: Re: Get rid of IRQF_DISABLED - (was [PATCH] genirq: warn about IRQF_SHARED|IRQF_DISABLED) Date: Mon, 30 Nov 2009 12:38:35 -0800 User-Agent: KMail/1.9.10 Cc: Thomas Gleixner , Peter Zijlstra , "Uwe =?iso-8859-1?q?Kleine-K=F6nig?=" , LKML , Linus Torvalds , David Brownell , Andrew Morton , Ingo Molnar , Nicolas Pitre , Eric Miao , John Stultz , Rusty Russell , Remy Bohmer , Hugh Dickins , Andrea Gallo , Jamie Lokier , linux-arm-kernel@lists.infradead.org, Benjamin Herrenschmidt References: <1259356206-14843-1-git-send-email-u.kleine-koenig@pengutronix.de> <20091130144702.14bea0ee@lxorguk.ukuu.org.uk> In-Reply-To: <20091130144702.14bea0ee@lxorguk.ukuu.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200911301238.35750.david-b@pacbell.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 820 Lines: 21 On Monday 30 November 2009, Alan Cox wrote: > SHARED|DISABLED ought to WARN_ON() and if that doesn't motivate people > then return -EINVAL. And with any luck that'll prove 6 months later that > most of the offenders are not used and we can delete them wholesale. So ... merge an updated version of the original patch, to get full WARN coverage? We've had that warning for a long time now. The original patch just covered non-request_irq() cases. So by your timetable we're ready for the "return -EINVAL" stage of the migration... at least, for request_irq() callers. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/