diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2024-10-09 11:00:42 -0700 |
---|---|---|
committer | Frederic Weisbecker <frederic@kernel.org> | 2024-11-12 21:44:30 +0100 |
commit | a30763800b04e384f4123d984997bf5c6a2179a9 (patch) | |
tree | 31a4558a20f3f2aa980e998fc18157f76b19aaec /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 481aa5fca02a2ee85ca76571becca31f816c2420 (diff) | |
download | linux-a30763800b04e384f4123d984997bf5c6a2179a9.tar.gz linux-a30763800b04e384f4123d984997bf5c6a2179a9.tar.bz2 linux-a30763800b04e384f4123d984997bf5c6a2179a9.zip |
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 <kent.overstreet@linux.dev>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Reviewed-by: Neeraj Upadhyay <Neeraj.Upadhyay@amd.com>
Signed-off-by: Frederic Weisbecker <frederic@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions