On Sat, Oct 15, 2011 at 2:43 AM, Chris Palmer <chris.palmer@xxxxxxxxx> wrote: > On 15/10/2011 01:29, Robert Hancock wrote: >> On 10/14/2011 05:04 AM, Chris Palmer wrote: >>> Interrupt handling for *PCI boards with ASUS Sandybridge motherboards* >>> seems to be broken. >>> >>> It has been seen with network and non-network PCI boards. PCIx network >>> boards work OK. And all reports are for ASUS motherboards. >>> >>> It always results in the infamous "IRQ n: nobody cared" message usually >>> within an hour. It is possible to restart things by rmmod/modprobe on >>> the appropriate PCI driver. >>> >>> Andrew Morton kindly took a quick look and thinks it is most likely an >>> ACPI bug. >>> >>> Configuration summary: >>> - ASUS P8H67-V/R3 Motherboard (others have problems with similar M/Bs) >>> - M/B BIOS 0804 (just updated to that - no change) >>> - Core i5/2500K >>> - Onboard ethernet (at11c driver - works) >>> - Additional PCIx Intel ethernet board (e1000e driver - works) >>> - Additional PCI Broadcom BCM5702X ethernet board (tg3 driver - fails) >>> [ Also fails with other PCI boards such as RTL8139 ] >>> - Kernel 3.0.6 >>> >>> >>> Any help much appreciated... >>> >>> Previous references: >>> >>> https://lkml.org/lkml/2011/6/30/197 >>> https://bugzilla.kernel.org/show_bug.cgi?id=38632 >>> https://bugzilla.redhat.com/show_bug.cgi?id=713351 >>> https://bugzilla.kernel.org/show_bug.cgi?id=35332 >>> https://bugzilla.kernel.org/show_bug.cgi?id=34242 >>> https://bugzilla.kernel.org/show_bug.cgi?id=32242 >>> https://bugzilla.kernel.org/show_bug.cgi?id=39122 >> >> The bugzilla reports aren't currently accessible so I don't know if it >> was posted there, but can you post the output of "lspci -vv" as root? >> Could be that some other device is configured on that IRQ and >> sometimes spuriously generates interrupts. >> > > Robert > > Various outputs below. > > Many thanks > Chris > The only device lspci lists as using IRQ 16 is the network card: 09:01.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5702X Gigabit Ethernet (rev 02) Subsystem: 3Com Corporation Device 1100 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx- Latency: 64 (16000ns min), Cache Line Size: 64 bytes Interrupt: pin A routed to IRQ 16 But dmesg has some references to other devices routed to IRQ 16: Oct 13 19:27:05 woody1 kernel: [ 0.604919] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 This is the PCI-E root port. lspci doesn't list any INTx interrupt for this device but does list MSI as being enabled with vector 4159. Oct 13 19:27:05 woody1 kernel: [ 0.605616] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16 This is the PCI-E root port 6, which the USB3 XHCI controller is attached to. Likewise no INTx interrupt is listed but MSI is enabled with vector 4181. Oct 13 19:27:05 woody1 kernel: [ 23.180060] radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 This is the video card. lspci lists it as being on INTx IRQ 56, and MSI is enabled with vector 4122. I'm not quite sure what to make of this. It looks like somehow the kernel's IRQ routing is inconsistent with what lspci is reporting. My guess is that eventually one of these other devices that's actually routed to IRQ 16 actually generates an interrupt and nothing is set up to handle it. CCing linux-acpi. -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html