Bug 99381
Summary: | Random values of a sensor reading | ||
---|---|---|---|
Product: | ACPI | Reporter: | Andrzej Wes (awes) |
Component: | Power-Thermal | Assignee: | acpi_power-thermal |
Status: | CLOSED UNREPRODUCIBLE | ||
Severity: | normal | CC: | aaron.lu, lenb, perry_yuan |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 4.0.4 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: | acpidump |
Description
Andrzej Wes
2015-06-03 11:20:59 UTC
Found in logs: "kernel: thermal thermal_zone2: critical temperature reached(113 C),shutting down" thermal_zone2 is: root:/sys/class/thermal/thermal_zone2# grep -r . /sys/class/thermal/thermal_zone2 /sys/class/thermal/thermal_zone2/mode:enabled /sys/class/thermal/thermal_zone2/temp:30000 /sys/class/thermal/thermal_zone2/type:acpitz /sys/class/thermal/thermal_zone2/power/control:auto /sys/class/thermal/thermal_zone2/power/async:disabled /sys/class/thermal/thermal_zone2/power/runtime_enabled:disabled /sys/class/thermal/thermal_zone2/power/runtime_active_kids:0 /sys/class/thermal/thermal_zone2/power/runtime_active_time:0 grep: /sys/class/thermal/thermal_zone2/power/autosuspend_delay_ms: Input/output error /sys/class/thermal/thermal_zone2/power/runtime_status:unsupported /sys/class/thermal/thermal_zone2/power/runtime_usage:0 /sys/class/thermal/thermal_zone2/power/runtime_suspended_time:0 /sys/class/thermal/thermal_zone2/trip_point_0_temp:100000 /sys/class/thermal/thermal_zone2/trip_point_0_type:critical /sys/class/thermal/thermal_zone2/policy:step_wise /sys/class/thermal/thermal_zone2/passive:0 "thermal_zone2" is what `sensors` command displays as "temp3". I have worked around (hopefully) the problem by disabling Kernel Thermal management with: echo "disabled" > /sys/class/thermal/thermal_zone2/mode Please attach acpidump: # acpidump > acpidump.txt BTW, in previous kernels, I suppose you still have thermal_zone2 and its temp file doesn't show a random high value? Created attachment 181451 [details]
acpidump
Hi, I've attached my acpidump, but it looks like the problem has been solved in 4.0.6! dmesg shows "thermal zone will be disabled" and thermal_zone2 is disabled. Thanks! |