diff options
| author | Paul E. McKenney <[email protected]> | 2017-10-10 20:52:30 +0000 |
|---|---|---|
| committer | Paul E. McKenney <[email protected]> | 2017-11-28 23:52:33 +0000 |
| commit | d633198088bd9e358566c470ed182994403acc7a (patch) | |
| tree | 41a5a7824e5e52f81c5c7a8794e80c6b5bd62834 /tools/perf/scripts/python/compaction-times.py | |
| parent | Linux 4.15-rc1 (diff) | |
| download | kernel-d633198088bd9e358566c470ed182994403acc7a.tar.gz kernel-d633198088bd9e358566c470ed182994403acc7a.zip | |
srcu: Prohibit call_srcu() use under raw spinlocks
Invoking queue_delayed_work() while holding a raw spinlock is forbidden
in -rt kernels, which is exactly what __call_srcu() does, indirectly via
srcu_funnel_gp_start(). This commit therefore downgrades Tree SRCU's
locking from raw to non-raw spinlocks, which works because call_srcu()
is not ever called while holding a raw spinlock.
Reported-by: Sebastian Andrzej Siewior <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/compaction-times.py')
0 files changed, 0 insertions, 0 deletions
