[GIT PULL] ACPI fixes for v5.11-rc4

From: Rafael J. Wysocki
Date: Fri Jan 15 2021 - 13:46:16 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.11-rc4

with top-most commit 179892adb0436139fd8e6af7b27f54219c1750f8

Merge branch 'acpi-docs'

on top of commit 7c53f6b671f4aba70ff15e1b05148b10d58c2837

Linux 5.11-rc3

to receive ACPI fixes for 5.11-rc4.

These address a device ID bounds check error in the device
enumeration code and fix a mistake in the documentation.

Specifics:

- Harden the ACPI device enumeration code against device ID length
overflows to address a Linux VM cash on Hyper-V (Dexuan Cui).

- Fix a mistake in the documentation of error type values for PCIe
errors (Qiuxu Zhuo).

Thanks!


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

Dexuan Cui (1):
ACPI: scan: Harden acpi_device_add() against device ID overflows

Qiuxu Zhuo (1):
Documentation: ACPI: EINJ: Fix error type values for PCIe errors

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

Documentation/firmware-guide/acpi/apei/einj.rst | 4 ++--
drivers/acpi/internal.h | 2 +-
drivers/acpi/scan.c | 15 ++++++++++++++-
3 files changed, 17 insertions(+), 4 deletions(-)