public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
* RE: [linux-usb-devel] Re: Linux 2.6.16-rc3
@ 2006-02-15  5:58 Yu, Luming
  2006-02-18 23:20 ` Sanjoy Mahajan
  0 siblings, 1 reply; 43+ messages in thread
From: Yu, Luming @ 2006-02-15  5:58 UTC (permalink / raw)
  To: Sanjoy Mahajan, Brown, Len
  Cc: David S. Miller, akpm, torvalds, linux-kernel, axboe,
	James.Bottomley, greg, linux-acpi, linux-usb-devel, lk, helgehaf,
	fluido, gbruchhaeuser, Nicolas.Mailhot, perex, tiwai,
	patrizio.bassi, bni.swe, arvidjaar, p_christ, ghrt, jinhong.hu,
	andrew.vasquez, linux-scsi, bcrl

>> 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

^ permalink raw reply	[flat|nested] 43+ messages in thread
* RE: [linux-usb-devel] Re: Linux 2.6.16-rc3
@ 2006-02-20  8:07 Yu, Luming
  0 siblings, 0 replies; 43+ messages in thread
From: Yu, Luming @ 2006-02-20  8:07 UTC (permalink / raw)
  To: Sanjoy Mahajan
  Cc: Brown, Len, David S. Miller, akpm, torvalds, linux-kernel, axboe,
	James.Bottomley, greg, linux-acpi, linux-usb-devel, lk, helgehaf,
	fluido, gbruchhaeuser, Nicolas.Mailhot, perex, tiwai,
	patrizio.bassi, bni.swe, arvidjaar, p_christ, ghrt, jinhong.hu,
	andrew.vasquez, linux-scsi, bcrl

>>>> 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.
>
>Not sure if you were waiting for me to say something, but I do believe
>the change of default from ec_intr=0 to ec_intr=1 causes the problem
>for me.
>

I'm fine if you call this regression. :-) 
The real problem is there could be some bugs hidden by ec_intr=0.
I'm pretty sure your 600X box has thermal related issue that is breaking
2nd S3 suspend. But I don't know how.

ec_intr=1 just get these bug  just exposed on your box, 
and we need to work together to fix them. 

Thanks,
Luming

^ permalink raw reply	[flat|nested] 43+ messages in thread

end of thread, other threads:[~2006-02-23 18:43 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <Pine.LNX.4.64.0602121709240.3691@g5.osdl.org>
2006-02-13  3:05 ` Linux 2.6.16-rc3 Andrew Morton
2006-02-13  3:22   ` Trond Myklebust
2006-02-13  3:28   ` Sanjoy Mahajan
2006-02-13  3:36   ` Jeff Garzik
2006-02-13  4:40   ` James Bottomley
2006-02-13  5:20   ` S3 sleep regression bisected (was Re: Linux 2.6.16-rc3) Sanjoy Mahajan
2006-02-13  7:04   ` Linux 2.6.16-rc3 Arjan van de Ven
2006-02-13  8:11   ` Jens Axboe
2006-02-13  9:22   ` Patrizio Bassi
2006-02-13 12:02   ` Takashi Iwai
2006-02-13 12:37     ` Patrizio Bassi
2006-02-13 13:13       ` Takashi Iwai
2006-02-13 13:31         ` Patrizio Bassi
2006-02-13 14:15           ` Takashi Iwai
2006-02-13 14:34             ` Patrizio Bassi
2006-02-13 14:39               ` Takashi Iwai
2006-02-13 13:09     ` Rafael J. Wysocki
2006-02-13 13:51       ` Takashi Iwai
2006-02-13 19:33         ` Rafael J. Wysocki
2006-02-13 20:38   ` Greg KH
2006-02-14 16:34     ` James Bottomley
2006-02-16  1:56       ` James Bottomley
2006-02-16 17:12         ` Russell King
2006-02-16 17:34           ` Stefan Richter
2006-02-16 17:57           ` James Bottomley
2006-02-16 18:09             ` Russell King
2006-02-16 18:14               ` James Bottomley
2006-02-16 18:18                 ` Russell King
2006-02-16 19:09                   ` James Bottomley
2006-02-16 20:01                     ` Jens Axboe
2006-02-18  0:42                       ` James Bottomley
2006-02-18  1:00                         ` Greg KH
2006-02-18  2:12                         ` Roland Dreier
2006-02-18  5:30                           ` Matthew Wilcox
2006-02-18 10:03                         ` [linux-usb-devel] " Sergey Vlasov
2006-02-19 14:30                           ` James Bottomley
2006-02-23 18:43                             ` James Bottomley
2006-02-18 20:16                         ` Alan Stern
2006-02-19 13:51                           ` James Bottomley
2006-02-18 21:06   ` Helge Hafting
2006-02-15  5:58 [linux-usb-devel] " Yu, Luming
2006-02-18 23:20 ` Sanjoy Mahajan
  -- strict thread matches above, loose matches on Subject: below --
2006-02-20  8:07 Yu, Luming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox