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: <CAJZ5v0gTrsccUOjqAM4tRoYiFdpemWzsZ6kY=P+r+yDJ38Hw1g@mail.gmail.com>
Date: Thu, 13 Nov 2025 21:14:08 +0100
From: "Rafael J. Wysocki" <rafael@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@...r.kernel.org>, Linux PM <linux-pm@...r.kernel.org>, 
	Linux Kernel Mailing List <linux-kernel@...r.kernel.org>, "the arch/x86 maintainers" <x86@...nel.org>
Subject: [GIT PULL] ACPI support fixes for v6.18-rc6

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-6.18-rc6

with top-most commit 7564f3543cf19b1232553ab10399c9fbf514b5f3

 Merge branches 'acpi-cppc' and 'acpi-tables'

on top of commit e9a6fb0bcdd7609be6969112f3fbfcce3b1d4a7c

 Linux 6.18-rc5

to receive ACPI support fixes for 6.18-rc6.

These fix issues in the ACPI CPPC library and in the recently added
parser for the ACPI MRRM table:

 - Limit some checks in the ACPI CPPC library to online CPUs to avoid
   accessing uninitialized per-CPU variables when some CPUs are offline
   to start with, like during boot with "nosmt=force" (Gautham Shenoy)

 - Rework add_boot_memory_ranges() in the ACPI MRRM table parser to fix
   memory leaks and improve error handling (Kaushlendra Kumar)

Thanks!


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

Gautham R. Shenoy (4):
      ACPI: CPPC: Detect preferred core availability on online CPUs
      ACPI: CPPC: Check _CPC validity for only the online CPUs
      ACPI: CPPC: Perform fast check switch only for online CPUs
      ACPI: CPPC: Limit perf ctrs in PCC check only to online CPUs

Kaushlendra Kumar (1):
      ACPI: MRRM: Fix memory leaks and improve error handling

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

 arch/x86/kernel/acpi/cppc.c |  2 +-
 drivers/acpi/acpi_mrrm.c    | 43 +++++++++++++++++++++++++++++++++----------
 drivers/acpi/cppc_acpi.c    |  6 +++---
 3 files changed, 37 insertions(+), 14 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ