[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJZ5v0jH8rKc3=rNzDdWOobGb4xCCjK46eYoE3U729yRwpgCFQ@mail.gmail.com>
Date: Thu, 11 Apr 2024 20:06:47 +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 Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ACPI fixes for v6.9-rc4
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(-)
Powered by blists - more mailing lists