intel / thermal_daemon

Thermal daemon for IA
GNU General Public License v2.0
539 stars 117 forks source link

Fix incorrect ioctl numbers used for reading PSVT #422

Closed axamendes closed 7 months ago

axamendes commented 11 months ago

The current thermald source code uses ioctl numbers that are inconsistent with those used by the acpi_thermal_rel driver in the linux source tree. The effect of this mismatch is to cause a stack smash when running thermald against linux 6.5.3.

spandruvada commented 8 months ago

Thanks. I will test and merge.