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
Kconfig -rw-r--r-- 2.5 KB
Makefile -rw-r--r-- 373 bytes
autoprobe.c -rw-r--r-- 4.5 KB
chip.c -rw-r--r-- 24.1 KB
debug.h -rw-r--r-- 1.2 KB
devres.c -rw-r--r-- 4.0 KB
dummychip.c -rw-r--r-- 1.2 KB
generic-chip.c -rw-r--r-- 15.0 KB
handle.c -rw-r--r-- 5.1 KB
internals.h -rw-r--r-- 6.7 KB
irqdesc.c -rw-r--r-- 14.4 KB
irqdomain.c -rw-r--r-- 34.7 KB
manage.c -rw-r--r-- 45.6 KB
migration.c -rw-r--r-- 1.7 KB
msi.c -rw-r--r-- 8.5 KB
pm.c -rw-r--r-- 5.0 KB
proc.c -rw-r--r-- 12.0 KB
resend.c -rw-r--r-- 2.3 KB
settings.h -rw-r--r-- 4.0 KB
spurious.c -rw-r--r-- 11.9 KB

back to top