[GIT PULL] Power management fixes for v6.3-rc3

From: Rafael J. Wysocki
Date: Fri Mar 17 2023 - 12:12:52 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.3-rc3

with top-most commit 1fa9d47baa9e61ff973e03f0ef26f5b78d545e37

Merge branch 'pm-cpuidle'

on top of commit eeac8ede17557680855031c6f305ece2378af326

Linux 6.3-rc2

to receive power management fixes for 6.3-rc3.

These fix an error code path issue in a cpuidle driver and make the
sleepgraph utility more robust against unexpected input.

Specifics:

- Fix the psci_pd_init_topology() failure path in the PSCI cpuidle
driver (Shawn Guo).

- Modify the sleepgraph utility so it does not crash on binary data
in device names (Todd Brandt).

Thanks!


---------------

Shawn Guo (1):
cpuidle: psci: Iterate backwards over list in psci_pd_remove()

Todd Brandt (1):
pm-graph: sleepgraph: Avoid crashing on binary data in device names

---------------

drivers/cpuidle/cpuidle-psci-domain.c | 3 ++-
tools/power/pm-graph/sleepgraph.py | 5 ++---
2 files changed, 4 insertions(+), 4 deletions(-)