Hi Linus, Please pull from the tag git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \ acpi-5.17-rc5 with top-most commit 8292656464e5f066d46cb73da957930613a2c597 Merge branch 'acpi-processor' on top of commit 754e0b0e35608ed5206d6a67a791563c631cec07 Linux 5.17-rc4 to receive ACPI fixes for 5.17-rc5. These make an excess warning message go away and fix a recently introduced boot failure on a vintage machine. Specifics: - Change the log level of the "table not found" message in acpi_table_parse_entries_array() to debug to prevent it from showing up in the logs unnecessarily (Dan Williams). - Add a C-state limit quirk for 32-bit ThinkPad T40 to prevent it from crashing on boot after recent changes in the ACPI processor driver (Woody Suwalski). Thanks! --------------- Dan Williams (1): ACPI: tables: Quiet ACPI table not found warning Woody Suwalski (1): ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40 --------------- drivers/acpi/processor_idle.c | 5 +++++ drivers/acpi/tables.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)