[GIT PULL] ACPI fixes for v6.9-rc4
From: Rafael J. Wysocki
Date: Thu Apr 11 2024 - 14:33:30 EST
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-6.9-rc4
with top-most commit d7da7e7cec9868b24f0e39298156caf0277e82c7
Merge branch 'acpi-bus'
on top of commit fec50db7033ea478773b159e0e2efb135270e3b7
Linux 6.9-rc3
to receive ACPI fixes for 6.9-rc4.
These fix the handling of dependencies between devices in the ACPI
device enumeration code and address a _UID matching regression from
6.8 development cycle.
Specifics:
- Modify the ACPI device enumeration code to avoid counting
dependencies that have been met already as unmet (Hans de Goede).
- Make _UID matching take the integer value of 0 into account as
appropriate (Raag Jadav).
Thanks!
---------------
Hans de Goede (1):
ACPI: scan: Do not increase dep_unmet for already met dependencies
Raag Jadav (1):
ACPI: bus: allow _UID matching for integer zero
---------------
drivers/acpi/scan.c | 3 ++-
include/acpi/acpi_bus.h | 8 +++++---
2 files changed, 7 insertions(+), 4 deletions(-)