[GIT PULL] ACPI fixes for v5.12-rc5

From: Rafael J. Wysocki
Date: Fri Mar 26 2021 - 12:32:48 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.12-rc5

with top-most commit e1db18b59729e24f001459b98955019344d5b12b

Merge branches 'acpi-video' and 'acpi-scan'

on top of commit 0d02ec6b3136c73c09e7859f0d0e4e2c4c07b49b

Linux 5.12-rc4

to receive ACPI fixes for 5.12-rc5.

These fix a memory management regression in ACPICA, repair an ACPI
blacklist entry damaged inadvertently during the 5.11 cycle and fix
the bookkeeping of devices with the same primary device ID in the
ACPI core.

Specifics:

- Make ACPICA use the same object cache consistently when allocating
and freeing objects (Vegard Nossum).

- Add a callback pointer removed inadvertently during the 5.11 cycle
to the ACPI backlight blacklist entry for Sony VPCEH3U1E (Chris
Chiu).

- Make the ACPI device enumeration core use IDA for creating names of
ACPI device objects with the same primary device ID to avoid using
duplicate device object names in some cases (Andy Shevchenko).

Thanks!


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

Andy Shevchenko (1):
ACPI: scan: Use unique number for instance_no

Chris Chiu (1):
ACPI: video: Add missing callback back for Sony VPCEH3U1E

Vegard Nossum (1):
ACPICA: Always create namespace nodes using acpi_ns_create_node()

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

drivers/acpi/acpica/nsaccess.c | 3 +--
drivers/acpi/internal.h | 6 +++++-
drivers/acpi/scan.c | 33 ++++++++++++++++++++++++++++-----
drivers/acpi/video_detect.c | 1 +
include/acpi/acpi_bus.h | 1 +
5 files changed, 36 insertions(+), 8 deletions(-)