mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
cpuidle_state_get_one_value() never cleared errno before calling strtoull(), so a prior ERANGE caused every cpuidle counter read to return zero. Reset errno to 0 before the conversion so each sysfs read is evaluated independently. Link: https://lore.kernel.org/r/20251201121745.3776703-1-kaushlendra.kumar@intel.com Signed-off-by: Kaushlendra Kumar <kaushlendra.kumar@intel.com> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org> |
||
|---|---|---|
| .. | ||
| acpi_cppc.c | ||
| acpi_cppc.h | ||
| cpufreq.c | ||
| cpufreq.h | ||
| cpuidle.c | ||
| cpuidle.h | ||
| cpupower_intern.h | ||
| cpupower.c | ||
| cpupower.h | ||
| powercap.c | ||
| powercap.h | ||