diff options
author | Paul E. McKenney <[email protected]> | 2024-05-08 16:47:16 -0700 |
---|---|---|
committer | Paul E. McKenney <[email protected]> | 2024-06-18 10:00:48 -0700 |
commit | 4b56b0f5d50c01ffb1372183f5c55e09764ca90e (patch) | |
tree | 87e10b22f9e87d913c3f1a5954b0601ab9ea5d83 /tools/perf/scripts/python/parallel-perf.py | |
parent | 51cace13729f8954e5414bea9dbfaf80ebd41a69 (diff) |
srcu: Disable interrupts directly in srcu_gp_end()
Interrupts are enabled in srcu_gp_end(), so this commit switches from
spin_lock_irqsave_rcu_node() and spin_unlock_irqrestore_rcu_node()
to spin_lock_irq_rcu_node() and spin_unlock_irq_rcu_node().
Link: https://lore.kernel.org/all/[email protected]/
Reported-by: Dan Carpenter <[email protected]>
Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions