Merge tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu
Pull RCU updates from Paul McKenney: - Documentation updates, perhaps most notably Neil Brown's writeup of the reference-counting analogy to RCU. - Expedited grace-period cleanups. - Remove CONFIG_RCU_FAST_NO_HZ due to lack of valid users. I have asked around, posted a blog entry, and sent this series to LKML without result. - Miscellaneous fixes. - RCU callback offloading updates, perhaps most notably Frederic Weisbecker's updates allowing CPUs booted in the de-offloaded state to be offloaded at runtime. - nolibc fixes from Willy Tarreau and Anmar Faizi, but also including Mark Brown's addition of gettid(). - RCU Tasks Trace fixes, including changes that increase the scalability of call_rcu_tasks_trace() for the BPF folks (Martin Lau and KP Singh). - Various fixes including those from Wander Lairson Costa and Li Zhijian. - Fixes plus addition of tests for the increased call_rcu_tasks_trace() scalability. * tag 'rcu.2022.01.09a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu: (87 commits) rcu/nocb: Merge rcu_spawn_cpu_nocb_kthread() and rcu_spawn_one_nocb_kthread() rcu/nocb: Allow empty "rcu_nocbs" kernel parameter rcu/nocb: Create kthreads on all CPUs if "rcu_nocbs=" or "nohz_full=" are passed rcu/nocb: Optimize kthreads and rdp initialization rcu/nocb: Prepare nocb_cb_wait() to start with a non-offloaded rdp rcu/nocb: Remove rcu_node structure from nocb list when de-offloaded rcu-tasks: Use fewer callbacks queues if callback flood ends rcu-tasks: Use separate ->percpu_dequeue_lim for callback dequeueing rcu-tasks: Use more callback queues if contention encountered rcu-tasks: Avoid raw-spinlocked wakeups from call_rcu_tasks_generic() rcu-tasks: Count trylocks to estimate call_rcu_tasks() contention rcu-tasks: Add rcupdate.rcu_task_enqueue_lim to set initial queueing rcu-tasks: Make rcu_barrier_tasks*() handle multiple callback queues rcu-tasks: Use workqueues for multiple rcu_tasks_invoke_cbs() invocations rcu-tasks: Abstract invocations of callbacks rcu-tasks: Abstract checking of callback lists rcu-tasks: Add a ->percpu_enqueue_lim to the rcu_tasks structure rcu-tasks: Inspect stalled task's trc state in locked state rcu-tasks: Use spin_lock_rcu_node() and friends rcutorture: Combine n_max_cbs from all kthreads in a callback flood ...
Showing
- Documentation/RCU/Design/Expedited-Grace-Periods/Funnel0.svg 2 additions, 2 deletionsDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel0.svg
- Documentation/RCU/Design/Expedited-Grace-Periods/Funnel1.svg 2 additions, 2 deletionsDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel1.svg
- Documentation/RCU/Design/Expedited-Grace-Periods/Funnel2.svg 2 additions, 2 deletionsDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel2.svg
- Documentation/RCU/Design/Expedited-Grace-Periods/Funnel3.svg 2 additions, 2 deletionsDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel3.svg
- Documentation/RCU/Design/Expedited-Grace-Periods/Funnel4.svg 2 additions, 2 deletionsDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel4.svg
- Documentation/RCU/Design/Expedited-Grace-Periods/Funnel5.svg 2 additions, 2 deletionsDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel5.svg
- Documentation/RCU/Design/Expedited-Grace-Periods/Funnel6.svg 2 additions, 2 deletionsDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel6.svg
- Documentation/RCU/Design/Expedited-Grace-Periods/Funnel7.svg 2 additions, 2 deletionsDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel7.svg
- Documentation/RCU/Design/Expedited-Grace-Periods/Funnel8.svg 2 additions, 2 deletionsDocumentation/RCU/Design/Expedited-Grace-Periods/Funnel8.svg
- Documentation/RCU/Design/Requirements/GPpartitionReaders1.svg 18 additions, 18 deletions...mentation/RCU/Design/Requirements/GPpartitionReaders1.svg
- Documentation/RCU/Design/Requirements/ReadersPartitionGP1.svg 31 additions, 31 deletions...mentation/RCU/Design/Requirements/ReadersPartitionGP1.svg
- Documentation/RCU/stallwarn.rst 0 additions, 11 deletionsDocumentation/RCU/stallwarn.rst
- Documentation/RCU/whatisRCU.rst 82 additions, 8 deletionsDocumentation/RCU/whatisRCU.rst
- Documentation/admin-guide/kernel-parameters.txt 52 additions, 18 deletionsDocumentation/admin-guide/kernel-parameters.txt
- Documentation/admin-guide/kernel-per-CPU-kthreads.rst 1 addition, 1 deletionDocumentation/admin-guide/kernel-per-CPU-kthreads.rst
- Documentation/timers/no_hz.rst 3 additions, 7 deletionsDocumentation/timers/no_hz.rst
- include/linux/rcu_segcblist.h 37 additions, 14 deletionsinclude/linux/rcu_segcblist.h
- include/linux/rcupdate.h 28 additions, 22 deletionsinclude/linux/rcupdate.h
- include/linux/rcutiny.h 1 addition, 1 deletioninclude/linux/rcutiny.h
- include/linux/srcu.h 2 additions, 1 deletioninclude/linux/srcu.h
Please register or sign in to comment