Re: [PATCH v2 -rcu dev 0/5] kfree_rcu() additions for -rcu

2019-09-23 Thread Paul E. McKenney
On Fri, Aug 30, 2019 at 12:36:28PM -0400, Joel Fernandes (Google) wrote: > Hi, > > This is a series on top of the patch "rcu/tree: Add basic support for > kfree_rcu() batching". > > It adds performance tests, some clean ups and removal of "lazy" RCU callbacks. > > Now that kfree_rcu() is

[PATCH v2 -rcu dev 0/5] kfree_rcu() additions for -rcu

2019-08-30 Thread Joel Fernandes (Google)
Hi, This is a series on top of the patch "rcu/tree: Add basic support for kfree_rcu() batching". It adds performance tests, some clean ups and removal of "lazy" RCU callbacks. Now that kfree_rcu() is handled separately from call_rcu(), we also get rid of kfree "lazy" handling from tree RCU as