linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ACPI fixes for v4.9-rc6
@ 2016-11-18 21:06 Rafael J. Wysocki
  0 siblings, 0 replies; only message in thread
From: Rafael J. Wysocki @ 2016-11-18 21:06 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ACPI Devel Maling List, Linux PM, Linux Kernel Mailing List

Hi Linus,

Please pull from the tag

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

with top-most commit aab0b243b9a2fab7dcee0ce6e13789d3ab0394bf

 Merge branches 'acpica-fixes', 'acpi-cppc-fixes' and 'acpi-tools-fixes'

on top of commit a25f0944ba9b1d8a6813fd6f1a86f1bd59ac25a6

 Linux 4.9-rc5

to receive ACPI fixes for v4.9-rc6.

They fix an ACPI thermal management regression introduced by a recent
FADT handling cleanup, an ACPI tools build issue introduced by a
recent ACPICA commit and a PCC mailbox initialization bug causing
lockdep to complain loudly.

Specifics:

 - Revert a recent ACPICA cleanup that attempted to get rid of all
   FADT version 2 legacy, but broke ACPI thermal management on at
   least one system (Rafael Wysocki).

 - Fix cross-compiled builds of ACPI tools that stopped working
   after a recent cleanup related to the handling of header files
   in ACPICA (Lv Zheng).

 - Fix a locking issue in the PCC channel initialization code that
   invokes devm_request_irq() under a spinlock (among other things)
   and causes lockdep to complain (Hoan Tran).

Thanks!

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

Hoan Tran (1):
      mailbox: PCC: Fix lockdep warning when request PCC channel

Lv Zheng (1):
      tools/power/acpi: Remove direct kernel source include reference

Rafael J. Wysocki (1):
      Revert "ACPICA: FADT support cleanup"

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

 drivers/acpi/acpica/tbfadt.c             |  10 +-
 drivers/mailbox/pcc.c                    |  13 +--
 include/acpi/actbl.h                     | 164 +++++++++++++------------------
 include/acpi/platform/aclinux.h          |   3 +
 tools/power/acpi/Makefile.config         |  23 ++---
 tools/power/acpi/Makefile.rules          |  40 +++++---
 tools/power/acpi/tools/acpidbg/Makefile  |   4 +-
 tools/power/acpi/tools/acpidbg/acpidbg.c |   8 +-
 tools/power/acpi/tools/acpidump/Makefile |  12 +--
 9 files changed, 137 insertions(+), 140 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-11-18 21:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-18 21:06 [GIT PULL] ACPI fixes for v4.9-rc6 Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).