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-- 241 bytes
rcu.h -rw-r--r-- 4.7 KB
rcutorture.c -rw-r--r-- 51.6 KB
srcu.c -rw-r--r-- 22.0 KB
tiny.c -rw-r--r-- 7.6 KB
tiny_plugin.h -rw-r--r-- 4.8 KB
tree.c -rw-r--r-- 122.2 KB
tree.h -rw-r--r-- 24.8 KB
tree_plugin.h -rw-r--r-- 89.6 KB
tree_trace.c -rw-r--r-- 13.1 KB
update.c -rw-r--r-- 23.3 KB

back to top