[PATCH 0/3] rcu/nocb: Fixes and simplification

Frederic Weisbecker posted 3 patches 4 years ago
kernel/rcu/tree.h      |   1 +
kernel/rcu/tree_nocb.h | 226 +++++++++++++++++++++++++----------------
2 files changed, 139 insertions(+), 88 deletions(-)
[PATCH 0/3] rcu/nocb: Fixes and simplification
Posted by Frederic Weisbecker 4 years ago
Hi,

Some updates for the nocb side:

* 1st patch is a simplification on adding/deleting an rdp to a nocb group

* 2nd and 3rd are fixes for the kthread's creation failure path

Frederic Weisbecker (1):
  rcu/nocb: Add/del rdp to iterate from rcuog itself

Zqiang (2):
  rcu: Invert rcu_state.barrier_mutex VS hotplug lock locking order
  rcu/nocb: Fix NOCB kthreads spawn failure with
    rcu_nocb_rdp_deoffload() direct call

 kernel/rcu/tree.h      |   1 +
 kernel/rcu/tree_nocb.h | 226 +++++++++++++++++++++++++----------------
 2 files changed, 139 insertions(+), 88 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] rcu/nocb: Fixes and simplification
Posted by Paul E. McKenney 4 years ago
On Tue, Apr 19, 2022 at 02:23:17PM +0200, Frederic Weisbecker wrote:
> Hi,
> 
> Some updates for the nocb side:
> 
> * 1st patch is a simplification on adding/deleting an rdp to a nocb group
> 
> * 2nd and 3rd are fixes for the kthread's creation failure path
> 
> Frederic Weisbecker (1):
>   rcu/nocb: Add/del rdp to iterate from rcuog itself

A very welcome simplification!

> Zqiang (2):
>   rcu: Invert rcu_state.barrier_mutex VS hotplug lock locking order
>   rcu/nocb: Fix NOCB kthreads spawn failure with
>     rcu_nocb_rdp_deoffload() direct call

And here is to added robustness!

I queued these for review and testing, thank you!  By default, these
would go into the v5.20 (or will it be v6.0?) pile.  Please let me know
if they are more urgent and need to go into v5.19 instead.

							Thanx, Paul

>  kernel/rcu/tree.h      |   1 +
>  kernel/rcu/tree_nocb.h | 226 +++++++++++++++++++++++++----------------
>  2 files changed, 139 insertions(+), 88 deletions(-)
> 
> -- 
> 2.25.1
>