Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757027Ab2JQSF1 (ORCPT ); Wed, 17 Oct 2012 14:05:27 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:37870 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752112Ab2JQSF0 (ORCPT ); Wed, 17 Oct 2012 14:05:26 -0400 Date: Wed, 17 Oct 2012 14:05:24 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Martin Vysny cc: Kernel development list , USB list , <1062114@bugs.launchpad.net> Subject: Re: usb issue on Intel chipset: abrupt mouse movements, usb keyboard loosing key events In-Reply-To: <507E6235.7040209@baka.sk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2663 Lines: 55 On Wed, 17 Oct 2012, Martin Vysny wrote: > Good day, > thank you for your mail. I was finally able to reproduce the issue. I > am attaching a dmesg output of a correct boot (please note that there > still are several unwanted IRQs), and a dmesg output of a reproduced error. Did you boot with the "irqpoll" option? Judging by the log, it looks like you did. > [ 67.512014] ehci_hcd 0000:00:1d.0: >Unwanted IRQ: c000 0 > [ 67.512021] ehci_hcd 0000:00:1d.0: >Unwanted IRQ: e000 0 > [ 67.512023] irq 17: nobody cared (try booting with the "irqpoll" option) > [ 67.512026] Pid: 0, comm: swapper/0 Tainted: G O 3.5.0-17-generic #28 > [ 67.512027] Call Trace: > [ 67.512034] [] __report_bad_irq+0x29/0xd0 > [ 67.512037] [] note_interrupt+0x175/0x1c0 > [ 67.512041] [] ? intel_idle+0xc3/0x120 > [ 67.512045] [] handle_irq_event_percpu+0x9f/0x1d0 > [ 67.512047] [] handle_irq_event+0x3b/0x60 > [ 67.512050] [] ? unmask_irq+0x30/0x30 > [ 67.512052] [] handle_fasteoi_irq+0x4e/0xd0 > [ 67.512053] [] ? do_IRQ+0x42/0xc0 > [ 67.512062] [] ? enqueue_hrtimer+0x1e/0x70 > [ 67.512064] [] ? common_interrupt+0x30/0x38 > [ 67.512069] [] ? in_gate_area+0x10/0x50 > [ 67.512071] [] ? intel_idle+0xc3/0x120 > [ 67.512076] [] ? cpuidle_enter+0x15/0x20 > [ 67.512078] [] ? cpuidle_idle_call+0x88/0x220 > [ 67.512081] [] ? cpu_idle+0xaa/0xe0 > [ 67.512086] [] ? rest_init+0x5d/0x68 > [ 67.512090] [] ? start_kernel+0x35d/0x363 > [ 67.512092] [] ? do_early_param+0x80/0x80 > [ 67.512094] [] ? i386_start_kernel+0xa6/0xad > [ 67.512095] handlers: > [ 67.512098] [] usb_hcd_irq > [ 67.512099] Disabling IRQ #17 > [ 69.507175] ehci_hcd 0000:00:1d.0: >Unwanted IRQ: c000 0 > [ 69.607118] ehci_hcd 0000:00:1d.0: >Unwanted IRQ: c000 0 The debugging output show that the EHCI controller was not the source of the unwanted IRQs. And /proc/interrupts shows that ehci-hcd is the only driver using IRQ #17, for the 0000:00:1d.0 device. The most likely explanation is that there an interrupt-routing error and some other device is causing these problems. I don't know of any easy way to find out what the other device is, however. Alan Stern -- 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/