diff options
author | 2018-04-23 18:10:23 +0200 | |
---|---|---|
committer | 2018-04-27 14:34:51 +0200 | |
commit | 02acc80d19edb0d5684c997b2004ad19f9f5236e (patch) | |
tree | 068ff4bf66e2bf13dc73e56d858e8f7f4994dfda /tools/perf/scripts/python/export-to-postgresql.py | |
parent | locking/qspinlock: Remove duplicate clear_pending() function from PV code (diff) | |
download | linux-dev-02acc80d19edb0d5684c997b2004ad19f9f5236e.tar.xz linux-dev-02acc80d19edb0d5684c997b2004ad19f9f5236e.zip |
delayacct: Use raw_spinlocks
try_to_wake_up() might invoke delayacct_blkio_end() while holding the
pi_lock (which is a raw_spinlock_t). delayacct_blkio_end() acquires
task_delay_info.lock which is a spinlock_t. This causes a might sleep splat
on -RT where non raw spinlocks are converted to 'sleeping' spinlocks.
task_delay_info.lock is only held for a short amount of time so it's not a
problem latency wise to make convert it to a raw spinlock.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Balbir Singh <bsingharora@gmail.com>
Link: https://lkml.kernel.org/r/20180423161024.6710-1-bigeasy@linutronix.de
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions