
Intel engineer and Linux power management subsystem maintainer Rafael Wysocki fixed up the code and sent it out as part of this week's Linux 6.16-rc2 power management fixes:
"Eliminate mwait_play_dead_cpuid_hint() again after reverting its elimination during the 6.16 merge window due to a problem with handling "dead" SMT siblings, but this time prevent leaving them in C1 after initialization by taking them online and back offline when a proper cpuidle driver for the platform has been registered (Rafael Wysocki)."
The reverted patch was re-applied while now adjusting the Intel Idle driver as well as the ACPI processor code to rescan "dead" SMT siblings during initialization. With this the power regression should be resolved as the proper solution beyond the original revert.

See this pull for all of the merged power management changes ahead of tomorrow's Linux 6.16-rc2 release.