From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Subject: Re: HDD problem, software bug, bios bug, or hardware ? Date: Mon, 10 Sep 2012 11:15:46 +0200 Message-ID: <20120910091546.GA4431@liondog.tnic> References: <1345901771.8871.YahooMailNeo@web124706.mail.ne1.yahoo.com> <20120826130152.GA20021@liondog.tnic> <1346086872.65665.YahooMailNeo@web124704.mail.ne1.yahoo.com> <20120827215952.GA18719@liondog.tnic> <1346259574.81504.YahooMailNeo@web124706.mail.ne1.yahoo.com> <20120830095808.GB24680@liondog.tnic> <1346325007.23643.YahooMailNeo@web124706.mail.ne1.yahoo.com> <20547.48101.900727.735398@pilspetsen.it.uu.se> <1347017576.44763.YahooMailNeo@web124703.mail.ne1.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail.skyhub.de ([78.46.96.112]:46767 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752758Ab2IJJPv (ORCPT ); Mon, 10 Sep 2012 05:15:51 -0400 Content-Disposition: inline In-Reply-To: <1347017576.44763.YahooMailNeo@web124703.mail.ne1.yahoo.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Adko Branil Cc: Mikael Pettersson , Jeff Garzik , linux-ide , lkml , Dan Merillat , "Rafael J. Wysocki" On Fri, Sep 07, 2012 at 04:32:56AM -0700, Adko Branil wrote: > After updating bios no more crashes happened, i tested it many times > on heavy HDD IO loads, with many kernels (including CONFIG_PREEMPT > kernels). Alriiight, one of the most seldom times where a BIOS update actually fixes things :-). > But now if enable "Cool'n' Quiet" option in bios,=C2=A0 > CONFIG_PREEMPT_VOLUNTARY kernel with passed "nosmp" at boot time, > crashes during boot process with kernel panic, while=C2=A0 CONFIG_PRE= EMPT > kernlel without "nosmp" works fine=C2=A0 - but it is another story i > think, should not be related with the crashes when it was old bios, > and i think it is probably "nosmp" the reason. Hmm, Cool'n'Quiet enabled actually means that you have _PSS objects and powernow-k8 should be detecting the P-states properly. Can you catch dmesg from that machine twice? * one with Cool'n'Quiet disabled * one with the kernel panic > (i have never changed cpu frequency of this cpu at all) When "Cool'n' > Quiet" is disabled, the system works perfectly adequately with all > kind of kernels i tried. Except that this warning message in dmesg > still appears (if it is problem at all). I put here this message for > "nosmp" case as well, kernel is 3.5.2: Right, so AFAICU, you can run a CONFIG_PREEMPT kernel perfectly fine no= w after the BIOS update, right? If so and when you say that the oopses started happening after an electrical instability, I'd venture a guess that something got damaged in the BIOS EPROM and since you've flashed it anew, the corrupted data got overwritten and so no more crashes. Correct? --=20 Regards/Gruss, Boris.