]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'acpi-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael... master
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Aug 2025 15:20:58 +0000 (08:20 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Aug 2025 15:20:58 +0000 (08:20 -0700)
commit24ea63ea387714634813359e2c8e0e6c36952f73
tree3f5d300f18d4ea568f0c27935a368590fed90304
parentc28d28a7b005dd6459a6059dc7eff684bf0b7464
parent40f2f1aa62578547e2977e8c0516048e0b71018c
Merge tag 'acpi-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fixes from Rafael Wysocki:
 "These restore corner case behavior of the EC driver related to the
  handling of defective ACPI tables and fix a recent regression in the
  ACPI processor driver:

   - Prevent the ACPI EC driver from ignoring ECDT information in the
     cases when the ID string in the ECDT is invalid, but not empty, to
     fix thouchpad detection on ThinkBook 14 G7 IML (Armin Wolf)

   - Rearrange checks in acpi_processor_ppc_init() to restore the
     handling of frequency QoS requests related to _PPC limits
     inadvertently broken by a recent update (Rafael Wysocki)"

* tag 'acpi-6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI: EC: Relax sanity check of the ECDT ID string
  ACPI: processor: perflib: Move problematic pr->performance check