Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.14-rc7 with top-most commit 0f09f4c48118ce3c562e1028df7fe0f8150493d6 Merge branch 'acpi-pm' on top of commit 7c60610d476766e128cc4284bb6349732cbd6606 Linux 5.14-rc6 to receive ACPI fixes for 5.14-rc7. These fix two mistakes in new code. Specifics: - Prevent confusing messages from being printed if the PRMT table is not present or there are no PRM modules (Aubrey Li). - Fix the handling of suspend-to-idle entry and exit in the case when the Microsoft UUID is used with the Low-Power S0 Idle _DSM interface (Mario Limonciello). Thanks! --------------- Aubrey Li (1): ACPI: PRM: Deal with table not present or no module found Mario Limonciello (1): ACPI: PM: s2idle: Invert Microsoft UUID entry and exit --------------- drivers/acpi/prmt.c | 6 ++++++ drivers/acpi/x86/s2idle.c | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-)