Revision 4c533c801d1c9b5c38458a0e7516e0cf50643782 authored by Rafael J. Wysocki on 17 April 2015, 23:25:46 UTC, committed by Rafael J. Wysocki on 24 April 2015, 00:16:03 UTC
acpi_scan_is_offline() may be called under the physical_node_lock
lock of the given device object's parent, so prevent lockdep from
complaining about that by annotating that instance with
SINGLE_DEPTH_NESTING.

Fixes: caa73ea158de (ACPI / hotplug / driver core: Handle containers in a special way)
Reported-and-tested-by: Xie XiuQi <xiexiuqi@huawei.com>
Reviewed-by: Toshi Kani <toshi.kani@hp.com>
Cc: 3.14+ <stable@vger.kernel.org> # 3.14+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 5f2e327
History
File Mode Size
Makefile -rw-r--r-- 209 bytes
callchain.c -rw-r--r-- 4.3 KB
core.c -rw-r--r-- 200.5 KB
hw_breakpoint.c -rw-r--r-- 15.5 KB
internal.h -rw-r--r-- 4.4 KB
ring_buffer.c -rw-r--r-- 9.0 KB
uprobes.c -rw-r--r-- 48.2 KB

back to top