[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-16 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 Rafael J. Wysocki r...@sisk.pl changed: What|Removed |Added Status|RESOLVED|CLOSED

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-15 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 Len Brown len.br...@intel.com changed: What|Removed |Added CC||len.br...@intel.com

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-10 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 Zhang Rui rui.zh...@intel.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-10 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #20 from Zhang Rui rui.zh...@intel.com 2009-05-11 03:21:31 --- (In reply to comment #19) patches are available. which is also known as http://patchwork.kernel.org/patch/22833/ http://patchwork.kernel.org/patch/22834/ --

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-09 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #18 from James Ettle theholyet...@googlemail.com 2009-05-09 08:58:02 --- Also, the modification from Comment #15 works OK on 2.6.29. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-08 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #14 from James Ettle theholyet...@googlemail.com 2009-05-08 13:14:40 --- (In reply to comment #13) Created an attachment (id=21270) -- (http://bugzilla.kernel.org/attachment.cgi?id=21270) [details] patch: reset t-state once

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-08 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #16 from ykzhao yakui.z...@intel.com 2009-05-08 14:06:57 --- Hi, James The patch in comment #13 is based on the latest upstream kernel. Will you please apply the patch on the latest upstream kernel(2.6.30-rc4) and see

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-08 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #15 from James Ettle theholyet...@googlemail.com 2009-05-08 13:34:54 --- What if instead of if (state == -1), the test were if ((state pr-throttling_platform_limit) || (state = pr-throttling.state_count)) ? --

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-08 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #17 from James Ettle theholyet...@googlemail.com 2009-05-08 20:39:29 --- (In reply to comment #16) Hi, James The patch in comment #13 is based on the latest upstream kernel. Will you please apply the patch on the latest

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-07 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #9 from Zhang Rui rui.zh...@intel.com 2009-05-07 06:39:49 --- Created an attachment (id=21253) -- (http://bugzilla.kernel.org/attachment.cgi?id=21253) patch: ignore _TPC please apply this patch and 1. build in ACPI processor

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-07 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 Zhang Rui rui.zh...@intel.com changed: What|Removed |Added CC|rui.zh...@intel.com

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-07 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #11 from James Ettle theholyet...@googlemail.com 2009-05-07 22:45:41 --- The patch worked as intended. Straight after booting: [ja...@rhapsody ~]$ cat /proc/acpi/processor/CPU0/throttling state count: 8 active state:

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-07 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #12 from ykzhao yakui.z...@intel.com 2009-05-08 01:44:44 --- Hi, James Thanks for the test. After the boot option of processor.ignore_tpc is added, the T-state limit will be ignored. In such case the CPU0 won't be set to T3

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-07 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #13 from Zhang Rui rui.zh...@intel.com 2009-05-08 02:17:45 --- Created an attachment (id=21270) -- (http://bugzilla.kernel.org/attachment.cgi?id=21270) patch: reset t-state once it's invalid please apply this patch on top of the

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #1 from James Ettle theholyet...@googlemail.com 2009-05-06 19:58:42 --- Created an attachment (id=21250) -- (http://bugzilla.kernel.org/attachment.cgi?id=21250) /proc/acpi info from cold -- Configure bugmail:

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #2 from James Ettle theholyet...@googlemail.com 2009-05-06 19:59:01 --- Created an attachment (id=21251) -- (http://bugzilla.kernel.org/attachment.cgi?id=21251) /proc/acpi info following suspend/resume -- Configure bugmail:

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #3 from James Ettle theholyet...@googlemail.com 2009-05-06 19:59:18 --- Created an attachment (id=21252) -- (http://bugzilla.kernel.org/attachment.cgi?id=21252) A dmesg log -- Configure bugmail:

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 ykzhao yakui.z...@intel.com changed: What|Removed |Added AssignedTo|acpi_power-ther...@kernel-b |yakui.z...@intel.com

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 --- Comment #5 from ykzhao yakui.z...@intel.com 2009-05-07 01:52:32 --- Sorry that the acpidump is already attached. Please ignore the comment #4. thanks. -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 ykzhao yakui.z...@intel.com changed: What|Removed |Added CC||yakui.z...@intel.com ---

[Bug 13259] Core 0 stuck in T3 throttled state from cold boot on Clevo M720R w/ Intel T8100 CPU

2009-05-06 Thread bugzilla-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=13259 Zhang Rui rui.zh...@intel.com changed: What|Removed |Added CC||rui.zh...@intel.com