[GIT PULL] ACPI fixes for v5.13-rc6

From: Rafael J. Wysocki
Date: Fri Jun 11 2021 - 12:24:07 EST


Hi Linus,

Please pull from the tag

git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-5.13-rc6

with top-most commit bc8865ab32bb8d71b607cf73a8367ceebda88767

Merge branch 'acpi-bus'

on top of commit 614124bea77e452aa6df7a8714e8bc820b489922

Linux 5.13-rc5

to receive ACPI fixes for 5.13-rc6.

These revert a problematic recent commit and fix a regression
introduced during the 5.12 development cycle.

Specifics:

- Revert recent commit that attempted to fix the FACS table
reference counting but introduced a problem with accessing
the hardware signature after hibernation (Zhang Rui).

- Fix regression in the _OSC handling that broke the loading
of ACPI tables on some systems (Mika Westerberg).

Thanks!


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

Mika Westerberg (1):
ACPI: Pass the same capabilities to the _OSC regardless of the query flag

Zhang Rui (1):
Revert "ACPI: sleep: Put the FACS table after using it"

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

drivers/acpi/bus.c | 27 ++++++++-------------------
drivers/acpi/sleep.c | 4 +---
2 files changed, 9 insertions(+), 22 deletions(-)