Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757344AbZJLR3j (ORCPT ); Mon, 12 Oct 2009 13:29:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757310AbZJLR3i (ORCPT ); Mon, 12 Oct 2009 13:29:38 -0400 Received: from mail-fx0-f227.google.com ([209.85.220.227]:38019 "EHLO mail-fx0-f227.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757254AbZJLR3h (ORCPT ); Mon, 12 Oct 2009 13:29:37 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=JwLYQfGBltlho/SV6YOEfQmVeG50y2QOVmx63bIJvrppuEIwEelS05KhraSqCQlHMn wmA2lIcaEWewiS6ny92igo0WIrgknL3caFi8wSoWLUFka/3Wywm+4LoJfwEfo9L9p3f6 hie53ip4pX7RjCpYLON6YWaWkzC7UkGybiqCA= Message-ID: <4AD36755.5040401@gmail.com> Date: Mon, 12 Oct 2009 11:28:53 -0600 From: Robert Hancock User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.4pre) Gecko/20090922 Fedora/3.0-2.7.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Alexander Huemer CC: Tejun Heo , Frans Pop , linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org, Jeff Garzik Subject: Re: 2.6.{30,31} x86_64 ahci problem - irq 23: nobody cared References: <4ABBB8C2.2080901@sbg.ac.at> <200910101513.51320.elendil@planet.nl> <4AD2DFA4.9000602@kernel.org> <200910121148.16439.elendil@planet.nl> <4AD2FC60.8080705@kernel.org> <4AD2FD10.2010800@sbg.ac.at> <4AD2FFC7.5010402@kernel.org> <4AD300B5.6080102@sbg.ac.at> <4AD34554.3050701@sbg.ac.at> In-Reply-To: <4AD34554.3050701@sbg.ac.at> 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: 2469 Lines: 60 On 10/12/2009 09:03 AM, Alexander Huemer wrote: > Alexander Huemer wrote: >> Tejun Heo wrote: >>> Alexander Huemer wrote: >>> >>>> Tejun Heo wrote: >>>>> Frans Pop wrote: >>>>> >>>>>> On Monday 12 October 2009, Tejun Heo wrote: >>>>>>> Alexander, can you please attach full boot log and the output of >>>>>>> "lspci -nn"? Also, how reproducible is the problem? You already >>>>>>> answered to Frans' question but can you be more specific? >>>>>> Full dmesg was made available earlier at: >>>>>> http://xx.vu/~ahuemer/dmesg_ahuemer_20090923 >>>>> Does blacklisting i801_smbus make any difference? >>>>> >>>> lspci -nn: >>>> http://xx.vu/~ahuemer/lspci_nn_ahuemer_20091012 >>>> >>>> what do you mean with "blacklisting i801_smbus" ? >>> >>> [ 3.872387] i2c /dev entries driver >>> [ 3.873943] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 23 (level, low) >>> -> IRQ 23 >>> [ 3.875580] w83627hf: Found W83627HF chip at 0x290 >>> >>> IRQ23 is also used by i801_smbus and it would be nice to confirm >>> whether the problem can still be triggered with that driver not >>> loaded. Adding "blacklist i2c_i801" to /etc/modprobe.d/blacklist >>> should probabaly do the trick. >>> >>> Thanks. >>> >> okay, i think you assume that i2c_i801 is a module. >> it is indeed built into the kernel. >> i'll rebuild the kernel without that component and run a test again. >> >> regards >> -alex > tejun, it seems you hit an interesting point. > i compiled kernel-2.6.31.3 with my ususal config _without_ i2c_i801. > my usual test (compilation of gcc-4.3.2) finished 5 times without the > error. > i'll let it run some more times over night. > does anybody have an idea how i can trace what exactly causes the error > during the compilation run so that i can create a short test program ? Do you have any hardware sensors monitoring software running (such as the GNOME sensors panel applet or something?) Something like that would be the most likely cause for something to access the smbus driver. Interesting that the device seems to be on the same interrupt but it hasn't registered itself as a handler (it looks like that driver doesn't use interrupts). If the device did generate an interrupt though, it would indeed cause this problem. -- 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/