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-- 6.4 KB
Makefile -rw-r--r-- 1.1 KB
alarmtimer.c -rw-r--r-- 21.3 KB
clockevents.c -rw-r--r-- 18.3 KB
clocksource.c -rw-r--r-- 27.7 KB
hrtimer.c -rw-r--r-- 47.0 KB
itimer.c -rw-r--r-- 7.3 KB
jiffies.c -rw-r--r-- 3.9 KB
ntp.c -rw-r--r-- 23.5 KB
ntp_internal.h -rw-r--r-- 497 bytes
posix-clock.c -rw-r--r-- 8.4 KB
posix-cpu-timers.c -rw-r--r-- 37.8 KB
posix-timers.c -rw-r--r-- 30.3 KB
sched_clock.c -rw-r--r-- 5.1 KB
test_udelay.c -rw-r--r-- 4.1 KB
tick-broadcast-hrtimer.c -rw-r--r-- 2.7 KB
tick-broadcast.c -rw-r--r-- 24.7 KB
tick-common.c -rw-r--r-- 11.1 KB
tick-internal.h -rw-r--r-- 5.7 KB
tick-oneshot.c -rw-r--r-- 2.8 KB
tick-sched.c -rw-r--r-- 30.2 KB
time.c -rw-r--r-- 20.5 KB
timeconst.bc -rw-r--r-- 2.7 KB
timeconv.c -rw-r--r-- 3.5 KB
timecounter.c -rw-r--r-- 3.0 KB
timekeeping.c -rw-r--r-- 50.5 KB
timekeeping.h -rw-r--r-- 739 bytes
timekeeping_debug.c -rw-r--r-- 1.9 KB
timekeeping_internal.h -rw-r--r-- 663 bytes
timer.c -rw-r--r-- 47.2 KB
timer_list.c -rw-r--r-- 9.0 KB
timer_stats.c -rw-r--r-- 10.0 KB

back to top