All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/4] RCU-sync updates for v5.3
@ 2019-05-30 15:08 Paul E. McKenney
  2019-05-30 15:08 ` [PATCH tip/core/rcu 1/4] rcu/sync: Kill rcu_sync_type/gp_type Paul E. McKenney
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul E. McKenney @ 2019-05-30 15:08 UTC (permalink / raw)
  To: rcu
  Cc: linux-kernel, mingo, jiangshanlai, dipankar, akpm,
	mathieu.desnoyers, josh, tglx, peterz, rostedt, dhowells,
	edumazet, fweisbec, oleg, joel

Hello!

This series contains flavor-consolidation updates to RCU-sync:

1.	Kill rcu_sync_type/gp_type, courtesy of Oleg Nesterov.

2.	Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_sem in
	uprobes, courtesy of Oleg Nesterov.

3.	Add DEFINE_PERCPU_RWSEM(), use it to initialize
	cgroup_threadgroup_rwsem in percpu-rwsem, courtesy of Oleg Nesterov.

4.	Simplify the state machine, courtesy of Oleg Nesterov.

							Thanx, Paul

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

 include/linux/percpu-rwsem.h  |   10 +
 include/linux/rcu_sync.h      |   40 ++-----
 kernel/cgroup/cgroup.c        |    3 
 kernel/events/uprobes.c       |    4 
 kernel/locking/percpu-rwsem.c |    2 
 kernel/rcu/sync.c             |  220 +++++++++++++++++++-----------------------
 6 files changed, 121 insertions(+), 158 deletions(-)


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

end of thread, other threads:[~2019-05-30 15:09 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-30 15:08 [PATCH tip/core/rcu 0/4] RCU-sync updates for v5.3 Paul E. McKenney
2019-05-30 15:08 ` [PATCH tip/core/rcu 1/4] rcu/sync: Kill rcu_sync_type/gp_type Paul E. McKenney
2019-05-30 15:08 ` [PATCH tip/core/rcu 2/4] uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_sem Paul E. McKenney
2019-05-30 15:08 ` [PATCH tip/core/rcu 3/4] locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_threadgroup_rwsem Paul E. McKenney
2019-05-30 15:08 ` [PATCH tip/core/rcu 4/4] rcu/sync: Simplify the state machine Paul E. McKenney

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.