summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Zijlstra <peterz@infradead.org>2018-09-05 11:41:58 +0300
committerThomas Gleixner <tglx@linutronix.de>2018-09-07 00:38:35 +0300
commite2c631ba75a7e727e8db0a9d30a06bfd434adb3a (patch)
tree49136573c4a2503cd7ba0658b83a03a250cffd09 /include
parentc43c5e9f524ec914e7e202f9c5ab91779629ccc6 (diff)
downloadlinux-e2c631ba75a7e727e8db0a9d30a06bfd434adb3a.tar.xz
clocksource: Revert "Remove kthread"
I turns out that the silly spawn kthread from worker was actually needed. clocksource_watchdog_kthread() cannot be called directly from clocksource_watchdog_work(), because clocksource_select() calls timekeeping_notify() which uses stop_machine(). One cannot use stop_machine() from a workqueue() due lock inversions wrt CPU hotplug. Revert the patch but add a comment that explain why we jump through such apparently silly hoops. Fixes: 7197e77abcb6 ("clocksource: Remove kthread") Reported-by: Siegfried Metz <frame@mailbox.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Niklas Cassel <niklas.cassel@linaro.org> Tested-by: Kevin Shanahan <kevin@shanahan.id.au> Tested-by: viktor_jaegerskuepper@freenet.de Tested-by: Siegfried Metz <frame@mailbox.org> Cc: rafael.j.wysocki@intel.com Cc: len.brown@intel.com Cc: diego.viola@gmail.com Cc: rui.zhang@intel.com Cc: bjorn.andersson@linaro.org Link: https://lkml.kernel.org/r/20180905084158.GR24124@hirez.programming.kicks-ass.net
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions