Skip to content

Remove the explicit call_rcu thread creating and destruction

The free_all_cpu_call_rcu_data() call can consume hundreds of milliseconds on shutdown. Don't try to be smart and let the RCU library handle this internally.

Closes #4163 (closed)

Edited by Ondřej Surý

Merge request reports