]> git.ipfire.org Git - thirdparty/linux.git/commit
tools/power turbostat: AMD: msr offset 0x611 read failed: Input/output error
authorLen Brown <len.brown@intel.com>
Wed, 4 Feb 2026 20:41:53 +0000 (14:41 -0600)
committerLen Brown <len.brown@intel.com>
Wed, 4 Feb 2026 20:52:11 +0000 (14:52 -0600)
commit16cc8f249c702b7cbb4c2c2be7cd8f4fdd5d1d0c
tree93b646848ff3ffce0ad77ad4150bb197ddd71bde
parent7f98ab9da046865d57c102fd3ca9669a29845f67
tools/power turbostat: AMD: msr offset 0x611 read failed: Input/output error

Turbostat exits during RAPL probe with:

turbostat: cpu0: msr offset 0x611 read failed: Input/output error

A binary with this bug can be used successfully with
the option "--no-msr"

Fix this regression by trusting the static AMD RAPL MSR offset.

Fixes: 19476a592bf2 ("tools/power turbostat: Validate RAPL MSRs for AWS Nitro Hypervisor")
Signed-off-by: Len Brown <len.brown@intel.com>
tools/power/x86/turbostat/turbostat.c