Linux RCU subsystem development
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/10] Expedited grace-period updates for v5.6
@ 2019-12-10  4:01 Paul E. McKenney
  2019-12-10  4:01 ` [PATCH tip/core/rcu 01/10] rcu: Use *_ONCE() to protect lockless ->expmask accesses paulmck
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Paul E. McKenney @ 2019-12-10  4:01 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, kernel-team, mingo, jiangshanlai, dipankar, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel

Hello!

This series provides updates to RCU's expedited grace periods:

1.	Use *_ONCE() to protect lockless ->expmask accesses.

2.	Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus(),
	courtesy of Boqun Feng.

3.	Fix data-race due to atomic_t copy-by-value, courtesy of
	Marco Elver.

4.	Lookup instead of bit-twiddling in sync_rcu_exp_select_node_cpus().

5.	Fix missed wakeup of exp_wq waiters, courtesy of Neeraj Upadhyay.

6.	Allow only one expedited GP to run concurrently with wakeups,
	courtesy of Neeraj Upadhyay.

7.	Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done().

8.	Update tree_exp.h function-header comments.

9.	Replace synchronize_sched_expedited_wait() "_sched" with "_rcu".

10.	Enable tick for nohz_full CPUs slow to provide expedited QS.

							Thanx, Paul

------------------------------------------------------------------------

 include/linux/tick.h       |    5 +
 include/trace/events/rcu.h |    4 -
 kernel/rcu/tree.c          |   11 +--
 kernel/rcu/tree.h          |    1 
 kernel/rcu/tree_exp.h      |  149 +++++++++++++++++++++++++++------------------
 kernel/rcu/tree_plugin.h   |    4 -
 6 files changed, 107 insertions(+), 67 deletions(-)

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2019-12-10  4:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-10  4:01 [PATCH tip/core/rcu 0/10] Expedited grace-period updates for v5.6 Paul E. McKenney
2019-12-10  4:01 ` [PATCH tip/core/rcu 01/10] rcu: Use *_ONCE() to protect lockless ->expmask accesses paulmck
2019-12-10  4:01 ` [PATCH tip/core/rcu 02/10] rcu: Avoid modifying mask_ofl_ipi in sync_rcu_exp_select_node_cpus() paulmck
2019-12-10  4:01 ` [PATCH tip/core/rcu 03/10] rcu: Fix data-race due to atomic_t copy-by-value paulmck
2019-12-10  4:01 ` [PATCH tip/core/rcu 04/10] rcu: Substitute lookup for bit-twiddling in sync_rcu_exp_select_node_cpus() paulmck
2019-12-10  4:01 ` [PATCH tip/core/rcu 05/10] rcu: Fix missed wakeup of exp_wq waiters paulmck
2019-12-10  4:01 ` [PATCH tip/core/rcu 06/10] rcu: Allow only one expedited GP to run concurrently with wakeups paulmck
2019-12-10  4:01 ` [PATCH tip/core/rcu 07/10] rcu: Rename sync_rcu_preempt_exp_done() to sync_rcu_exp_done() paulmck
2019-12-10  4:01 ` [PATCH tip/core/rcu 08/10] rcu: Update tree_exp.h function-header comments paulmck
2019-12-10  4:01 ` [PATCH tip/core/rcu 09/10] rcu: Replace synchronize_sched_expedited_wait() "_sched" with "_rcu" paulmck
2019-12-10  4:01 ` [PATCH tip/core/rcu 10/10] rcu: Enable tick for nohz_full CPUs slow to provide expedited QS paulmck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox