|
|
Log in / Subscribe / Register

[PATCH tip/core/rcu 0/3] Parallelize expedited grace periods for v4.18

From:  "Paul E. McKenney" <paulmck-AT-linux.vnet.ibm.com>
To:  linux-kernel-AT-vger.kernel.org
Subject:  [PATCH tip/core/rcu 0/3] Parallelize expedited grace periods for v4.18
Date:  Sun, 22 Apr 2018 19:20:47 -0700
Message-ID:  <20180423022047.GA20189@linux.vnet.ibm.com>
Cc:  mingo-AT-kernel.org, jiangshanlai-AT-gmail.com, dipankar-AT-in.ibm.com, akpm-AT-linux-foundation.org, mathieu.desnoyers-AT-efficios.com, josh-AT-joshtriplett.org, tglx-AT-linutronix.de, peterz-AT-infradead.org, rostedt-AT-goodmis.org, dhowells-AT-redhat.com, edumazet-AT-google.com, fweisbec-AT-gmail.com, oleg-AT-redhat.com, joel.opensrc-AT-gmail.com
Archive-link:  Article

Hello!

This series parallelizes grace-period initialization for expedited
grace periods and adds a couple of fixes:

1.	Parallelize expedited grace-period initialization in order to
	reduce the growth of latency with increasing numbers of CPUs.

2.	Updates comments on which locks are to be held to match the
	code, courtesy of Boqun Feng.

3.	Protect all calls to sync_rcu_preempt_exp_done() with the
	corresponding rcu_node structure's ->lock held, courtesy of
	Boqun Feng.

							Thanx, Paul

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

 rcu.h      |    1 
 tree.c     |    3 
 tree.h     |   10 ++
 tree_exp.h |  222 ++++++++++++++++++++++++++++++++++++-------------------------
 4 files changed, 148 insertions(+), 88 deletions(-)



Copyright © 2018, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds