Merge branch 'pm-cpuidle'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 30 May 2025 18:21:36 +0000 (20:21 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 30 May 2025 18:21:36 +0000 (20:21 +0200)
commit3d031d0d8daab86f9c3e9e89c80fec08367fb304
treeb4aed31331ea9f419e70d1db1f87805b43be6e26
parent25961ae6c80b2b940e941f0b3bd0c5c8c1b9ee60
parent70523f335734b0b42f97647556d331edf684c7dc
Merge branch 'pm-cpuidle'

Fix an issue in the PSCI cpuidle driver introduced recently and a nasty
x86 power regression introduced in 6.15:

 - Prevent freeing an uninitialized pointer in error path of
   dt_idle_state_present() in the PSCI cpuidle driver (Dan Carpenter).

 - Revert an x86 commit that went into 6.15 and caused idle power,
   including power in suspend-to-idle, to rise rather dramatically on
   systems booting with "nosmt" in the kernel command line (Rafael Wysocki).

* pm-cpuidle:
  Revert "x86/smp: Eliminate mwait_play_dead_cpuid_hint()"
  cpuidle: psci: Fix uninitialized variable in dt_idle_state_present()
arch/x86/kernel/smpboot.c
drivers/cpuidle/cpuidle-psci.c