summaryrefslogtreecommitdiff
path: root/kernel/stop_machine.c
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2018-04-23 18:10:23 +0200
committerThomas Gleixner <tglx@linutronix.de>2018-04-27 14:34:51 +0200
commit02acc80d19edb0d5684c997b2004ad19f9f5236e (patch)
tree068ff4bf66e2bf13dc73e56d858e8f7f4994dfda /kernel/stop_machine.c
parent3bea9adc96842b8a7345c7fb202c16ae9c8d5b25 (diff)
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 'kernel/stop_machine.c')
0 files changed, 0 insertions, 0 deletions