Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759426AbYCUQbg (ORCPT ); Fri, 21 Mar 2008 12:31:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753579AbYCUQb2 (ORCPT ); Fri, 21 Mar 2008 12:31:28 -0400 Received: from einhorn.in-berlin.de ([192.109.42.8]:33524 "EHLO einhorn.in-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751325AbYCUQb0 (ORCPT ); Fri, 21 Mar 2008 12:31:26 -0400 X-Envelope-From: stefanr@s5r6.in-berlin.de Message-ID: <47E3E2CF.5070408@s5r6.in-berlin.de> Date: Fri, 21 Mar 2008 17:31:11 +0100 From: Stefan Richter User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.12) Gecko/20080219 SeaMonkey/1.1.8 MIME-Version: 1.0 To: Martin Michlmayr CC: linux1394-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: nobody cared about IRQ 19 (firewire, on a HP 2510p notebook) References: <20080321153952.GA26354@deprecation.cyrius.com> In-Reply-To: <20080321153952.GA26354@deprecation.cyrius.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2250 Lines: 58 Martin Michlmayr wrote: > I just got the following in dmesg a few minutes after booting my > notebook which was idle at the time this occurred. This was with > 2.6.25-rc6 but I've seen the same with 2.6.22 (see the attached > dmesg from 2.6.22). > > irq 19: nobody cared (try booting with the "irqpoll" option) > Pid: 0, comm: swapper Not tainted 2.6.25-rc6-amd64 #1 > > Call Trace: > [] __report_bad_irq+0x38/0x7c > [] note_interrupt+0x202/0x249 > [] handle_fasteoi_irq+0xab/0xd0 > [] do_IRQ+0x6e/0xda > [] ret_from_intr+0x0/0x19 > [] ? native_irq_enable+0x6/0x7 > [] ? :processor:acpi_idle_enter_bm+0x2ab/0x325 > [] ? menu_select+0x70/0x99 > [] ? cpuidle_idle_call+0x77/0xa6 > [] ? cpuidle_idle_call+0x0/0xa6 > [] ? cpu_idle+0xb1/0xdb > [] ? rest_init+0x5a/0x5c > > handlers: > [] (irq_handler+0x0/0x207 [firewire_ohci]) > Disabling IRQ #19 ... > 02:06.1 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 IEEE 1394 Controller (rev 04) ... According to your 2.6.22 dmesg, this happens a while after the firewire subsystem seemingly successfully initialized the controller. Could you please post "dmesg | grep firewire" from 2.6.25-rc6 though? The __report_bad_irq() and "Disabling IRQ #..." can only have happened because this condition in fw-ohci.c::irq_handler() event = reg_read(ohci, OHCI1394_IntEventClear); if (!event || !~event) return IRQ_NONE; happened a lot of times. This means either - Some MMIO reads return bogus values (all zero or all ones in a bitfield which should be sparsely populated in a proper interrupt event), or - the interrupt was misrouted by the kernel's IRQ infrastructure was unable to detect the misrouting, AFAIU. -- Stefan Richter -=====-==--- --== =-=-= http://arcgraph.de/sr/ -- 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/