Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753780Ab0AJBEl (ORCPT ); Sat, 9 Jan 2010 20:04:41 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751529Ab0AJBEl (ORCPT ); Sat, 9 Jan 2010 20:04:41 -0500 Received: from mail.gmx.net ([213.165.64.20]:58241 "HELO mail.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1751460Ab0AJBEl (ORCPT ); Sat, 9 Jan 2010 20:04:41 -0500 X-Authenticated: #4463548 X-Provags-ID: V01U2FsdGVkX19ml0Em8tRmd2IuuhtPLVAyfruo2K4EGrpFpYNE3t B5rBCHJZsH4zwC Date: Sun, 10 Jan 2010 03:05:38 +0200 (EET) From: Dimitrios Apostolou X-X-Sender: jimis@localhost.localdomain To: Arjan van de Ven cc: Alex Chiang , Len Brown , Bjorn Helgaas , Andrew Morton , Yinghai Lu , linux-kernel@vger.kernel.org Subject: Re: High cpu temperature with 2.6.32, bisection shows commit 69d258 (fwd) In-Reply-To: <20100109164240.43b21247@infradead.org> Message-ID: References: <20100108171513.GB22713@ldl.fc.hp.com> <20100109134352.3dedd4ea@infradead.org> <20100109160836.26a344a9@infradead.org> <20100109164240.43b21247@infradead.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Y-GMX-Trusted: 0 X-FuHaFi: 0.62 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1618 Lines: 47 On Sat, 9 Jan 2010, Arjan van de Ven wrote: > On Sun, 10 Jan 2010 02:32:11 +0200 (EET) > Dimitrios Apostolou wrote: > >> On Sat, 9 Jan 2010, Arjan van de Ven wrote: >> >>> On Sun, 10 Jan 2010 01:55:42 +0200 (EET) >>> Dimitrios Apostolou wrote: >>> >>>> L8400B series Notebook PC >>> >>> can you try this patch? >>> >> >> OK I'm compiling a new kernel right now but that will take a while, I >> only have access to old hardware at the moment... What exactly this >> patch does? >> > > basically it appears that your machine, when the kernel asks for C2, > exits C2 immediately again. > > The old algorithm somehow caught this and stopped asking for C2 most of > the time; the new algorithm doesn't see any activity and asks for C2 > again. > > What the patch does is tell the kernel to just not use C2 at all... Indeed, in the past powertop always showed my processor idling in C1 state, and I wondered why it never entered C2. :-) So thanks for the patch, I guess it works, and my bet is that this case applies to L8400* (not only B models), except if it is fixed by some old BIOS upgrade that I must have missed. While testing your patch, indeed the temperature was not rising and everything was normal, but the tsc was not marked as unstable so it didn't switch to acpi_pm clocksource, so that was probably the reason. Dimitris -- 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/