Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1475467 > unrolled thread
| Started by | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| First post | 2016-09-02 23:50 +0200 |
| Last post | 2016-09-02 23:50 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[GIT PULL] ACPI fixes for v4.8-rc5 "Rafael J. Wysocki" <rafael@kernel.org> - 2016-09-02 23:50 +0200
| From | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| Date | 2016-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(-)
Back to top | Article view | linux.kernel
csiph-web