Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1475467 > unrolled thread

[GIT PULL] ACPI fixes for v4.8-rc5

Started by"Rafael J. Wysocki" <rafael@kernel.org>
First post2016-09-02 23:50 +0200
Last post2016-09-02 23:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] ACPI fixes for v4.8-rc5 "Rafael J. Wysocki" <rafael@kernel.org> - 2016-09-02 23:50 +0200

#1475467 — [GIT PULL] ACPI fixes for v4.8-rc5

From"Rafael J. Wysocki" <rafael@kernel.org>
Date2016-09-02 23:50 +0200
Subject[GIT PULL] ACPI fixes for v4.8-rc5
Message-ID<sd4vv-4PZ-7@gated-at.bofh.it>
Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-4.8-rc5

to receive ACPI fixes for v4.8-rc5.

The top-most commit is 5331d9cab32ef640b4cd38a43b0858874fbb7168

 ACPI / drivers: replace acpi_probe_lock spinlock with mutex

and the base is commit 3eab887a55424fc2c27553b7bfe32330df83f7b8

 Linux 4.8-rc4

Included are two stable-candidate fixes for the ACPI early device
probing code added during the 4.4 cycle, one fixing a typo in a stub
macro used when CONFIG_ACPI is unset and one that prevents sleeping
functions from being called under a spinlock (Lorenzo Pieralisi).

Thanks!

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

Lorenzo Pieralisi (2):
      ACPI / drivers: fix typo in ACPI_DECLARE_PROBE_ENTRY macro
      ACPI / drivers: replace acpi_probe_lock spinlock with mutex

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

 drivers/acpi/scan.c  | 6 +++---
 include/linux/acpi.h | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web