aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMike Galbraith <[email protected]>2020-05-27 20:11:17 +0000
committerIngo Molnar <[email protected]>2020-05-28 08:31:10 +0000
commit3e92fd7bd2b8418b53cb7304855b8b69bedbe2b4 (patch)
tree927d18b1edc42b24367726fbdeea650e5b182149 /tools/perf/scripts/python
parentsquashfs: Make use of local lock in multi_cpu decompressor (diff)
downloadkernel-3e92fd7bd2b8418b53cb7304855b8b69bedbe2b4.tar.gz
kernel-3e92fd7bd2b8418b53cb7304855b8b69bedbe2b4.zip
connector/cn_proc: Protect send_msg() with a local lock
send_msg() disables preemption to avoid out-of-order messages. As the code inside the preempt disabled section acquires regular spinlocks, which are converted to 'sleeping' spinlocks on a PREEMPT_RT kernel and eventually calls into a memory allocator, this conflicts with the RT semantics. Convert it to a local_lock which allows RT kernels to substitute them with a real per CPU lock. On non RT kernels this maps to preempt_disable() as before. No functional change. [bigeasy: Patch description] Signed-off-by: Mike Galbraith <[email protected]> Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Ingo Molnar <[email protected]> Acked-by: Peter Zijlstra <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions