[GIT PULL] Power management fixes for v6.15-rc4

From: Rafael J. Wysocki
Date: Fri Apr 25 2025 - 12:17:12 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
pm-6.15-rc4

with top-most commit 5786ef8ad8d4222fdc2e7cf65337880695cef60e

Merge tag 'cpufreq-arm-fixes-6.15-rc' of
git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm

on top of commit 9d7a0577c9db35c4cc52db90bc415ea248446472

gcc-15: disable '-Wunterminated-string-initialization' entirely for now

to receive power management fixes for 6.15-rc4.

These are cpufreq driver fixes addressing multiple assorted issues:

- Fix possible out-of-bound / NULL-ptr-deref in cpufreq drivers (Henry
Martin, Andre Przywara).

- Fix Kconfig issues with compile-test in cpufreq drivers (Krzysztof
Kozlowski, Johan Hovold).

- Fix invalid return value in .get() in the CPPC cpufreq driver (Marc
Zyngier).

- Add SM8650 to cpufreq-dt-platdev blocklist (Pengyu Luo).

Thanks!


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

Andre Przywara (1):
cpufreq: sun50i: prevent out-of-bounds access

Henry Martin (3):
cpufreq: apple-soc: Fix null-ptr-deref in apple_soc_cpufreq_get_rate()
cpufreq: scmi: Fix null-ptr-deref in scmi_cpufreq_get_rate()
cpufreq: scpi: Fix null-ptr-deref in scpi_cpufreq_get_rate()

Johan Hovold (1):
cpufreq: fix compile-test defaults

Krzysztof Kozlowski (1):
cpufreq: Do not enable by default during compile testing

Marc Zyngier (1):
cpufreq: cppc: Fix invalid return value in .get() callback

Pengyu Luo (1):
cpufreq: Add SM8650 to cpufreq-dt-platdev blocklist

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

drivers/cpufreq/Kconfig.arm | 20 ++++++++++----------
drivers/cpufreq/apple-soc-cpufreq.c | 10 ++++++++--
drivers/cpufreq/cppc_cpufreq.c | 2 +-
drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
drivers/cpufreq/scmi-cpufreq.c | 10 ++++++++--
drivers/cpufreq/scpi-cpufreq.c | 13 ++++++++++---
drivers/cpufreq/sun50i-cpufreq-nvmem.c | 18 ++++++++++++------
7 files changed, 50 insertions(+), 24 deletions(-)