[PATCH v2 0/4] kvfree_rcu() updates related to polled API

Uladzislau Rezki (Sony) posted 4 patches 2 years, 9 months ago
kernel/rcu/tree.c | 221 +++++++++++++++++++++++++++-------------------
1 file changed, 131 insertions(+), 90 deletions(-)
[PATCH v2 0/4] kvfree_rcu() updates related to polled API
Posted by Uladzislau Rezki (Sony) 2 years, 9 months ago
v1 -> v2:
  - Rebase on latest dev.2022.11.23a branch.

Uladzislau Rezki (Sony) (4):
  rcu/kvfree: Switch to a generic linked list API
  rcu/kvfree: Move bulk/list reclaim to separate functions
  rcu/kvfree: Move need_offload_krc() out of krcp->lock
  rcu/kvfree: Use a polled API to speedup a reclaim process

 kernel/rcu/tree.c | 221 +++++++++++++++++++++++++++-------------------
 1 file changed, 131 insertions(+), 90 deletions(-)

-- 
2.30.2
Re: [PATCH v2 0/4] kvfree_rcu() updates related to polled API
Posted by Paul E. McKenney 2 years, 9 months ago
On Tue, Nov 29, 2022 at 04:58:18PM +0100, Uladzislau Rezki (Sony) wrote:
> v1 -> v2:
>   - Rebase on latest dev.2022.11.23a branch.

Much better, thank you!

I have pulled these in for review and testing.

							Thanx, Paul

> Uladzislau Rezki (Sony) (4):
>   rcu/kvfree: Switch to a generic linked list API
>   rcu/kvfree: Move bulk/list reclaim to separate functions
>   rcu/kvfree: Move need_offload_krc() out of krcp->lock
>   rcu/kvfree: Use a polled API to speedup a reclaim process
> 
>  kernel/rcu/tree.c | 221 +++++++++++++++++++++++++++-------------------
>  1 file changed, 131 insertions(+), 90 deletions(-)
> 
> -- 
> 2.30.2
>