All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/4] SRCU updates for v5.3
@ 2019-05-30 15:03 Paul E. McKenney
  2019-05-30 15:04 ` [PATCH tip/core/rcu 1/4] srcu: Allocate per-CPU data for DEFINE_SRCU() in modules Paul E. McKenney
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul E. McKenney @ 2019-05-30 15:03 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 provides SRCU updates:

1.	Allocate per-CPU data for DEFINE_SRCU() in modules.

2.	Remove unused vmlinux srcu linker entries, courtesy of Joel Fernandes.

3.	Make srcu_struct ptr array as read-only, courtesy of Joel Fernandes.

4.	Make __call_srcu static, courtesy of Jiang Biao.

							Thanx, Paul

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

 include/asm-generic/vmlinux.lds.h |    8 ++--
 include/linux/module.h            |    5 ++
 include/linux/srcutree.h          |   16 ++++++--
 kernel/module.c                   |    5 ++
 kernel/rcu/srcutree.c             |   69 ++++++++++++++++++++++++++++++++++++--
 5 files changed, 93 insertions(+), 10 deletions(-)


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

end of thread, other threads:[~2019-05-30 15:06 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:03 [PATCH tip/core/rcu 0/4] SRCU updates for v5.3 Paul E. McKenney
2019-05-30 15:04 ` [PATCH tip/core/rcu 1/4] srcu: Allocate per-CPU data for DEFINE_SRCU() in modules Paul E. McKenney
2019-05-30 15:04 ` [PATCH tip/core/rcu 2/4] srcu: Remove unused vmlinux srcu linker entries Paul E. McKenney
2019-05-30 15:04 ` [PATCH tip/core/rcu 3/4] module: Make srcu_struct ptr array as read-only Paul E. McKenney
2019-05-30 15:04 ` [PATCH tip/core/rcu 4/4] rcu: Make __call_srcu static 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.