summaryrefslogtreecommitdiff
path: root/arch/m68k
diff options
context:
space:
mode:
authorSebastian Siewior <bigeasy@linutronix.de>2020-03-23 16:20:19 +0100
committerPeter Zijlstra <peterz@infradead.org>2020-03-23 18:40:25 +0100
commit8bf6c677ddb9c922423ea3bf494fe7c508bfbb8c (patch)
treecd6f9bd2f9bc8054af511ef99185af5eea713e91 /arch/m68k
parentd53f2b62fcb63f6547c10d8c62bca19e957b0eef (diff)
completion: Use lockdep_assert_RT_in_threaded_ctx() in complete_all()
The warning was intended to spot complete_all() users from hardirq context on PREEMPT_RT. The warning as-is will also trigger in interrupt handlers, which are threaded on PREEMPT_RT, which was not intended. Use lockdep_assert_RT_in_threaded_ctx() which triggers in non-preemptive context on PREEMPT_RT. Fixes: a5c6234e1028 ("completion: Use simple wait queues") Reported-by: kernel test robot <rong.a.chen@intel.com> Suggested-by: Peter Zijlstra <peterz@infradead.org> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20200323152019.4qjwluldohuh3by5@linutronix.de
Diffstat (limited to 'arch/m68k')
0 files changed, 0 insertions, 0 deletions