]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'acpi-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Feb 2022 00:19:14 +0000 (16:19 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Feb 2022 00:19:14 +0000 (16:19 -0800)
commitd7eb006a5f3a64144f03b65c20e81579822efb6a
treed09848e57214317bdb3489de839f5af5a375a676
parenteb5314a5e01024e2b25a74cc6fc65dc14ee02b60
parent0144cf2025b831ab6fd5421667a7a7ff5b25fee4
Merge tag 'acpi-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fixes from Rafael Wysocki:
 "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)"

* tag 'acpi-5.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40
  ACPI: tables: Quiet ACPI table not found warning