| Summary: | [regression] kernel 4.3.x - /sys/devices/virtual/thermal does not exist. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hin-Tak Leung <htl10> |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda, mchehab |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-02-26 12:57:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Hin-Tak Leung
2016-01-29 23:59:33 UTC
Upgrading to 4.4.2 seems to have cured it.
# rpm -q kernel
kernel-4.3.4-300.fc23.x86_64
kernel-4.3.5-300.fc23.x86_64
kernel-4.4.2-300.fc23.x86_64
# uname -a
Linux localhost.localdomain 4.4.2-300.fc23.x86_64 #1 SMP Fri Feb 19 15:40:11 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
# acpi -V
Battery 0: Discharging, 95%, 01:15:56 remaining
Battery 0: design capacity 3000 mAh, last full capacity 1142 mAh = 38%
Adapter 0: off-line
Cooling 0: Processor 0 of 10
Cooling 1: Processor 0 of 10
Cooling 2: Processor 0 of 10
Cooling 3: Processor 0 of 10
# sensors
radeon-pci-0008
Adapter: PCI adapter
temp1: +56.0°C (crit = +120.0°C, hyst = +90.0°C)
k10temp-pci-00c3
Adapter: PCI adapter
temp1: +55.4°C (high = +70.0°C)
(crit = +115.5°C, hyst = +108.0°C)
fam15h_power-pci-00c4
Adapter: PCI adapter
power1: N/A (crit = 14.98 W)
# ls -l /sys/devices/virtual/thermal
total 0
drwxr-xr-x. 3 root root 0 Feb 26 05:52 cooling_device0
drwxr-xr-x. 3 root root 0 Feb 26 05:52 cooling_device1
drwxr-xr-x. 3 root root 0 Feb 26 05:52 cooling_device2
drwxr-xr-x. 3 root root 0 Feb 26 05:52 cooling_device3
would be nice to know what broke and what fixed, but otherwise this can close as CURRENTRELEASE .
|