[PATCH 0/2] rcu/nocb cleanups

Frederic Weisbecker posted 2 patches 1 year, 11 months ago
There is a newer version of this series
kernel/rcu/tree.c      | 47 +++++++++++++++++++++---------------------
kernel/rcu/tree.h      |  9 ++++----
kernel/rcu/tree_nocb.h | 38 +++++++++++++++++++++-------------
3 files changed, 51 insertions(+), 43 deletions(-)
[PATCH 0/2] rcu/nocb cleanups
Posted by Frederic Weisbecker 1 year, 11 months ago
Hi,

This is an excerpt from the "[PATCH 0/8 v2] rcu: Fix expedited GP
deadlock (and cleanup some nocb stuff)" patchset with only nocb bits
that were off-topic.

No change since their previous posting.

Frederic Weisbecker (2):
  rcu/nocb: Make IRQs disablement symmetric
  rcu/nocb: Re-arrange call_rcu() NOCB specific code

 kernel/rcu/tree.c      | 47 +++++++++++++++++++++---------------------
 kernel/rcu/tree.h      |  9 ++++----
 kernel/rcu/tree_nocb.h | 38 +++++++++++++++++++++-------------
 3 files changed, 51 insertions(+), 43 deletions(-)

-- 
2.43.0
Re: [PATCH 0/2] rcu/nocb cleanups
Posted by Paul E. McKenney 1 year, 11 months ago
On Tue, Jan 09, 2024 at 11:23:59PM +0100, Frederic Weisbecker wrote:
> Hi,
> 
> This is an excerpt from the "[PATCH 0/8 v2] rcu: Fix expedited GP
> deadlock (and cleanup some nocb stuff)" patchset with only nocb bits
> that were off-topic.
> 
> No change since their previous posting.

Hearing no objections, I have queued this for further review and
testing.

							Thanx, Paul

> Frederic Weisbecker (2):
>   rcu/nocb: Make IRQs disablement symmetric
>   rcu/nocb: Re-arrange call_rcu() NOCB specific code
> 
>  kernel/rcu/tree.c      | 47 +++++++++++++++++++++---------------------
>  kernel/rcu/tree.h      |  9 ++++----
>  kernel/rcu/tree_nocb.h | 38 +++++++++++++++++++++-------------
>  3 files changed, 51 insertions(+), 43 deletions(-)
> 
> -- 
> 2.43.0
>