[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170724221511.GA15085@linux.vnet.ibm.com>
Date: Mon, 24 Jul 2017 15:15:11 -0700
From: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...nel.org, jiangshanlai@...il.com, dipankar@...ibm.com,
akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
josh@...htriplett.org, tglx@...utronix.de, peterz@...radead.org,
rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
fweisbec@...il.com, oleg@...hat.com
Subject: [PATCH tip/core/rcu 0/4] SRCU updates
Hello!
This series contains a few SRCU updates:
1. Move rcu_scheduler_starting() from Tiny RCU to Tiny SRCU.
2. Remove obsolete SRCU-C.boot kernel-parameter file
3. Make process_srcu() be static.
4. Provide ordering for CPU not involved in grace period.
Thanx, Paul
------------------------------------------------------------------------
b/include/linux/rcupdate.h | 1
b/include/linux/rcutiny.h | 8 --
b/include/linux/srcutree.h | 2
b/kernel/rcu/srcutiny.c | 8 ++
b/kernel/rcu/srcutree.c | 13 +++
b/kernel/rcu/tiny.c | 2
kernel/rcu/tiny_plugin.h | 47 -------------
tools/testing/selftests/rcutorture/configs/rcu/SRCU-C.boot | 1
8 files changed, 23 insertions(+), 59 deletions(-)
Powered by blists - more mailing lists