]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'acpi-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Oct 2021 19:08:08 +0000 (09:08 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 22 Oct 2021 19:08:08 +0000 (09:08 -1000)
commit49e5cab89680c2a3746a2b8e4d5121118c6bc739
treeb7e68754049974c4c169cc49a65f137a60fc8d8d
parentc69b4e5179d4ec1fe95d085d6142551cd619468b
parentead4b2d66f8c1d13c41ea92eda68941a578af5db
Merge tag 'acpi-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm

Pull ACPI fixes from Rafael Wysocki:
 "These fix two regressions, one related to ACPI power resources
  management and one that broke ACPI tools compilation.

  Specifics:

   - Stop turning off unused ACPI power resources in an unknown state to
     address a regression introduced during the 5.14 cycle (Rafael
     Wysocki).

   - Fix an ACPI tools build issue introduced recently when the minimal
     stdarg.h was added (Miguel Bernal Marin)"

* tag 'acpi-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
  ACPI: PM: Do not turn off power resources in unknown state
  ACPI: tools: fix compilation error