Linux RCU subsystem development
 help / color / mirror / Atom feed
* [PATCH tip/core/rcu 0/4] kfree_rcu() updates for v5.8
@ 2020-04-15 17:19 Paul E. McKenney
  2020-04-15 17:19 ` [PATCH tip/core/rcu 1/4] rcuperf: Add ability to increase object allocation size paulmck
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Paul E. McKenney @ 2020-04-15 17:19 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 updates kfree_rcu() testing and OOM handling.  It also
provides a rcu_gp_might_be_stalled() function that judges whether or
not RCU is being stalled.

1.	Add ability to increase object allocation size, courtesy
	of Joel Fernandes.

2.	rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu()
	batching, courtesy of Joel Fernandes.

3.	rcu/tree: Count number of batched kfree_rcu() locklessly,
	courtesy of Joel Fernandes.

4.	Add rcu_gp_might_be_stalled() to indicate whether or not there
	is currently a good chance that the current RCU grace period
	is being stalled.

							Thanx, Paul

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

 include/linux/rcutiny.h |    1 
 include/linux/rcutree.h |    1 
 kernel/rcu/rcuperf.c    |    5 ++-
 kernel/rcu/tree.c       |   70 +++++++++++++++++++++++++++++++++++++++++++-----
 kernel/rcu/tree_stall.h |   40 ++++++++++++++++++++++++---
 5 files changed, 106 insertions(+), 11 deletions(-)

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

end of thread, other threads:[~2020-04-15 17:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-15 17:19 [PATCH tip/core/rcu 0/4] kfree_rcu() updates for v5.8 Paul E. McKenney
2020-04-15 17:19 ` [PATCH tip/core/rcu 1/4] rcuperf: Add ability to increase object allocation size paulmck
2020-04-15 17:19 ` [PATCH tip/core/rcu 2/4] rcu/tree: Add a shrinker to prevent OOM due to kfree_rcu() batching paulmck
2020-04-15 17:19 ` [PATCH tip/core/rcu 3/4] rcu/tree: Count number of batched kfree_rcu() locklessly paulmck
2020-04-15 17:19 ` [PATCH tip/core/rcu 4/4] rcu: Add rcu_gp_might_be_stalled() paulmck

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