Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1515621
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build |
| Date | 2016-11-05 21:00 +0100 |
| Message-ID | <sAfi9-3EO-7@gated-at.bofh.it> (permalink) |
| References | (3 earlier) <szTAZ-6Ct-13@gated-at.bofh.it> <szV06-7FO-9@gated-at.bofh.it> <szW5Q-8kN-5@gated-at.bofh.it> <sA9mq-8rO-23@gated-at.bofh.it> <sAdzI-2MW-35@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Sat 2016-11-05 16:04:58, Henrique de Moraes Holschuh wrote: > On Sat, 05 Nov 2016, Pavel Machek wrote: > > [ 825.759661] thinkpad_acpi: THERMAL EMERGENCY: a sensor reports something is extremely hot! > > [ 825.761935] thinkpad_acpi: temperatures (Celsius): 101 49 N/A 78 33 N/A 33 N/A 47 50 N/A N/A N/A N/A N/A N/A > > Oh boy, that must be the second time in a decade that I see that > codepath triggering. It is the second-level alert that the ThinkPad is > about to catch fire. > > It should have logged a "is too hot!" first-level alert earlier, but > this depends on the EC and not the driver. Maybe the temperature raised > too fast. I don't think I'm seeing the "is too hot" messages. Actually.. even the "THERMAL EMERGENCY" messages seem to have too low severity, so they are hidden in syslogs -- they don't go to all the consoles. > In Windows, the system would attempt to hibernate or shutdown. I would > be quite happy to have thinkpad-acpi trigger such behavior as well, > patches (or guidance) are welcome ;-) Sorry, just guidance for now: +#include <linux/reboot.h> + orderly_poweroff(true); [can be called from weird contexts, afaict]. > Anyway, if that temperature goes about 1~2°C higher, the EC should cut > power to your motherboard. Apparently, the built-in thermal protection > clock modulation on the Intel processor is somehow saving your box from > that forced power-off. Actually, the machine _will_ shut down some time after that. It seems that one of acpi trip points jumps to 128C which forces shutdown. Thanks and best regards, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-04 09:40 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-04 10:00 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Viresh Kumar <viresh.kumar@linaro.org> - 2016-11-04 10:20 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-04 10:30 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Viresh Kumar <viresh.kumar@linaro.org> - 2016-11-04 10:40 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Henrique de Moraes Holschuh <hmh@hmh.eng.br> - 2016-11-05 19:30 +0100
Thinkpad power management (was Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build) Pavel Machek <pavel@ucw.cz> - 2016-11-05 20:30 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build "Pandruvada, Srinivas" <srinivas.pandruvada@intel.com> - 2016-11-04 15:10 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-04 21:50 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build "Pandruvada, Srinivas" <srinivas.pandruvada@intel.com> - 2016-11-04 22:20 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 09:50 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Henrique de Moraes Holschuh <hmh@hmh.eng.br> - 2016-11-05 18:50 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 20:40 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Henrique de Moraes Holschuh <hmh@hmh.eng.br> - 2016-11-06 04:50 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-04 23:20 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build "Pandruvada, Srinivas" <srinivas.pandruvada@intel.com> - 2016-11-05 00:30 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 14:30 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build "Pandruvada, Srinivas" <srinivas.pandruvada@intel.com> - 2016-11-05 14:40 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 15:00 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 15:10 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build "Pandruvada, Srinivas" <srinivas.pandruvada@intel.com> - 2016-11-05 15:20 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 16:40 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build "Pandruvada, Srinivas" <srinivas.pandruvada@intel.com> - 2016-11-05 15:00 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 21:40 +0100
thinkpad x60, T40p: overheat with v4.9-rc4 (was Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build) Pavel Machek <pavel@ucw.cz> - 2016-11-09 12:40 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Henrique de Moraes Holschuh <hmh@hmh.eng.br> - 2016-11-05 19:10 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 21:00 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Zhang Rui <rui.zhang@intel.com> - 2016-11-05 12:30 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 14:20 +0100
Re: v4.8-rc1: thinkpad x60: running at low frequency even during kernel build Pavel Machek <pavel@ucw.cz> - 2016-11-05 13:30 +0100
csiph-web