From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756730Ab2FOLrc (ORCPT ); Fri, 15 Jun 2012 07:47:32 -0400 Received: from cassiel.sirena.org.uk ([80.68.93.111]:60776 "EHLO cassiel.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754923Ab2FOLrb (ORCPT ); Fri, 15 Jun 2012 07:47:31 -0400 Date: Fri, 15 Jun 2012 12:47:25 +0100 From: Mark Brown To: Guennadi Liakhovetski Cc: Linus Torvalds , Thomas Gleixner , Ingo Molnar , linux-kernel@vger.kernel.org, Peter Zijlstra , Andrew Morton Subject: Re: [GIT PULL] irq/core changes for v3.5 Message-ID: <20120615114725.GC24246@sirena.org.uk> References: <20120522032554.GA11358@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Cookie: Flame on! User-Agent: Mutt/1.5.20 (2009-06-14) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: broonie@sirena.org.uk X-SA-Exim-Scanned: No (on cassiel.sirena.org.uk); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 13, 2012 at 09:03:27AM +0200, Guennadi Liakhovetski wrote: > To make this simpler I'm attaching below a list of (I think) all > occurrences of the invalid request_threaded_irq() uses. Scanning through the list most of these are for internal IRQs from MFDs where it'd be a bug if the primary IRQ ever existed in the first place as we're already in threaded context, though obviously there's no problem with them marking themselves as _ONESHOT.