Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751809AbWCUWJt (ORCPT ); Tue, 21 Mar 2006 17:09:49 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751807AbWCUWJt (ORCPT ); Tue, 21 Mar 2006 17:09:49 -0500 Received: from smtpauth08.mail.atl.earthlink.net ([209.86.89.68]:33471 "EHLO smtpauth08.mail.atl.earthlink.net") by vger.kernel.org with ESMTP id S1751802AbWCUWJs (ORCPT ); Tue, 21 Mar 2006 17:09:48 -0500 To: "Yu, Luming" cc: linux-kernel@vger.kernel.org, "Linus Torvalds" , "Andrew Morton" , "Tom Seeley" , "Dave Jones" , "Jiri Slaby" , michael@mihu.de, mchehab@infradead.org, "Brian Marete" , "Ryan Phillips" , gregkh@suse.de, "Brown, Len" , linux-acpi@vger.kernel.org, "Mark Lord" , "Randy Dunlap" , jgarzik@pobox.com, "Duncan" <1i5t5.duncan@cox.net>, "Pavlik Vojtech" , "Meelis Roos" Subject: Re: 2.6.16-rc5: known regressions [TP 600X S3, vanilla DSDT] In-Reply-To: Your message of "Tue, 21 Mar 2006 17:11:29 +0800." <3ACA40606221794F80A5670F0AF15F840B417863@pdsmsx403> X-Mailer: MH-E 7.91; nmh 1.1; GNU Emacs 21.4.1 Date: Tue, 21 Mar 2006 17:09:25 -0500 From: Sanjoy Mahajan Message-Id: X-ELNK-Trace: dcd19350f30646cc26f3bd1b5f75c9f474bf435c0eb9d478d165aa9320335d718cc3f7e9008610e7ee90dc03c8257537350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.41.6.91 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1076 Lines: 26 Two more experiments: With a vanilla kernel, I faked EC0.UPDT() to just return 0x00, and the system hung on the second sleep. Then, again in the DSDT, I also faked the 4 _TMP methods (one in each thermal zone), and the system hung on the second sleep. I think we've raced too far ahead by trying to debug many thermal zones at once. Perhaps there are two bugs. So let's find them one by one. One bug is quite repeatable and we know a lot about it. With all zones except THM0 commented out, the system hung. With the EC0.UPDT line in THM0._TMP also commented out, the system didn't hang. So there's a problem related to the EC, even with only THM0. And finding that problem may giveideas for what else may be wrong. -Sanjoy `A society of sheep must in time beget a government of wolves.' - Bertrand de Jouvenal - 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/