Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1422987AbWBOGBV (ORCPT ); Wed, 15 Feb 2006 01:01:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1422990AbWBOGBV (ORCPT ); Wed, 15 Feb 2006 01:01:21 -0500 Received: from fmr18.intel.com ([134.134.136.17]:11210 "EHLO orsfmr003.jf.intel.com") by vger.kernel.org with ESMTP id S1422987AbWBOGBT convert rfc822-to-8bit (ORCPT ); Wed, 15 Feb 2006 01:01:19 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Subject: RE: [linux-usb-devel] Re: Linux 2.6.16-rc3 Date: Wed, 15 Feb 2006 13:58:51 +0800 Message-ID: <3ACA40606221794F80A5670F0AF15F840AF2824B@pdsmsx403> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [linux-usb-devel] Re: Linux 2.6.16-rc3 thread-index: AcYx8SYvfAkV5rhiR3WldIDk+GnmpgAAE6OQ From: "Yu, Luming" To: "Sanjoy Mahajan" , "Brown, Len" Cc: "David S. Miller" , , , , , , , , , , , , , , , , , , , , , , , , X-OriginalArrivalTime: 15 Feb 2006 05:58:54.0473 (UTC) FILETIME=[E70BCF90:01C631F4] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1033 Lines: 22 >> I don't think anybody claimed this isn't a regression for the 600X. > >I narrowed it further. The short story is that this commit (diff below >sig) makes the second S3 sleep go into the endless loop, if the loaded >modules are exactly thermal, processor, intel_agp, and agpgart: If you believe this patch is the root cause of the regression you have been seeing. Then, I would say the thing is a little bit different with ec_intr=0 and ec_intr=1. Basically, ec_intr=0 will disable EC related ACPI interrupt before finishing _Qxx method execution , but ec_intr=1 always enable EC interrupt. This could cause some hardware/BIOS events get lost under ec_intr=0, which shouldn't lost. We need to figure out what's going on here rather than falling back to ec_intr=0 behavior. --Luming - 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/