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: <CAJZ5v0jnkSjtMff7uEKTCHLENMJYDd26BEjjZ3XK7fZMxHtd=Q@mail.gmail.com>
Date:   Sat, 27 Aug 2022 15:39:30 +0200
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>
Subject: [GIT PULL] ACPI fixes for v6.0-rc3

Hi Linus,

Please pull from the tag

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

with top-most commit 2413a85200ee9cbed40d12c6e3b856752b089790

 Merge branch 'acpi-processor' into acpi

on top of commit 1c23f9e627a7b412978b4e852793c5e3c3efc555

 Linux 6.0-rc2

to receive ACPI fixes for 6.0-rc3.

These fix issues introduced by recent changes related to the handling of
ACPI device properties and a coding mistake in the exit path of the ACPI
processor driver.

Specifics:

 - Prevent acpi_thermal_cpufreq_exit() from attempting to remove
   the same frequency QoS request for multiple times (Riwen Lu).

 - Fix type detection for integer ACPI device properties (Stefan
   Binding).

 - Avoid emitting false-positive warnings when processing ACPI
   device properties and drop the useless default case from the
   acpi_copy_property_array_uint() macro (Sakari Ailus).

Thanks!


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

Riwen Lu (1):
      ACPI: processor: Remove freq Qos request for all CPUs

Sakari Ailus (2):
      ACPI: property: Ignore already existing data node tags
      ACPI: property: Remove default association from integer maximum values

Stefan Binding (1):
      ACPI: property: Fix type detection of unified integer reading functions

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

 drivers/acpi/processor_thermal.c |  2 +-
 drivers/acpi/property.c          | 11 +++++------
 2 files changed, 6 insertions(+), 7 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ