diff options
author | Richard Cochran <rcochran@linutronix.de> | 2016-07-27 12:08:18 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2016-07-28 19:56:22 +0300 |
commit | 4fae16dffb812f0e0d98a0b2b0856ca48ca63e6c (patch) | |
tree | c661ae0eaa75eb0f4af66870bb0c34a5b1c4c273 /drivers/usb/misc/sisusbvga/sisusb_con.c | |
parent | cd894f149732a06ba4b2ccdc4cb86edf7ff68620 (diff) | |
download | linux-4fae16dffb812f0e0d98a0b2b0856ca48ca63e6c.tar.xz |
timers/core: Correct callback order during CPU hot plug
On the tear-down path, the dead CPU callback for the timers was
misplaced within the 'cpuhp_state' enumeration. There is a hidden
dependency between the timers and block multiqueue. The timers
callback must happen before the block multiqueue callback otherwise a
RCU stall occurs.
Move the timers callback to the proper place in the state machine.
Reported-and-tested-by: Jon Hunter <jonathanh@nvidia.com>
Reported-by: kbuild test robot <lkp@intel.com>
Fixes: 24f73b99716a ("timers/core: Convert to hotplug state machine")
Signed-off-by: Richard Cochran <rcochran@linutronix.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Cc: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: John Stultz <john.stultz@linaro.org>
Cc: rt@linutronix.de
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Link: http://lkml.kernel.org/r/1469610498-25914-1-git-send-email-rcochran@linutronix.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'drivers/usb/misc/sisusbvga/sisusb_con.c')
0 files changed, 0 insertions, 0 deletions