Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.13-rc2 with top-most commit fd38651716b45f817a542c34cd5336ff372d06e6 Merge branch 'acpi-pm' on top of commit 6efb943b8616ec53a5e444193dccf1af9ad627b5 Linux 5.13-rc1 to receive ACPI fixes for 5.13-rc2. These revert an unnecessary revert of an ACPI power management commit, add a missing device ID to one of the lists and fix a possible memory leak in an error path. Specifics: - Revert a revert of a recent ACPI power management change that does not need to be reverted after all (Rafael Wysocki). - Add missing fan device ID to the list of device IDs for which the devices should not be put into the ACPI PM domain (Sumeet Pawnikar). - Fix possible memory leak in an error path in the ACPI device enumeration code (Christophe JAILLET). Thanks! --------------- Christophe JAILLET (1): ACPI: scan: Fix a memory leak in an error handling path Rafael J. Wysocki (1): Revert "Revert "ACPI: scan: Turn off unused power resources during initialization"" Sumeet Pawnikar (1): ACPI: PM: Add ACPI ID of Alder Lake Fan --------------- drivers/acpi/device_pm.c | 1 + drivers/acpi/internal.h | 1 + drivers/acpi/power.c | 2 +- drivers/acpi/scan.c | 3 +++ drivers/acpi/sleep.h | 1 - 5 files changed, 6 insertions(+), 2 deletions(-)