aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorPaul E. McKenney <[email protected]>2024-10-09 11:00:42 -0700
committerFrederic Weisbecker <[email protected]>2024-11-12 21:44:30 +0100
commita30763800b04e384f4123d984997bf5c6a2179a9 (patch)
tree31a4558a20f3f2aa980e998fc18157f76b19aaec /tools/perf/scripts/python/parallel-perf.py
parent481aa5fca02a2ee85ca76571becca31f816c2420 (diff)
rcu: Permit start_poll_synchronize_rcu*() with interrupts disabled
The header comment for both start_poll_synchronize_rcu() and start_poll_synchronize_rcu_full() state that interrupts must be enabled when calling these two functions, and there is a lockdep assertion in start_poll_synchronize_rcu_common() enforcing this restriction. However, there is no need for this restrictions, as can be seen in call_rcu(), which does wakeups when interrupts are disabled. This commit therefore removes the lockdep assertion and the comments. Reported-by: Kent Overstreet <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]> Reviewed-by: Neeraj Upadhyay <[email protected]> Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions