lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0i3STvUcv15K4RhpNa9t7hZQ8nJGFfFD77WU-3-4X0zog@mail.gmail.com>
Date: Fri, 25 Apr 2025 18:16:43 +0200
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux PM <linux-pm@...r.kernel.org>, 
	ACPI Devel Maling List <linux-acpi@...r.kernel.org>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, Viresh Kumar <viresh.kumar@...aro.org>
Subject: [GIT PULL] Power management fixes for v6.15-rc4

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ