aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/compaction-times.py
diff options
context:
space:
mode:
authorPeter Zijlstra <[email protected]>2019-07-18 09:20:09 +0000
committerThomas Gleixner <[email protected]>2019-07-20 09:27:16 +0000
commit19dbdcb8039cff16669a05136a29180778d16d0a (patch)
treea03d0d84fb3a5ff58df3c4da7bbd16acca5518a0 /tools/perf/scripts/python/compaction-times.py
parentMerge tag 'platform-drivers-x86-v5.3-2' of git://git.infradead.org/linux-plat... (diff)
downloadkernel-19dbdcb8039cff16669a05136a29180778d16d0a.tar.gz
kernel-19dbdcb8039cff16669a05136a29180778d16d0a.zip
smp: Warn on function calls from softirq context
It's clearly documented that smp function calls cannot be invoked from softirq handling context. Unfortunately nothing enforces that or emits a warning. A single function call can be invoked from softirq context only via smp_call_function_single_async(). The only legit context is task context, so add a warning to that effect. Reported-by: luferry <[email protected]> Signed-off-by: Peter Zijlstra <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions